Batch Remove ALL Non-essential File Info from All Files in Specified Folder

Started by ExifCleaner, March 09, 2014, 12:51:56 PM

Previous topic - Next topic

ExifCleaner

I have no need for editing some or all Exif, metadata, etc info in files specifically.

I only wish to simply remove all non-essential data from all supported file types (exiftool.org/index.html#supported) in a specified folder, let's say desktop/temp.

For example, an image file, I only wish for the data that is actually required to display the image remain and nothing else.

1. Is this possible?

2. Has anyone written any commands like this for Terminal on Mac?

Thanks

StarGeek

ExifTool -all:all=  desktop/temp

That will delete all supported metadata except for Adobe App14 in jpegs because that sometimes contains info necessary for viewing the image properly. 

This command will leave behind backups.  Add -overwrite_original to prevent the backup files creation.
* 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).


ExifCleaner

Any program recommendations for removing unneeded data from video files, hopefully something that covers a wide range of file types?