Click here to Skip to main content
15,884,473 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
I want to combine two videos

video details
-------------
1. Movie1.mp4 Video duration 62 seconds
2. Movie2.mp4 Video duration 8 seconds

I want to combine [overlay] these two videos with ffmpeg but what i want is that Movie2.mp4 repeat itself again and again and Movie1.mp4 runs as is.

i tried overlay command as follow

ffmpeg -i "Movie1.mp4" -i Movie2.mp4 -filter_complex overlay -shortest -y -q 0 output.mp4


but it results non repeating Movie2.mp4 and last frame of Movie2.mp4 continue after 8th second to 62th second in output video.

is there a way to do do this using ffmpeg
Posted
Comments
Hitesh Rohilla 18-Jun-13 16:10pm    
anybody have idea about this???

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900