VideoHelp Forum




+ Reply to Thread
Results 1 to 3 of 3
  1. Member
    Join Date
    Jan 2011
    Location
    Ottawa canada
    Search PM
    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
    Quote Quote  
  2. Always Watching guns1inger's Avatar
    Join Date
    Apr 2004
    Location
    Miskatonic U
    Search Comp PM
    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.
    Quote Quote  
  3. Member
    Join Date
    Jul 2009
    Location
    Spain
    Search Comp PM
    Originally Posted by guns1inger View Post
    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).
    How did you work out those numbers?
    By my calculations, 24 hrs down to 3 mins requires nn=480 (24*60/3).
    That gives a frame roughly every 16 seconds (480/30) of the original.
    (Even with n=290, it would be about every 10 secs, not every 3 minutes.)
    Quote Quote  



Similar Threads

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