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?
+ Reply to Thread
Results 1 to 5 of 5
-
-
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
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'
Last edited by jagabo; 10th Oct 2015 at 11:27.
-
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
Similar Threads
-
How to create WMV file with multi-language audio tracks
By rakf1 in forum User guidesReplies: 1Last Post: 16th Mar 2014, 08:46 -
Guidance to create either a .wmv or a mpeg
By herscht in forum Newbie / General discussionsReplies: 3Last Post: 26th Feb 2012, 00:46 -
Movie_LeftEye.wmv + Movie_RightEye.wmv + Polarized glasses = ?
By barelief in forum Authoring (Blu-ray)Replies: 0Last Post: 21st Nov 2011, 15:45 -
spit 4 hours wmv into 1 minute parts
By pribl in forum Newbie / General discussionsReplies: 1Last Post: 16th Jun 2011, 04:45 -
burning a dvd from an .avi file and a .wmv file
By marlo in forum Newbie / General discussionsReplies: 3Last Post: 28th Dec 2010, 06:06