MP4 MPEG-4 Video: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks (→Games) |
imported>Ikskoks (→MP4) |
||
| Line 4: | Line 4: | ||
* ''' Format Type ''': Video <br> | * ''' Format Type ''': Video <br> | ||
* ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Big Endian <br> | * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Big Endian <br> | ||
* ''' Signature ''': ftyp / moov <br> | * ''' Signature ''': ftyp / moov / isom<br> | ||
| Line 14: | Line 14: | ||
{ | { | ||
4 bytes (uint32) - chunk size | 4 bytes (uint32) - chunk size | ||
4 bytes (char) - chunk signature // e.g. "ftyp" or "moov" | 4 bytes (char) - chunk signature // e.g. "ftyp" or "moov" or "isom" | ||
x bytes - chunk data | x bytes - chunk data | ||
} | } | ||
Revision as of 20:47, 30 March 2022
Back to index | Edit this page
MP4
- Format Type : Video
- Endian Order : Big Endian
- Signature : ftyp / moov / isom
Format Specifications
num_of_chunks *
{
4 bytes (uint32) - chunk size
4 bytes (char) - chunk signature // e.g. "ftyp" or "moov" or "isom"
x bytes - chunk data
}
// TODO - add chunk data description
MultiEx BMS Script
Not written yet.
Notes and Comments
None.
Games
List of games using this file format:
- Last Day of June (PC) (*.MP4)
- Poppy Playtime (PC) (*.MP4)
- SUPERHOT (PC) (*.MP4)
- many more...
Compatible Programs
- Media Player Classic
- Windows Media Player
See Also