Mercurial > mplayer.hg
view DOCS/tech/mpdsf.txt @ 23183:82cfeb375358
libdvdnav now depends on our fork of the library; only the version without
the dvdread code will be used (libdvdnavmini);
move the dvdnav check code at the bottom of the list to prevent _ld_extra
to contain references to -ldvdnavmini that would make all the following tests
fail (because of the missing dvdread symbols).
author | nicodvb |
---|---|
date | Tue, 01 May 2007 19:54:13 +0000 |
parents | f059e49b9f10 |
children | 85f669a84e7a |
line wrap: on
line source
MPlayer's Dump Stream Formats ============================= Designed by Alex & Arpi The file starts with a variable size header: -------------------------------------------- 32-bit Stream format fourcc (MPVS or MPAS) MPVS = MPlayer Video Stream MPAS = MPlayer Audio Stream 8-bit Demuxer type (AVI,MOV,ASF,REAL,...) 8-bit Flags (marks dumped headers) Values: 0x1: WAVEFORMATEX 0x2: Audio extra codec data 0x4: BITMAPINFOHEADER 0x8: QT's ImageDesc 0x16: indicates 32-bit chunk size before every data chunk 16-bit Lenght of headers There's strict rule in the follow-up of the codec-headers. Depending on flags, Data chunks: ------------ 32-bit Optional 32-bit chunk size ... Data