It would seem that EXIFtool reports the duration of a movie as HH:MM:SS if the movie is longer than 60 seconds, but as "Xs Xms" if it is less. Is there a way to force the output to use a consistent format, or is this something weird about how the time is written into the metadata?
Thanks
Adam
Hi Adam,
Try the -n option.
- Phil
That looks good. I'm presuming that's in seconds, yes?
Thanks Phil.
Yes, seconds.
In general, the default ExifTool output is designed to be human readable. -n is used for machine-readable output.
- Phil