PMF Video: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
||
| Line 11: | Line 11: | ||
<pre> | <pre> | ||
//header | //header | ||
4 bytes (char) - signature // "PSMF" | |||
4 bytes (char) - version number // e.g. "0014" | |||
4 bytes (uint32) - relative data offset // always 2048 | |||
4 bytes (uint32) - PMF data total size | |||
// | 64 bytes - padding | ||
// mapping table | |||
4 bytes (uint32) - size of the mapping table | |||
2 bytes (uint16) - unknown // 0 | |||
4 bytes (uint32) - tick frequency? // e.g. 90000 | |||
2 bytes (uint16) - unknown // 0 | |||
4 bytes (uint32) - stream duration in ticks | |||
4 bytes (uint32) - mux rate? // e.g. 25000 | |||
62 bytes - unknown | |||
1886 bytes - padding | |||
x bytes - audio/video data | |||
</pre> | </pre> | ||
</div> | </div> | ||
Revision as of 13:44, 1 April 2021
Back to index | Edit this page
PMF
- Format Type : Video
- Endian Order : Little Endian
Format Specifications
//header 4 bytes (char) - signature // "PSMF" 4 bytes (char) - version number // e.g. "0014" 4 bytes (uint32) - relative data offset // always 2048 4 bytes (uint32) - PMF data total size 64 bytes - padding // mapping table 4 bytes (uint32) - size of the mapping table 2 bytes (uint16) - unknown // 0 4 bytes (uint32) - tick frequency? // e.g. 90000 2 bytes (uint16) - unknown // 0 4 bytes (uint32) - stream duration in ticks 4 bytes (uint32) - mux rate? // e.g. 25000 62 bytes - unknown 1886 bytes - padding x bytes - audio/video data
MultiEx BMS Script
Not written yet.
Notes and Comments
- This is standard PSP Video file.
Games
List of games using this file format:
- MediEvil: Resurrection
- Yu-Gi-Oh! GX Tag Force 2
- Many more...
Compatible Programs
- mplayer
- mencoder
- Umd Stream Composer
- MPStoPMF
- PmfCreator
- Jaeder Naub
See Also