BD-J support (play BD-ISO or BD folder on HDD) on PS3

Added by Vitaly Negrey about 12 years ago

Thank you for your work, you can add support for playback of images movies BD (or folder structure) to the project for the PS3? If it helps, here is a library for VLC http://www.videolan.org/developers/libbluray.html


Replies (2)

RE: BD-J support (play BD-ISO or BD folder on HDD) on PS3 - Added by open ps3 about 12 years ago

It would be cool if we can convert dvd's and BD's to mkv or xvid with build in ffmeg

ffmpeg -i DVD_VIDEO1.vob -qscale 7 -vcodec libxvid -s 640x360 -r 23.976 -aspect 16:9 -ab 128k -ar 48000 -async 48000 -ac 2 -acodec libmp3lame -f avi -g 300 -bf 2 -pass 2 blues2.avi

RE: BD-J support (play BD-ISO or BD folder on HDD) on PS3 - Added by ExSport . about 12 years ago

Most recent ffmpeg svn builds should already support BD structure:
1.0rc4 once again adds a slew of new binary codecs and leverages all the stuff added to FFmpeg(v0.6). Notable additions are VP8 decoding, H.264 bug fixes and speedups, unencrypted Blu-ray support.

(1-2/2)