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!
+ Reply to Thread
Results 1 to 3 of 3
-
-
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).
-
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)
Similar Threads
-
Video/Sound Input Help/Suggestion
By Y2KMP3 in forum ComputerReplies: 0Last Post: 27th Feb 2012, 19:31 -
Suggestion to make the video look better?!
By SB4 in forum RestorationReplies: 11Last Post: 18th Sep 2010, 19:14 -
Filter suggestion for old video restoration
By the_provider in forum RestorationReplies: 11Last Post: 27th Apr 2010, 17:02 -
OSS Video Decompiler
By Em in forum Newbie / General discussionsReplies: 1Last Post: 30th Aug 2007, 13:52 -
DVD Decompiler for reauthoring
By Drakul in forum Authoring (DVD)Replies: 0Last Post: 18th Aug 2007, 17:09