Skip to content

How I can use -stream_loop parameter in this repo? #57

@zydjohnHotmail

Description

@zydjohnHotmail

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,

Metadata

Metadata

Assignees

No one assigned

    Labels

    needs documentationThe feature is not properly descirbed in the readme

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions