AMV: Difference between revisions

From MultimediaWiki
Jump to navigation Jump to search
m (add link to amv-codec-tools)
Line 14: Line 14:


==AMV and MTV encoding/transcoding information and utilities==
==AMV and MTV encoding/transcoding information and utilities==
* [http://code.google.com/p/amv-codec-tools/ amv-codec-tools] (GPLv2)
* [http://svn.rot13.org/index.cgi/amv open source decoder]
* [http://svn.rot13.org/index.cgi/amv open source decoder]
* [http://wiki.s1mp3.org/Video_encoding AMV encoding tips]
* [http://wiki.s1mp3.org/Video_encoding AMV encoding tips]

Revision as of 21:14, 25 February 2008

  • Extension: amv
  • Samples: [1] and [2]

AMV video origin and history

Little is known about the history of the AMV file format other than it is used by Chinese-made portable MP3 players and has supposedly been created to allow video playback capabilities on inexpensive and low end equipment without increasing the cost of those players with the license royalties and more processor power needed for other more complex format/codec pairs.

AMV Video File Format

AMV files are a variant of AVI with the strings "AVI" and "avih" in the header replaced with "AMV" and "amvh". The avi header contains several 'garbage' values as many of the parameters are hardcoded. It contains a RIFF packed stream of video and audio.

The video codec is a version of Motion JPEG with fixed quantization tables (taken from jpeg standard). Audio is a variant of IMA ADPCM where the first 8 bytes of each frame are:

  • origin (16bits)
  • index (16bits)
  • audio frame length (32bits).

AMV and MTV encoding/transcoding information and utilities

External Links