FFmpeg.NET icon indicating copy to clipboard operation
FFmpeg.NET copied to clipboard

How I can use -stream_loop parameter in this repo?

Open zydjohnHotmail opened this issue 4 years ago • 0 comments

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,

zydjohnHotmail avatar Aug 10 '21 06:08 zydjohnHotmail