up vote 2 down vote favorite
2
share [g+] share [fb]

I dont want to use player like vlc to speedup the playback. I want to actually speedup playback in the original file.

Its like I want video to be played 2 times faster.

link|improve this question

50% accept rate
feedback

1 Answer

mencoder has a -speed option you can use, e.g. -speed 2 to double the speed. It's described in the man page. Example:

mencoder -speed 2 -o output.avi -ovc lavc input.avi
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.