ExifTool Forum

General => Metadata => Topic started by: Trebol-a on January 31, 2017, 06:30:36 AM

Title: Remove filename
Post by: Trebol-a on January 31, 2017, 06:30:36 AM
Hi everybody,
I need to get the total duration of array MOVs, but If I have
exiftool -s -s -s -n *MOV

exiftool show

============ video01.mov
20.22
============ video02.mov
32.11
============ video03.mov
120.22


How I can print ONLY the seconds (without exiftool not bash) ?¿¿
Can exiftool show the total duration seconds?¿

Best regards
Title: Re: Remove filename
Post by: Phil Harvey on January 31, 2017, 07:01:07 AM
Add -q to your command.

- Phil