Is it possible to use -stay_open, -fast and piping from stdin together?

Started by rkalla, August 14, 2011, 01:05:30 PM

Previous topic - Next topic

rkalla

I am curious if it is possible to use the benefits of -stay_open, -fast and piping all together?

It seems at first glance that the answer is "no" because of the terminating "-execute\n" needed after the image name or data when stay_open is used, in which case you'd have to stream the entire image contents before appending -execute.

I am also unsure if exiftool even supports piping when used in combination with stay_open in general, so this might be a moot point.

Any pointers would be appreciated.

Phil Harvey

Piping image data is not really compatible with the -stay_open option -- see this thread.

But the -fast option is compatible with -stay_open.

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).