Closed francoism90 closed 1 year ago
checking for libavcodec ... found checking for libswscale ... found checking for libavfilter ... not found checking for libxml2 ... found
I tried doing this inside my Dockerfile:
Dockerfile
ENV LIB_AV_UTIL=-libavutil ENV LIB_AV_FILTER=-libavfilter
But it doesn't change anything. I have ffmpeg-dev installed.
ffmpeg-dev
Any help please. :)
I think this happens because ffmpeg-dev is 6.0, what version is required, 4.0?
But ffmpeg 6 wasn't tested, we are using 4.
@erankor Thanks, I've switched to ffmpeg4, and it indeed now uses libavfilter.
ffmpeg4
libavfilter
I tried doing this inside my
Dockerfile
:But it doesn't change anything. I have
ffmpeg-dev
installed.Any help please. :)