What program can I use to take video clips and save them so that they play backwards, or at slower speeds and the like?
I'm using Multiquence, but it does not seem to have these features?
+ Reply to Thread
Results 1 to 7 of 7
-
-
What format are your clips in? Do you need to keep them in that format?
Also, do you need to reverse and slow audio too? -
The video format can be any, and yes I need to reverse (and save) plus slow down video.
-
Check out tools like Avid Free DV (free) to Premiere Pro (expensive) in the "Advanced Video Editors" category in the "Tools" section. These are primarily designed to work with DV AVI at a minimum, some will work with uncompressed AVI or AVI using the loss-less huffyuv codec.
If the video uses anything else - Divx, Xvid, MPG, MOV, RM etc. - then I think you'll be lucky to find something that will do what you want with these formats, and you'll probably need to encode to a workable AVI format.There is some corner of a foreign field that is forever England: Telstra Stadium, Sydney, 22/11/2003.
Carpe diem.
If you're not living on the edge, you're taking up too much room. -
You also might wanna check your soure for possibility of IVTC to 24 fps.
Then, from that point, do your reversing around inside this frame
rate.
And AVIsynth script can do this, if memory serves me.. with the reverse()
function. The simplest and straight-way of doing it is here:
Code:# assuming your source is segmented like this: # vid.01.avi vid.02.avi vid.03.avi ... # # otherwise, use avisource(folder+filename) x="f:\vid.avi" segmentedAVISource(x) # your IVTC code here, then.. reverse()
Similar Threads
-
Reversing Color Filtering Effect
By Michelle76 in forum Newbie / General discussionsReplies: 3Last Post: 3rd Apr 2012, 11:23 -
Reversing PAL speedup.
By rcavanah in forum EditingReplies: 3Last Post: 22nd Sep 2011, 13:26 -
Reversing PAL speedup and frameserving
By Ennio in forum Video ConversionReplies: 23Last Post: 28th Jan 2010, 15:28 -
Reversing a fade to black
By dave_van_damme in forum EditingReplies: 10Last Post: 12th Mar 2009, 21:15 -
Reversing Clips - VideoStudio
By markannab in forum EditingReplies: 1Last Post: 15th May 2007, 21:35