jrottenberg / ffmpeg

Docker build for FFmpeg on Ubuntu / Alpine / Centos / Scratch / nvidia / vaapi
https://hub.docker.com/r/jrottenberg/ffmpeg/
Apache License 2.0
1.37k stars 450 forks source link

enable libplacebo #393

Open akshetpandey opened 1 month ago

akshetpandey commented 1 month ago

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