Opened 10 years ago
Last modified 5 years ago
#4374 open enhancement
Add support for ZIP archive file format protocol
Reported by: | t.rapp | Owned by: | mastered |
---|---|---|---|
Priority: | wish | Component: | avformat |
Version: | unspecified | Keywords: | zip |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
When exchanging PNG/JPEG/DPX image sequences between computer stations it is easier to handle them within some archive format (uncompressed ZIP).
It would be great if FFmpeg could read the files directly from the ZIP archive using a "zip://" protocol provider.
Example:
% ffmpeg -f image2 -i "zip://MyImages.zip/img_%06d.png" -r 25 output.mov
Sidenote: I also looked at using TAR for storing image sequences but as it doesn't have a file index table it has bad performance when requesting individual files from the archive.
Change History (3)
comment:1 by , 10 years ago
Keywords: | image2 added |
---|
comment:2 by , 10 years ago
Owner: | set to |
---|---|
Status: | new → open |
comment:3 by , 5 years ago
Keywords: | protocol image2 removed |
---|
Note:
See TracTickets
for help on using tickets.
A new protocol is not image2-related.