distinct single images from a input pipeline
Posted: 2018-05-28T16:42:03-07:00
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-se ... hp?t=18320
anthony says:
if so, can somebody give a few keywords for the settings (or is it automatic)?
thank you very much
best wishes
manu
ps: I'm on ubuntu16 and I think I have a long way compiling IM with the full tiff extension, so I'm glad for the information in advance.
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-se ... hp?t=18320
anthony says:
Is this distinction of single images from a pipe implemented yet?IMv7 will have features to read a single image from a input pipeline, rather than reading the whole pipeline all at once.
This means you should be able to loop over a "magick" (IMv7 version of convert) command which reads and processes each image in a pipeline before passing it on.
if so, can somebody give a few keywords for the settings (or is it automatic)?
thank you very much
best wishes
manu
ps: I'm on ubuntu16 and I think I have a long way compiling IM with the full tiff extension, so I'm glad for the information in advance.