Hi!
Wondering if someone can help.
I have a recording (approx 24hrs long In short AVI segments) that I want to combine into a short movie. Say around 3 mins long. It will look almost like a time lapse film.
Unfortunately I have no idea where to start, I have looked at some AVI to mpeg converters but want to make sure it will do what I want before I buy.
Any pointers would be appreciated, I'm sure I will be back with more specific questions once I have the basic's.
Thanks
Darren
+ Reply to Thread
Results 1 to 3 of 3
-
-
Avisynth is probably the simplest way to go. A basic script like this
AVISource("video.avi")
SelectEvery(nn)
AssumeFPS(30000,1001)
Where nn represents the interval between frames that you wish to keep. To strip 24 hours of footage down to 3 minutes you would have to set nn to be 290, or one frame every three minutes (give or take). You then feed this script into virtualdub, and encode the result.Read my blog here.
-
Similar Threads
-
Converting a few long avi into DVD using ConvertxtoDVD
By jackwolf in forum Video ConversionReplies: 2Last Post: 29th Jul 2009, 22:05 -
How long does it take to make a DVD to AVI?
By iamkatpeeler in forum Newbie / General discussionsReplies: 6Last Post: 24th Jan 2009, 01:08 -
Settings Correct? Taking a Long Time/.avi to DVD
By 5Buffalo in forum ffmpegX general discussionReplies: 3Last Post: 24th Dec 2008, 14:29 -
Fastest program to convert avi to dvd is to long
By goheadtry in forum Video ConversionReplies: 12Last Post: 27th Jan 2008, 04:33 -
trimming and cutting up long AVI's
By blackice in forum MacReplies: 4Last Post: 30th Sep 2007, 08:57