Created
November 27, 2022 17:24
-
-
Save FarisR99/fd0ee0a2a65c92cb0f5ce02ba5cf3161 to your computer and use it in GitHub Desktop.
Basic ffmpeg options with oneVPL
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--disable-gnutls | |
--disable-stripping | |
--enable-gpl | |
--enable-shared | |
--enable-nonfree | |
--enable-libass | |
--enable-libcodec2 | |
--enable-libfontconfig | |
--enable-libfreetype | |
--enable-libfribidi | |
--enable-libmp3lame | |
--enable-libfdk-aac | |
--enable-libopenjpeg | |
--enable-libopus | |
--enable-libpulse | |
--enable-libvorbis | |
--enable-libvpx | |
--enable-libsnappy | |
--enable-opencl | |
--enable-opengl | |
--enable-libdrm | |
--enable-chromaprint | |
--enable-frei0r | |
--enable-libplacebo | |
--enable-libx264 | |
--enable-libx265 | |
--enable-libvpl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment