-
Notifications
You must be signed in to change notification settings - Fork 126
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
Cannot find a matching stream for unlabeled input pad 2 on filter Parsed_gltransition_0 #70
Comments
[root@VM-12-6-centos ~]# env DISPLAY=:1 ffmpeg -i /ligaoliang/chart.mp4 -i /ligaoliang/back1.mp4 -filter_complex gltransition -y out.mp4 |
` static const AVFilterPad gltransition_outputs[] = { description of AVFilterPad can't add {NULL} |
compile with ffmpeg 4.2.2 all is ok |
env DISPLAY=:1 ffmpeg -i /ligaoliang/chart.mp4 -i /ligaoliang/back1.mp4 -filter_complex gltransition -y out.mp4
ffmpeg version 5.0 Copyright (c) 2000-2022 the FFmpeg developers. This is my cmd
The text was updated successfully, but these errors were encountered: