PSMF: Difference between revisions

From MultimediaWiki
Jump to navigation Jump to search
m (use existing Wiki links)
(Add to container formats category.)
Line 18: Line 18:
| data_size || 32 || be int || size of data
| data_size || 32 || be int || size of data
|}
|}
[[Category:Container Formats]]

Revision as of 01:31, 14 June 2006

  • Extensions: pmf
  • Company: Sony

Short for PlayStation Portable Movie Format, PSMF is a SONY proprietary format used for movies intended to be played on the PSP portable game console. The format is based on MPEG, and contains H.264 video and Sony ATRAC audio.

PSMF files start with a variable length header, followed by MPEG Program Stream data. The video data is carried in PES packets using a stream_id of 0xE0, and audio data is carried in private_stream_1 PES packets.

Header format

Name Bits Type Semantics
magic 32 ASCII "PSMF"
unknown 32 ASCII
header_size 32 be int total size of header
data_size 32 be int size of data