Selective Bulk Delete of Metadata by Standards

Started by jfarkas, September 14, 2020, 05:49:10 AM

Previous topic - Next topic

jfarkas

Hi,

What is the most effective way delete metadata by standards?  For example, how woudl you approach a scenario if someone wants to keep all IPTC and PLUS fields but delete the rest?

StarGeek

You would basically clear everything then use the -TagsFromFile option to re-add the stuff you want to keep.  One common example I see often is to remove everything but keep the Orientation
exiftool -All= -TagsFromFile @ -Orientation /path/to/files/

"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

jfarkas