PlayStation MDEC Stream BS: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
imported>Ikskoks
Line 60: Line 60:
* [https://wiki.multimedia.cx/index.php/PlayStation_Motion_Decoder PlayStation Motion Decoder]
* [https://wiki.multimedia.cx/index.php/PlayStation_Motion_Decoder PlayStation Motion Decoder]
* [https://www.zophar.net/fileuploads/2/10731bgqkx/playstation.htm MDEC data format]
* [https://www.zophar.net/fileuploads/2/10731bgqkx/playstation.htm MDEC data format]
* [https://psx.arthus.net/sdk/Psy-Q/DOCS/TRAINING/FALL96/mdec.pdf MDEC Data Compression Overview]


==Gallery==
==Gallery==

Revision as of 08:16, 15 May 2021

Back to index | Edit this page

BS


Format Specifications

// PS1 MDEC Stream
// BS file format

// litle endian

//header
2 bytes (uint16) - signature   // 0x00 0x38
2 bytes (uint16) - data size of runlevel, not including header // e.g. 4
2 bytes (uint16) - version  // 2
2 bytes (uint16) - quantization step



// color difference blocks
x bytes - Cb block
x bytes - Cr block

// luminance blocks
x bytes - Y0 block
x bytes - Y1 block
x bytes - Y2 block
x bytes - Y3 block

MultiEx BMS Script

Not written yet.

Notes and Comments

  • Standard resolution for BS images should be 320x240.
  • BS format is single-frame MDEC image.
  • BS stands for "bitstream", referring to Huffman encoding.

Games

List of games using this file format:

  • Parasite Eve 2

Compatible Programs

See Also

Gallery