transitive-bullshit / ffmpeg-gl-transition

FFmpeg filter for applying GLSL transitions between video streams.
647 stars 125 forks source link

No such filter: 'gltransition' #59

Closed Eric-HeShiPing closed 3 years ago

Eric-HeShiPing commented 3 years ago

Hello, excuse me, please

In linux system,I installed the dependencies for FFMPEG build(GLFW,GLEW) And installed Xvfb and mesa

sudo yum install mesa-libGL sudo yum install xorg-x11-server-Xvfb.x86_64

My configured command is:

image

After executing this command in Enabled Filter log GLTransition filter is there. Then I checked for GLTransition filter using command:

./ffmpeg -v 0 -filters | grep gltransition but it shows nothing.

Then also cross checked using ffmpeg command below:

./ffmpeg -i media/0.mp4 -i media/1.mp4 -filter_complex gltransition -y out.mp4

but it shows error like,

    No such filter: 'gltransition'
Error initializing complex filters.
Invalid argument.

image

image

Am I missed something?

Eric-HeShiPing commented 3 years ago

solved

alanMachineLeraning commented 3 years ago

solved

how to solve?

tringuyen98 commented 1 year ago

how to solve bro

solved

how man, can u give me a solution, thanks