ISHWAR RATTAN wrote:
Is there a way to go form .flv file to .mpg
under linux?

-ishwar



Yes.
Assuming that you have mencoder, the script I use prior to converting from anyvideo.* to *.mpg prior to converting to DVD format is as follows:

/usr/bin/mencoder -oac lavc -ovc lavc -of mpeg -mpegopts format=dvd -vf scale=720:576,harddup \
-srate 48000 -af lavcresample=48000 \
-lavcopts vcodec=mpeg2video:vrc_buf_size=1835:vrc_maxrate=9800:vbitrate=5000:keyint=15:aspect=4/3:\
acodec=ac3:abitrate=192 -ofps 25 -o original.flv newvideo.mpg

HtH

A







--

"If they can get you asking the wrong questions, they don't have to worry about the 
answers." - Thomas Pynchon, "Gravity's Rainbow"


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to