VideoHelp Forum




+ Reply to Thread
Results 1 to 5 of 5
  1. Hello everyone,

    I just downloaded and installed Clever ffmpeg GUI. What is the easiest way to loop/extend one video to a set time duration?
    For ex: If I wanted to make a 5 minute video loop for 3 hours so it would be a 3 hour long video. How would I loop/extend that 5 minute video 36 times with lossless quality?

    Thanks for everyone's time and I hope this post finds everyone well.
    Quote Quote  
  2. With the command line:

    Code:
    ffmpeg -stream_loop 36 -i input.mp4 -c copy output.mp4
    Quote Quote  
  3. Thank you very much jagabo. That worked. Do you know how I would create a fade out offset and a fade in offset of a looped video?
    For example, in Vegas Pro, I can copy and paste the same video in a project (looping). So I have the same video back to back. I move the 2nd copied video backwards a bit so it's about 2-3 seconds on top of the first video and I do a crossfade from one to another. This works really well. Is there a way to do this in ffmpeg?

    Thanks again for your time. I really appreciate it

    Originally Posted by jagabo View Post
    With the command line:

    Code:
    ffmpeg -stream_loop 36 -i input.mp4 -c copy output.mp4
    Quote Quote  
  4. Loop with crossfade is much harder. I might have time to figure it out this weekend.
    Quote Quote  
  5. You probably need a full video editor for cross fade transition, which ffmpeg is not.
    but you can easily do start and end video and audio fades easily in ffmpeg or easier
    yet in an ffmpeg GUI.

    if you are on windows .. try clever FFmpeg-GUI

    Originally Posted by mikeyb81 View Post
    I move the 2nd copied video backwards a bit so it's about 2-3 seconds on top of the first video
    and I do a crossfade from one to another. This works really well.
    Is there a way to do this in ffmpeg?
    There is nothing wrong .. with my environment
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!