XBV: Difference between revisions

From MultimediaWiki
Jump to navigation Jump to search
m (samples link)
(fill in the obvious technical details)
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
* Samples: http://samples.mplayerhq.hu/game-formats/xbv/
* Samples: http://samples.mplayerhq.hu/game-formats/xbv/


XBV is an [[FMV]] seen on the Xbox version of [http://www.mobygames.com/game/xbox/call-of-duty-3 Call of Duty 3].
XBV is an [[FMV]] format seen on the Xbox version of [http://www.mobygames.com/game/xbox/call-of-duty-3 Call of Duty 3].
 
== File Format ==
All multi-byte numbers are little endian.
 
bytes 0-3    signature: 'AFMV'
bytes 4-7    total file size, including signature and length fields
bytes 8-9    video width in pixels
bytes 10-11  video height in pixels
bytes 12..  unknown


[[Category:Game Formats]]
[[Category:Game Formats]]
[[Category:Formats missing in FFmpeg]]
[[Category:Formats missing in FFmpeg]]

Latest revision as of 18:07, 10 November 2007

XBV is an FMV format seen on the Xbox version of Call of Duty 3.

File Format

All multi-byte numbers are little endian.

bytes 0-3    signature: 'AFMV'
bytes 4-7    total file size, including signature and length fields
bytes 8-9    video width in pixels
bytes 10-11  video height in pixels
bytes 12..   unknown