i start working with ffmpeg, and here my first doubt:
I have one sound file, example.mp3 (1 min duration). I want add a loop video, example.mp4 ( x sec duration).
I want generate 1 min mp4 video and loop this video 3 times in this case, but this could be dynamic.
Its posible do this with ffmpeg ?
Thanks in advance
You can use
Due to a existing bug in shortest, output will be somewhat longer than the audio.