XBV: Difference between revisions

From MultimediaWiki
Jump to navigation Jump to search
m (missing word)
(fill in the obvious technical details)
 
Line 3: Line 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].
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