FFmpeg: Difference between revisions
Changed argument from withOpenGL to withOpengl due to error unexpected argument 'withOpenGL' ... Did you mean one of withOpenal, withOpencl or withOpengl? |
|||
Line 21: | Line 21: | ||
<syntaxhighlight lang="nix"> | <syntaxhighlight lang="nix"> | ||
environment.systemPackages = [ | environment.systemPackages = [ | ||
(pkgs.ffmpeg-full.override { withUnfree = true; | (pkgs.ffmpeg-full.override { withUnfree = true; withOpengl = true; }) | ||
]; | ]; | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Line 28: | Line 28: | ||
<code> | <code> | ||
withUnfree # Currently only FDK AAC Codec | withUnfree # Currently only FDK AAC Codec | ||
withOpengl # OpenGL rendering support | |||
withRmtp # RMTP support | withRmtp # RMTP support | ||
withTensorflow # Tensorflow dnn backend support | withTensorflow # Tensorflow dnn backend support |