#8644: Demux multi-image TIFF beyond first image
-------------------------------------+-------------------------------------
Reporter: adaerr | Owner:
Type: enhancement | Status: new
Priority: wish | Component:
| undetermined
Version: git-master | Resolution:
Keywords: tif | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Comment (by pdr0):
A workaround is to pipe ImageMagick to FFmpeg
eg. 10fps FFV1, MKV container
{{{
"convert" "20-frame-stack_416x160_grayscale-8bpp.tif" gray:- | ffmpeg -f
rawvideo -s 416x160 -pix_fmt gray -r 10 -i - -c:v ffv1 -an
im_pipe_to_ffmpeg_ffv1.mkv
}}}
--
Ticket URL: <https://trac.ffmpeg.org/ticket/8644#comment:2>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".