PDA

View Full Version : [gnome] convert to quick video play


rrd
December 18th, 2008, 08:04 AM
Hari,

I want to make a tutorial video about creating a web page from a design plan. I would like to record my desktop by recordmydesktop :) and than somehow i have to convert my video file to a different one which plays much more faster. By this from an hours video I would like to get a 5 minutes fast version.

How could I do it?

--
http://webmania.cc

nowardev
December 19th, 2008, 08:31 AM
nwc is a mencoder command line generator

mencoder -forceidx -ofps 25 -oac mp3lame -lameopts abr:br=128 -srate 48000 -speed 3 -vf scale=720:576,harddup -ovc xvid -xvidencopts bitrate=900 INPUT -o OUTPUT.AVI

as you can see here there is -speed 3 that should be fine