VideoHelp Forum




+ Reply to Thread
Results 1 to 3 of 3
  1. Member
    Join Date
    Jun 2008
    Location
    Canada
    Search Comp PM
    Hi everybody,

    What I would like to do is :
    1- decompile a video , save every frame of the video,
    2- compile a first video using odd frame number with every frame have a duration time of 2 frames
    3- do the same with even frame number

    As a example for a 1 second clip with 30 frames,
    the first video will be
    frame : 1-1-3-3-5-5-7-7....

    the second video will be
    frame : 2-2-4-4--6-6-8-8...

    any suggestion for any of those steps ?

    thanks!
    Quote Quote  
  2. Banned
    Join Date
    Oct 2004
    Location
    Freedonia
    Search Comp PM
    Surely this could be done by simply writing an AviSynth script. Do some research on AviSynth or hope that perhaps some people here will post a script with the right commands (I can only do a few simple things with AviSynth, not something like this, so I can't help you here).
    Quote Quote  
  3. Member
    Join Date
    Dec 2005
    Location
    Canada
    Search Comp PM
    Open the script in VirtualDub and save the new file.
    Change selectodd to selecteven and repeat.
    Don't know about the audio.

    AVISource("C:\file.avi")
    selectodd()
    selectevery(1,0,0)
    Quote Quote  



Similar Threads

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