PMF: Difference between revisions

From PSP Developer wiki
Jump to navigation Jump to search
(please give it more research)
 
(Fixing spelling lead to a bit of a page re-write)
 
Line 1: Line 1:
PMF is a standart FMV/video format for PSP games.
PMF or "Playstation Movie Format" (or "Playstation Media Format") is a media container used for in-game FMV as well as for icon animations in VSH.


Is an atypical MP4(h.264) file.
The PMF container consists of a [https://hitmen.c02.at/files/yapspd/psp_doc/chap26.html#sec26.8 2KiB header and an MPEG-2 Program Stream] containing h.264 video and optionally audio in ATRAC3plus format.


As of right now, only ffmpeg fully supports these.
ffmpeg has support for demuxing PMF files and they can also be played in VLC.


To play these videos in-game, a library(libpsmfplayer.prx) is required
To play these videos on the PSP, the <code>libpsmfplayer.prx</code> library can be used

Latest revision as of 22:00, 9 July 2024

PMF or "Playstation Movie Format" (or "Playstation Media Format") is a media container used for in-game FMV as well as for icon animations in VSH.

The PMF container consists of a 2KiB header and an MPEG-2 Program Stream containing h.264 video and optionally audio in ATRAC3plus format.

ffmpeg has support for demuxing PMF files and they can also be played in VLC.

To play these videos on the PSP, the libpsmfplayer.prx library can be used