Skip to content
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

Output file includes only the first video file, not includes the next second videos #72

Open
bichkhe opened this issue Sep 13, 2022 · 0 comments

Comments

@bichkhe
Copy link

bichkhe commented Sep 13, 2022

I built and compile ffmpeg with gltransition would be ok.

I use ubuntu 20.04 WSL to build and check gltransition

image

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
image

I have tried install ffmpeg library and check anything. Any suggestions for this problems ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant