/ Published in: Bash
certain xvid files may not work on the ps3 due commonly in part to the audio stream format. Using mencoder you can quickly convert the audio stream to mp3 and in most cases get compatible video.
Expand |
Embed | Plain Text
mencoder <input file> -oac mp3lame -lameopts br=192 -ovc copy -ffourcc XVID -o <output file>
You need to login to post a comment.
