Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Req: Play SND0.AT3 and ICON1.PMF in Menu Screen #2585

Open
Freetos opened this issue Jul 2, 2013 · 22 comments
Open

Feature Req: Play SND0.AT3 and ICON1.PMF in Menu Screen #2585

Freetos opened this issue Jul 2, 2013 · 22 comments

Comments

@Freetos
Copy link

Freetos commented Jul 2, 2013

It would be great to listen to the title sound while tweaking options, and this is what the real PSP does in its XMB interface. This should be easier with the atrac3plus decoder.

@dbz400
Copy link
Contributor

dbz400 commented Jul 2, 2013

Humm bit fancy stuff :)

@Daniel-Griffiths
Copy link

Some games also make use of the PSMF video format when highlighting an icon.

@Blackbird88
Copy link

Sound is already working now when you long-click. Please add the video as well.

@Blackbird88
Copy link

Any word on this? :(

@hrydgard
Copy link
Owner

Just haven't gotten around to doing it, it's probably at least half a day of work or so for quite a small benefit. Still, will do it eventually :)

@Blackbird88
Copy link

Oh I didn't realize it's THAT much work. I thought the video format is already supported.

@hrydgard
Copy link
Owner

Well, we don't currently have standalone player code with timing and such, that's handled by the games, so we need to write a small video player that uses ffmpeg. Not a big issue but not a 10 minute hack either.

@Blackbird88
Copy link

Ah I see. By skipping the XMB nothing can play it as the code is only used for games.

@unknownbrackets
Copy link
Collaborator

Not "skipping" the XMB would be significantly more work. It's a mistake to assume it's somehow there and being skipped. It would take a whole lot more than a half day to emulate the XMB.

-[Unknown]

@Blackbird88
Copy link

It's still faked to the games kinda like HLE BIOS isn't it? I always use LLE when it is possible.
Launching games through Wii Menu for example is pretty good tho I don't expect you to do this as I realize it's too much work.

@unknownbrackets
Copy link
Collaborator

unknownbrackets commented Oct 14, 2015

Thinking of it as BIOS is a mistake. We implement an API that games use.

I think a better analogy is web browsers. Chrome, Firefox, and Internet Explorer all display web pages, but the way they do so is in some cases different. They all implement HTML5, although each have different bugs.

We're not skipping the XMB because the XMB is not there. Just like Firefox doesn't "skip" Chrome's settings menu, and Chrome doesn't "skip" Internet Explorer's Web Slices feature. It's not implemented, and it doesn't necessarily need to be.

PPSSPP is not an LLE emulator. LLE would require a BIOS file (or files), which would likely require you to use a PSP to decrypt things or something just to get all set up. It would also be slower, and some features and enhancements would be much less possible. But that doesn't mean someone can't implement an LLE PSP emulator.

-[Unknown]

@Blackbird88
Copy link

I understand, Basically it's more like WINE mimicking Win32 API. But still XMB support would be lovely.

@zminhquanz
Copy link
Contributor

you can porting JPCSP Java code to PPSSPP C++ code to run this UMD video player , can you add it developer

@tilkinsc
Copy link
Contributor

tilkinsc commented Aug 3, 2017

This has been dead for a year. Has there been progress made to make this possible?

@Blackbird88
Copy link

I don't think this'll happen sadly. Too much effort for GUI nice-ty :(

@hrydgard
Copy link
Owner

hrydgard commented Aug 3, 2017

Well part of the requested feature is done, we do play the sound now. Playing the video is also quite possible, but a considerable amount of work.

@hrydgard hrydgard added this to the Future milestone Aug 3, 2017
@Panderner
Copy link
Contributor

Panderner commented Feb 3, 2020

Any state of ICON1.PMF Updates?

@LunaMoo
Copy link
Collaborator

LunaMoo commented Feb 3, 2020

AFAICT nobody is working on that, so asking about updates have no sense. Subscribe to the issue and you'll be informed automatically if someone does anything(unfortunately you'll also be spammed if someone writes questions for attention like you which together with my reply is spamming everyone who subscribed here).

@tilkinsc
Copy link
Contributor

tilkinsc commented Feb 5, 2020

The question was never asked of what exactly is there to do to implement this? I could hack something together for revisions, as I always wanted to delve into the inner workings of such files.

@Panderner
Copy link
Contributor

ICON1.PMF is for animated icons some games have this like GTA, God of War, and Tekken 6. Some games are only have ICON1.PMF like Burnout Games and Little Big Planet it's play sound but not PPSSPP

@hrydgard
Copy link
Owner

hrydgard commented Feb 6, 2020

Oh? So in those cases the PMF has an audio channel too, and there's no AT3?

That we could probably support fairly easily, actually playing the video is more work than it's worth in the near term at least.

@Panderner
Copy link
Contributor

Oh? So in those cases the PMF has an audio channel too, and there's no AT3?

That we could probably support fairly easily, actually playing the video is more work than it's worth in the near term at least.

Yes it is here's a video of custom ICON1.PMF https://www.youtube.com/watch?v=ljuLvAL3C50&app=desktop for example

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

10 participants