Dear friends,
I want to accelerate a video, what the soft that I've to use?
VirtualDub? How?
Thanks!!!
+ Reply to Thread
Results 1 to 8 of 8
-
-
Load the avi in virtualdub, click menu Video - Framerate, select change to and enter the new number of framerates.
If you want the audio to follow you have to mess around in the audio filters menu as well, in that case its much easier to use AviSynth:
Avisource("yourvid.avi")
AssumeFPS(100, sync_audio=true) -
OK, I've an audio file that has 1 minute and the video has 5 minutes.
I want to accelerate the video to combine with the audio (1 minute).
I don't want cut the video, I want to acceletare it.
In VirtualDub I change the frame rate to 300 but the VirtualDub didn't allow this value.
What I've to do? -
Ok, i see! Lets say you will later convert it into Avi or Mpeg, then you would want to have a normal framerate that can be played back in a decent way. First find the framerate of your sourcefile, lets say it is 29.97 for now. Then create an AviSynth script, and add these 3 lines:
AviSource("Yourvideo.avi")
SelectEvery(5,0)
AssumeFPS(29.97)
That will make a videoclip play 5 times faster and keep the source framerate, replace "29.97" with the framerate of your original videofile. This script can be loaded into for example Virtualdub where you can multiplex it with your audio file (Audio -> Wav Audio...). -
Sorry im no good at using virtualdub, but i had a look anyway. There is a Decimate-thing in the framerate settings, you could try to play around with that one if you have very much against AviSynth
I tried to load a 23.976fps video, then set the framerate to 120 and then put 5 in the decimate by thing. Looks like that works well too.
-
Hi roglopes,
Check out the following. They are freeware video editors that might be better suited to what you want to do (in no particular order):
Avid Free DV
AviTricks
Zwei-stein
I've not used any of them, but they are described as Non-Linear Editors (NLEs) with basic to average editing capabilities - I'd expect that one of them will do what you want.
I use Premiere Pro, also an NLE. In that, it's a case of drop the clip onto the timeline, select the clip and adjust the speed by changing a percentage:
200% = Twice as fast
50% = Half speed
-100% = Normal speed, but reverse because of the minus sign
Each of the apps I mention have timelines, so at least they're similar in that respect to Premiere Pro. It just remains to be seen whether you can adjust the speed of the clip, and how it's done.
Good luck...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.
Similar Threads
-
video player that can step forward/backwards and change play speed
By wildflow in forum Software PlayingReplies: 5Last Post: 5th Jul 2012, 18:16 -
How do I change the speed of an MPEG movie file?
By mizpulp in forum EditingReplies: 17Last Post: 1st Oct 2011, 15:44 -
Change video speed by 10X while retaining FPS
By a1745 in forum EditingReplies: 2Last Post: 15th Mar 2011, 09:40 -
Change speed on a clip in Premiere?
By FredAstair in forum EditingReplies: 5Last Post: 18th Jan 2009, 13:08 -
Anybody know how to change the speed of DVD Writer?
By mommyc in forum DVD & Blu-ray WritersReplies: 30Last Post: 25th Sep 2007, 15:58