Opened 13 years ago
Last modified 13 years ago
#1060 open enhancement
Suppport csf file format
Reported by: | ulti-killer | Owned by: | |
---|---|---|---|
Priority: | wish | Component: | undetermined |
Version: | git-master | Keywords: | csf png |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | yes | |
Analyzed by developer: | no |
Description
video is frozen.
Attachments (1)
Change History (7)
by , 13 years ago
Attachment: | [C语言程序设计此格式pot无法播_1.csf added |
---|
comment:1 by , 13 years ago
Priority: | critical → normal |
---|
comment:2 by , 13 years ago
comment:3 by , 13 years ago
Status: | new → open |
---|
comment:4 by , 13 years ago
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.
comment:6 by , 13 years ago
Keywords: | csf png added |
---|---|
Priority: | normal → wish |
Reproduced by developer: | set |
Summary: | cannot playback the video → Suppport csf file format |
Type: | defect → enhancement |
Version: | unspecified → git-master |
Please add the command line you are using and the complete, uncut console output.
Which application / player plays the file?