Through much trial and error and googling without success I was able to find parameters to give to mencoder to convert RMVB files to XviD to be able play on my Playstation 3 which has 2.xx firmware.
#!/bin/sh
mencoder $1 -alang English -oac mp3lame -lameopts abr:br=128 -ovc xvid -xvidencopts bitrate=1281:chroma_opt:vhq=4:bvhq=1:quant_type=mpeg -vf pp=de,scale=320:-2 -o $2
Monday, September 15, 2008
Subscribe to:
Post Comments (Atom)
2 comments:
This is exactly what I was looking for. Thanks. (Might up the scale a bit though)
Hello! ... how do I run this Scropt? (sorry I am a Linux Newbie)
Post a Comment