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. 
"It didn't work" isn't helpful. What was the exact command used and the output.
Read FAQ #3 and use that cmd
Please use the Code button for exiftool output

Please include your OS/Exiftool version/filetype

did77

Hi @StarGeek

Tank you for reponse
Is top!

Very very good
😎