Write FocalLengthIn35mmFormat with FocalLength * factor

Started by did77, January 21, 2016, 04:13:44 PM

Previous topic - Next topic

did77

Hello

How to write the variable" FocalLengthIn35mmFormat " has to leave the variable" FocalLength " with a factor multiplier (for example 2 or 1.5)

I use the line of command "Exiftool direct" of the interface "ExifTollGUI"

I tried the formula below, but it does not work

-exif:FocalLengthIn35mmFormat<FocalLength*2

In advance thank you

StarGeek

Try this instead:
-exif:FocalLengthIn35mmFormat<${FocalLength#;$_*=2}

Since you want to process the value first, you need to use the advanced formatting. 
* Did you read FAQ #3 and use the command listed there?
* Please use the Code button for exiftool code/output.
 
* Please include your OS, Exiftool version, and type of file you're processing (MP4, JPG, etc).

did77

Hi @StarGeek

Tank you for reponse
Is top!

Very very good
😎