Open ZeddShi opened 4 years ago
@ZeddShi did you found a solution? I have a build error :(
run cmd /usr/bin/Xorg -noreset +extension GLX +extension RANDR +extension RENDER -logfile ./xdummy.log -config /etc/X11/xorg.conf :1 & it work for me! see https://github.com/clofus/ffmpeg-gl/blob/master/init.sh
no editing, Dockerfile just build fail. It's seems like ffmpeg complie error.
I tried to modify the Dockerfile to the following version. and it build succeed. But when I run
ffmpeg -v 0 -filters | grep gltransition
returnedT.. gltransition VV->V (null)
. Seems different from others. and runffmpeg -i pic.jpg -filter_complex gltransition -y out.mp4
returnedI followed this issue, but it's not work.
Dockerfile