VideoHelp Forum




+ Reply to Thread
Results 1 to 5 of 5
  1. My mission is to create a 1h long WMV file that is basically the same 1 minute video clip repeated over and over again.

    I could edit the file on Premiere and copy it 60 times over, then re-encode, but this sounds way too stupid.

    Is there a trick I can use to copy the 1 minute clip 60 times over, using muxing, scripting, or something of the sort?
    Quote Quote  
  2. https://trac.ffmpeg.org/wiki/Concatenate

    For example, I made a batch file (concat.bat) in the same folder as the source file (short.wmv)"

    Code:
    "g:\program files\ffmpeg\bin\ffmpeg.exe" -f concat -i list.txt -c copy output.wmv
    and a list file called list.txt in the same folder:

    Code:
    file 'short.wmv'
    file 'short.wmv'
    file 'short.wmv'
    file 'short.wmv'
    file 'short.wmv'
    file 'short.wmv'
    file 'short.wmv'
    file 'short.wmv'
    file 'short.wmv'
    file 'short.wmv'
    then just double clicked on the batch file. You'll have to change the path to ffmpeg.exe. And that list is only 10 files; you'll need 60.
    Last edited by jagabo; 10th Oct 2015 at 11:27.
    Quote Quote  
  3. Member Cornucopia's Avatar
    Join Date
    Oct 2001
    Location
    Deep in the Heart of Texas
    Search PM
    Why don't you just create an ASX/WVX playlist meta-file and tell it to loop X number of times and be done with it? Unless you are playing this with a settop/general digital media player, it shouldn't have difficulties. No time wasted, no increase in filesize.

    Scott
    Quote Quote  
  4. It's a file to be played on a TV, using an usb stick. The playlist won't work. Well, it might, but we'll still get the "Loading..." screen every time the file will be looped.

    ffmpeg concat worked fine! Thanks.
    Quote Quote  
  5. or you could of played the 1 min clip in vlc
    stuck it on a loop
    hit record for however long you wanted
    Quote Quote  



Similar Threads

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