thanks for your suggestions.
the changelog/port page does not reveal the answer to me, AFAI can tell.
to clarify: this command
ffmpeg -i $input -an -c:v ppm -f image2pipe - | convert - tif:/media/path/testout%04d.tif
does not work for large chunks of image streams, because everything is buffered ...
Search found 2 matches
- 2018-05-29T06:42:29-07:00
- Forum: Developers
- Topic: distinct single images from a input pipeline
- Replies: 4
- Views: 14885
- 2018-05-28T16:42:03-07:00
- Forum: Developers
- Topic: distinct single images from a input pipeline
- Replies: 4
- Views: 14885
distinct single images from a input pipeline
I'm trying to extend ffmpeg's ability to output image sequences with IM,
by piping a stream of multiple ppm from FF to IM without buffering everything.
In this thread, at the end:
http://www.imagemagick.org/discourse-server/viewtopic.php?t=18320
anthony says:
IMv7 will have features to read a ...
by piping a stream of multiple ppm from FF to IM without buffering everything.
In this thread, at the end:
http://www.imagemagick.org/discourse-server/viewtopic.php?t=18320
anthony says:
IMv7 will have features to read a ...