EmuNewz Network

Full Version: Video decoding using java decoder (r3659)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
Hello,

the beginning seems to be missing in the log file...

Thanks
(10-27-2014, 08:00 AM)gid15 Wrote: [ -> ]
(10-27-2014, 06:09 AM)onelight Wrote: [ -> ]Phantasy Star Portable 2 - NPJH50043

BTW, not start r3659, video miss subtitles even using external software renderer
Good hint. The subtitles are maybe contained into the mpeg user data:
Code:
14:12:41  WARN hle.sceMpeg - user_main - Unimplemented sceMpegGetUserdataAu mpeg=0x9097840, streamUid=0x82, auAddr=0x09FFF490, resultAddr=0x09FFF3B0

It would be interesting if you could create a INFO log with the following lines in LogSettings.xml:
Code:
<logger name='compiler'> <level value='debug' /> </logger>
<logger name='hle.sceMpeg'> <level value='trace' /> </logger>
I've now implemented sceMpegGetUserdataAu based on tests on my PSP using JpcspConnector. Could you test r3667 and update the log files?

Thank you!
r3668 fixed subtitles but video will stop play.
[attachment=17714]
http://www.mediafire.com/download/yb7c1v...668_log.7z
(10-30-2014, 05:41 AM)onelight Wrote: [ -> ]r3668 fixed subtitles but video will stop play.
Thank you for the log!
I have found an issue and fixed it in r3671. Could you test again?
(10-31-2014, 07:59 PM)gid15 Wrote: [ -> ]
(10-30-2014, 05:41 AM)onelight Wrote: [ -> ]r3668 fixed subtitles but video will stop play.
Thank you for the log!
I have found an issue and fixed it in r3671. Could you test again?

r3671 fixed, thank you.
UMD browser
BTW r3668
Code:
Ported the video decoding in the UMD browser from Xuggle to h264j (Java decoder).
but not decoding the audio in ICON1.PMF
[attachment=17715]
(11-01-2014, 01:48 AM)onelight Wrote: [ -> ]UMD browser
BTW r3668
Code:
Ported the video decoding in the UMD browser from Xuggle to h264j (Java decoder).
but not decoding the audio in ICON1.PMF
Is there sound in ICON1.PMF? Usually the sound is in SND0.AT3.
(11-01-2014, 04:02 PM)gid15 Wrote: [ -> ]
(11-01-2014, 01:48 AM)onelight Wrote: [ -> ]UMD browser
BTW r3668
Code:
Ported the video decoding in the UMD browser from Xuggle to h264j (Java decoder).
but not decoding the audio in ICON1.PMF
Is there sound in ICON1.PMF? Usually the sound is in SND0.AT3.
yes, sound in ICON1.PMF, and SND0.AT3 is not exist.
Games such as Bleach: Soul Carnival and Digimon World ReBig Grinigitize use ICON1.PMF for audio when it is being viewed at the UMD Browser on a real PSP.
Pages: 1 2 3 4