EmuNewz Network
Video decoding using java decoder (r3659) - Printable Version

+- EmuNewz Network (https://www.emunewz.net/forum)
+-- Forum: PSP Emulation (https://www.emunewz.net/forum/forumdisplay.php?fid=191)
+--- Forum: JPCSP Official Forum (https://www.emunewz.net/forum/forumdisplay.php?fid=51)
+---- Forum: svn trunk discussion (https://www.emunewz.net/forum/forumdisplay.php?fid=56)
+---- Thread: Video decoding using java decoder (r3659) (/showthread.php?tid=164808)

Pages: 1 2 3 4


RE: Video decoding using java decoder (r3659) - onelight - 10-27-2014


.zip   log.zip (Size: 1.74 MB / Downloads: 130)


RE: Video decoding using java decoder (r3659) - gid15 - 10-27-2014

Hello,

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

Thanks


RE: Video decoding using java decoder (r3659) - onelight - 10-27-2014

http://www.mediafire.com/download/3wc2w8f18awvgzj/ファンタシースターポータブル2_log.zip
68M txt


RE: Video decoding using java decoder (r3659) - gid15 - 10-29-2014

(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!


RE: Video decoding using java decoder (r3659) - onelight - 10-30-2014

r3668 fixed subtitles but video will stop play.
   
http://www.mediafire.com/download/yb7c1vma6i28ah1/ファンタシースターポータブル2_3668_log.7z


RE: Video decoding using java decoder (r3659) - gid15 - 10-31-2014

(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?


RE: Video decoding using java decoder (r3659) - onelight - 11-01-2014

(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
   


RE: Video decoding using java decoder (r3659) - gid15 - 11-01-2014

(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.


RE: Video decoding using java decoder (r3659) - onelight - 11-01-2014

(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.


RE: Video decoding using java decoder (r3659) - DragonNeos - 11-01-2014

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.