if you use java ps3 media server it converts video automatically to ps3 compatible format so you can watch anything , no conversion needed - even iso files are watchable on ps3 with it
The ps3, when it says it plays a format, it means it plays that format on a very narrow set of codecs and attributes. For example, it plays mpeg4, but not if the audio is encoded in .mp3.
Any video file that isn't just right, the ps3 will turn up its nose and say either "unsupported data" or "corrupted data." Even though your computer will play it just fine, and the ps3 under linux will play it too.
There is no way to fix it. PS3's div-x support is generally meant for streaming. So when you convert a file, don't convert it to div-x. Better to convert it to mpeg4 using the following settings:
vcodec: lavc
acodec: libfaac
sameq (or set quantizer to "same as source")
if you're converting from flash or wmv, you may need to increase the video and audio bitrates also.
I've seen the div-x converter and it's not very good, it's too simplistic. Better to use Firefox 3's download manager converter add-on, which is a front-end for ffmpeg. ffmpeg is the ultimate video transcoding SAK. If you don't have firefox, search "ffmpeg frontend windows" and you'll find a windows program that uses it. Or if you use linux, try avidemux, an excellent editing/transcoding program that I use all the time.
Won't you need div-x because you're streaming though? Nope, not with UPnP streaming. Just about anything will work, and you can just copy it over first too.
No comments:
Post a Comment