We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://ffmpeg.org/ffmpeg-filters.html#libplacebo Only supported on ffmpeg 6.1 onwards
--enable-libplacebo, will likely also need: --enable-libshaderc --enable-vulkan --enable-lcms2
--enable-libplacebo
--enable-libshaderc --enable-vulkan --enable-lcms2
will require also building https://github.com/haasn/libplacebo and its deps little-cms2, shaderc, libdovi(?)
do note that libplacebo often breaks compatibility with ffmpeg so versions will need to be carefully correlated
see https://github.com/BtbN/FFmpeg-Builds/blob/master/scripts.d/50-vulkan/60-libplacebo.sh
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://ffmpeg.org/ffmpeg-filters.html#libplacebo
Only supported on ffmpeg 6.1 onwards
--enable-libplacebo
, will likely also need:--enable-libshaderc --enable-vulkan --enable-lcms2
will require also building https://github.com/haasn/libplacebo and its deps little-cms2, shaderc, libdovi(?)
do note that libplacebo often breaks compatibility with ffmpeg so versions will need to be carefully correlated
see https://github.com/BtbN/FFmpeg-Builds/blob/master/scripts.d/50-vulkan/60-libplacebo.sh
The text was updated successfully, but these errors were encountered: