include zimg support
https://github.com/sekrit-twc/zimg
--enable-libzimg
+1 for this please!
I need the following compiled options...
./configure --enable-gpl --enable-nonfree --enable-libfdk-aac --enable-libx264 --enable-libx265 --enable-libzimg --enable-libmp3lame --enable-libopus --enable-libvorbis --enable-libass --enable-libfontconfig --enable-libfreetype --enable-openssl
... and zimg is the only one missing :-)
How do we add that please?
Regards,
Paully
+1
I can fork and add this but... Spent 3 hours, trying to build any image using Dockerfile-s from docker-images folder. What docker version and platform recommended for building images from that repo? Any docs for contributors?
What was the error ?
The Dockerfile generated are valid and azure pipeline was able to build all the docker images : https://dev.azure.com/video-tools/ffmpeg/_build/results?buildId=413&view=results
A recent docker, but there's nothing to fancy in the Dockefile, and
docker build -t ffmpeg-local docker-images/${VERSION}/${VARIANT}
For example
docker build -t ffmpeg-local-4.4-centos8 docker-images/4.4/centos8
See https://github.com/jrottenberg/ffmpeg/blob/master/README.md#contribute for contribution, I'll prepare a dedicate page once I get a chance, it's fair to see it's a bit light at the moment ;-)