Skip to content

Commit

Permalink
obs-studio: enable AV1 encoding
Browse files Browse the repository at this point in the history
OBS Studio 27.2 comes with support for AV1 video encoding, but AV1
support is not enabled in our default ffmpeg build. Switch OBS over to
use ffmpeg-full, which comes with the optimized svt-av1 encoder.
  • Loading branch information
blitz committed Feb 18, 2022
1 parent 8adc765 commit 8a3191f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27865,7 +27865,9 @@ with pkgs;

oberon-risc-emu = callPackage ../applications/emulators/oberon-risc-emu { };

obs-studio = libsForQt5.callPackage ../applications/video/obs-studio {};
obs-studio = libsForQt5.callPackage ../applications/video/obs-studio {
ffmpeg_4 = ffmpeg-full;
};
obs-studio-plugins = recurseIntoAttrs (callPackage ../applications/video/obs-studio/plugins {});
wrapOBS = callPackage ../applications/video/obs-studio/wrapper.nix {};

Expand Down

0 comments on commit 8a3191f

Please sign in to comment.