[FFmpeg-trac] #1060(undetermined:open): cannot playback the video

FFmpeg trac at avcodec.org
Wed Mar 14 17:42:48 CET 2012


#1060: cannot playback the video
-------------------------------------+-------------------------------------
             Reporter:  ulti-killer  |                    Owner:
                 Type:  defect       |                   Status:  open
             Priority:  normal       |                Component:
              Version:  unspecified  |  undetermined
             Keywords:               |               Resolution:
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------

Comment (by reimar):

 This format is simply not supported at all by FFmpeg currently.
 It is a format based on PNG and partial re-encoding, as you can see when
 you look at it with e.g. http://sourceforge.net/projects/extractor-gtk/
 Possibly contains some other encoding types, too.
 All container structures seem to be little-endian.
 Each "frame" contains a 4 byte size at offset 8.
 For the PNG encoded ones, offsets 16 - 24 seem to contain 4 16 bit values
 that indicate the offset and size of the image the PNG updates. After that
 seems to follow yet another size field containing the remaining bytes.
 Start of the following packet is always aligned to 16 bytes.
 There seems to be some kind of index at 0x190.
 This and the data start seems to be referenced in the header, at bytes 24
 and 28.

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


More information about the FFmpeg-trac mailing list