ExifTool Forum

ExifTool => The "exiftool" Application => Topic started by: hadron on November 04, 2014, 12:42:04 PM

Title: don't want to output "mm" after focallength
Post by: hadron on November 04, 2014, 12:42:04 PM
-FocalLength output is:     xxx.x mm.
Is there a command line syntax for NOT out the "mm"?
Title: Re: don't want to output "mm" after focallength
Post by: Phil Harvey on November 04, 2014, 01:07:44 PM
Add -n
Title: Re: don't want to output "mm" after focallength
Post by: Hayo Baan on November 04, 2014, 01:29:26 PM
Quote from: Phil Harvey on November 04, 2014, 01:07:44 PM
Add -n

or add a # after the tag name (e.g., -FocalLength#). This is virtually the same as -n, but only operates on the tag specified.

Cheers,
Hayo
Title: Re: don't want to output "mm" after focallength
Post by: hadron on November 04, 2014, 01:32:00 PM
Much appreciated!