You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
returned T.. gltransition VV->V (null). Seems different from others.
and run ffmpeg -i pic.jpg -filter_complex gltransition -y out.mp4
returned
[AVFilterGraph @ 0x55f6264ddac0] Error initializing filter 'gltransition' with args 'offset=0.5:duration=0.5:source=/tmp/gl-transition/ffmpeg-gl-transition/gl-transitions/transitions/burn.glsl'
Error reinitializing filters!
Failed to inject frame into filter network: Operation not permitted
Error while processing the decoded data for stream #1:0
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
returned
T.. gltransition VV->V (null)
. Seems different from others.and run
ffmpeg -i pic.jpg -filter_complex gltransition -y out.mp4
returned
I followed this issue, but it's not work.
Dockerfile
The text was updated successfully, but these errors were encountered: