-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No such filter: 'gltransition' #35
Comments
Hi! I ran in the same problem and for me the cause of the crash was that the built wasn't successful and I was running the old libraries (without the GL-transition) |
Hi, I am also facing the same problem, although I guess the gl transtion is configured properly because when I do ffmpeg I get these things
|
me too got same please give the solution for this |
The similar issue
|
i have the same issue in docker。 |
I installed the dependencies for FFMPEG build(GLU,GLFW,GLVND & GLEW libs) and configured it with EGL.
My configured command is:
./configure --enable-gpl --enable-opengl --enable-filter=gltransition --extra-ldflags="-L/usr/lib/x86_64-linux-gnu -L/usr/local" --extra-libs='-lGLEW -lglfw3 -lEGL -lGLU' --enable-shared --enable-static
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,
Am I missed something?
The text was updated successfully, but these errors were encountered: