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

-filter_complex #111

Closed
nvkaymanov opened this issue Jun 26, 2017 · 2 comments
Closed

-filter_complex #111

nvkaymanov opened this issue Jun 26, 2017 · 2 comments

Comments

@nvkaymanov
Copy link

In my project I use the following ffmpeg command, that successfully works:
ffmpeg -y -i input1.mp4 -i input2.mp4 -loop 1 -framerate 25 -t 5 -i picture.png -i input3.mp4 -i input4.mp4 -f lavfi -t 1 -i anullsrc -filter_complex "[0:v][0:a][1:v][1:a][2][5][3:v][3:a][4:v][4:a]concat=n=5:v=1:a=1" -vcodec libx264 -movflags faststart -g 25 -sc_threshold 0 -refs 5 -ar 22500 -ac 2 -ab 128k -pix_fmt yuv420p -threads 0 -r 25 -aspect 704:400 -b:v 1100k final.mp4
This command concat 4 videos and picture.
In the end we have the first video, then second video, then the picture is converted into a video with a duration of 5 seconds, then the third video, and then the fourth video
How can I describe it using your library?

@coarsehorse
Copy link

I'm also looking for a way to pass loop 1

@Euklios
Copy link
Collaborator

Euklios commented Aug 10, 2024

This should be possible with #339

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

3 participants