How I can use -stream_loop parameter in this repo?
zydjohnHotmail opened this issue · comments
zydjohnHotmail commented
Hello:
I have made one small mp4 video with duration of only 1 second, it was made of many images. And I want to make one big mp4 video with duration of 1 minute, I think I can repeat the 1 second video 60 times, to make one minute mp4 video.
And I tried the following ffmpeg command directly in my PC (Windows 10), it works:
C:\Videos>ffmpeg -stream_loop 60 -i Second1.mp4 -c copy Minute1.mp4
I want to know how I can do the same using this repo?
Thanks,