ffmpeg icon indicating copy to clipboard operation
ffmpeg copied to clipboard

include zimg support

Open trapexit opened this issue 6 years ago • 5 comments

https://github.com/sekrit-twc/zimg

--enable-libzimg

trapexit avatar Aug 16 '19 14:08 trapexit

+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

plittlefield avatar Apr 28 '21 08:04 plittlefield

+1

Gleb-ho avatar Sep 06 '21 20:09 Gleb-ho

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?

Gleb-ho avatar Sep 06 '21 22:09 Gleb-ho

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

jrottenberg avatar Sep 08 '21 21:09 jrottenberg

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 ;-)

jrottenberg avatar Sep 08 '21 21:09 jrottenberg