On Thursday 25 October 2007 18:28, Hans Linux wrote: > anyone know what the program to convert video real player format to mpeg > format?
mencoder. It rox. However, it has an extensive and really (REALLY) confusing command line. Here's the script I run when converting - um - acquired videos... mencoder -oac lavc -ovc lavc -of mpeg -mpegopts format=dvd -vf scale=720:480,harddup -srate 48000 -af lavcresample=48000 -lavcopts vcodec=mpeg2video:vrc_buf_size=1835:vrc_maxrate=9800:vbitrate=5000:keyint=18:aspect=16/9:acodec=ac3:abitrate=192 -ofps 30000/1001 -o my_out_file.mpg the_input_file.rm I suppose you could do something as simple as: mencoder replayerfile.rm -ovc lavc -oac pcm -o new.avi There are front-end GUI's I haven't tried yet: http://www.kde-apps.org/content/show.php?content=26186 http://sourceforge.net/projects/kmencoder/ http://www.kraus.tk/projects/konverter/ http://gmencoder.sourceforge.net/ http://kavenc.sourceforge.net/ HTH!! -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
