Main Menu

Remove filename

Started by Trebol-a, January 31, 2017, 06:30:36 AM

Previous topic - Next topic

Trebol-a

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

Phil Harvey

Add -q to your command.

- 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 ($).