Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
zydjohnHotmail opened this issue Aug 10, 2021 · 0 comments
Open

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

zydjohnHotmail opened this issue Aug 10, 2021 · 0 comments
Labels
needs documentation The feature is not properly descirbed in the readme

Comments

@zydjohnHotmail
Copy link

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,

@cmxl cmxl added the needs documentation The feature is not properly descirbed in the readme label Apr 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs documentation The feature is not properly descirbed in the readme
Projects
None yet
Development

No branches or pull requests

2 participants