We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I built and compile ffmpeg with gltransition would be ok.
I use ubuntu 20.04 WSL to build and check gltransition
But when I try to run command
Xvfb :1 -screen 0 1280x1024x16 export DISPLAY =:=1 ffmpeg -i media/2.mp4 -i media/1.mp4 -i media/0.mp4 -filter_complex gltransition -y out6.mp4 -v debug
Everything seems go well but the output only include the first video. It means the output is lack of videos 1.mp4 and 0.mp4
I have tried install ffmpeg library and check anything. Any suggestions for this problems ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I built and compile ffmpeg with gltransition would be ok.
I use ubuntu 20.04 WSL to build and check gltransition
But when I try to run command
Xvfb :1 -screen 0 1280x1024x16 export DISPLAY =:=1 ffmpeg -i media/2.mp4 -i media/1.mp4 -i media/0.mp4 -filter_complex gltransition -y out6.mp4 -v debug
Everything seems go well but the output only include the first video. It means the output is lack of videos 1.mp4 and 0.mp4
I have tried install ffmpeg library and check anything. Any suggestions for this problems ?
The text was updated successfully, but these errors were encountered: