Video and Nix GC options

Add Nix gc options to keep the store reasonably cleaned up
Add GStreamer to Jude build
Add libbluray overlay with AACS support
This commit is contained in:
Greg Hellings
2023-08-21 13:14:51 -05:00
parent 51460f901f
commit 51b2cff831
3 changed files with 27 additions and 5 deletions
+12
View File
@@ -17,6 +17,18 @@
greg.kde.enable = false;
environment.systemPackages = with pkgs; [
# Video/Audio data composition framework tools like "gst-inspect", "gst-launch" ...
gst_all_1.gstreamer
# Common plugins like "filesrc" to combine within e.g. gst-launch
gst_all_1.gst-plugins-base
# Specialized plugins separated by quality
gst_all_1.gst-plugins-good
gst_all_1.gst-plugins-bad
gst_all_1.gst-plugins-ugly
# Plugins to reuse ffmpeg to play almost every video format
gst_all_1.gst-libav
# Support the Video Audio (Hardware) Acceleration API
gst_all_1.gst-vaapi
oathToolkit
];
fileSystems = {