Ticket #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
Change History
comment:1 Changed 15 months ago by cehoyos
- Priority changed from critical to normal
Please add the command line you are using and the complete, uncut console output.
Which application / player plays the file?
comment:2 Changed 15 months ago by ulti-killer
I use CutTool?.exe to cut the video and playback the video using potplayer.
comment:4 Changed 14 months ago 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.



