[FFmpeg-trac] #2662(avformat:open): Support for Kuaibo's qmv format

FFmpeg trac at avcodec.org
Wed Jun 12 02:44:06 CEST 2013


#2662: Support for Kuaibo's qmv format
-------------------------------------+------------------------------------
             Reporter:  cyril        |                    Owner:
                 Type:  enhancement  |                   Status:  open
             Priority:  wish         |                Component:  avformat
              Version:  git-master   |               Resolution:
             Keywords:  qmv          |               Blocked By:
             Blocking:               |  Reproduced by developer:  1
Analyzed by developer:  0            |
-------------------------------------+------------------------------------
Changes (by cehoyos):

 * status:  new => open
 * reproduced:  0 => 1


Comment:

 Each chunk starts with a four byte identifier, followed by the size of the
 chunk (eight bytes).
 The whole file is the "{{{QMV }}}" chunk, audio and video is identified by
 {{{STRM}}} chunks, followed by the (large) "{{{DAT }}}" chunk, the
 {{{INDX}}} chunk near the end of the file and finally the {{{INFO}}}
 chunk.
 The absolute positions of the "{{{DAT }}}" and the {{{INDX}}} chunk are
 written before the first {{{STRM}}} chunk.
 Maybe the first {{{STRM}}} chunk starts always at 0x56.

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/2662#comment:3>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list