This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Complete rewrite of the video play modules (sceMpeg and scePsmfPlayer)
#1
Dear Jpcsp community!

the current implementation of the video play modules (sceMpeg and scePsmfPlayer) was not matching perfectly the PSP implementation. It was working in most of the cases, but not 100%. As it was difficult to continue improving the current implementation, I have decided to completely rewrite those modules in order to better match the PSP implementation, hopefully as close to 100% as possible...

The new implementation is available in commit a054603. As this is a huge change, it is still buggy and will probably introduce problems into games/applications that were working properly up to now... please report such issues in this thread, I will work on a correction. Hopefully the large effort will also help the cases that were not working in the past Smile

When reporting an issue caused by this change, please add the following lines to your LogSettings.xml before generating a log at the INFO level:
Code:
<logger name='compiler'> <level value='debug' /> </logger>
<logger name='hle.scePsmfPlayer'> <level value='trace' /> </logger>
<logger name='hle.sceMpeg'> <level value='trace' /> </logger>
<logger name='hle.sceMpegbase'> <level value='trace' /> </logger>
<logger name='hle.sceVideocodec'> <level value='trace' /> </logger>
<logger name='hle.sceAudiocodec'> <level value='trace' /> </logger>
<logger name='hle.scePsmf'> <level value='debug' /> </logger>
<logger name='hle.sceMp4'> <level value='trace' /> </logger>
<logger name='hle.mp4msv'> <level value='trace' /> </logger>

Thank you for your support in regression testing!
Always include a complete log file at INFO level in your reports. Thanks! How to post a log
Reply
#2
ICONE.pmf not show at vsh


Attached Files Thumbnail(s)
   

.7z   vsh-umd-log.7z (Size: 1.14 MB / Downloads: 117)
Reply
#3
(12-11-2018, 01:10 AM)onelight Wrote: ICONE.pmf not show at vsh
Is it fixed in d3d294a (or later)?

Thank you for testing!
Always include a complete log file at INFO level in your reports. Thanks! How to post a log
Reply
#4
The changes to sceMpeg and scePsmfPlayer haven't seemed to improve video playback on PlayView titles such as Atelier Escha & Logy: Alchemists of the Dusk Sky - Records of the Dusk World Vol.1.

Here's a video that shows the video decoding and timing issues: https://www.youtube.com/watch?v=RzSc5iRV2BM

Since the log is so large (about 224 MB), I have uploaded it to MediaFire.
Reply
#5
(12-15-2018, 11:15 AM)DragonNeos Wrote: The changes to sceMpeg and scePsmfPlayer haven't seemed to improve video playback on PlayView titles such as Atelier Escha & Logy: Alchemists of the Dusk Sky - Records of the Dusk World Vol.1.

Here's a video that shows the video decoding and timing issues: https://www.youtube.com/watch?v=RzSc5iRV2BM

Since the log is so large (about 224 MB), I have uploaded it to MediaFire.
From the logs, it is using sceMp4, which has not been updated. This is explaining why there is no improvement here. But I will try to find out from the logs how to fix sceMp4 as well...
Always include a complete log file at INFO level in your reports. Thanks! How to post a log
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)