The holy grail everybody has been searching for..
RVMB to PS3 playable files using only Open Source Software.
Short and sweet, here it is:
my encode_to_ps3.bat
@echo off
mencoder.exe -ofps 30000/1001 -af lavcresample=24000 -vf harddup -of lavf -oac lavc -ovc lavc -lavcopts vbitrate=1200:aglobal=1:vglobal=1:vcodec=mpeg4:acodec=libfaac:threads=2 -lavfopts format=psp %1 -o %1.mp4
If you are using unix, you can change the "%1" to $1.
That's it! This will produce a playable mp4 formatted file for you using mencoder.
You can change the vbit rate if you want to. Also, the "threads=2" is useful to cut the encoding time in half (well, about 33%) if you have dual core. If you have a quad core, change it to "threads=4".
That's it! Convert all your rmvb's to play on the ps3. I love the PS3. I'm sony's biggest nightmare..


