ExifTool Forum

ExifTool => Newbies => Topic started by: ExifCleaner on March 09, 2014, 12:51:56 PM

Title: Batch Remove ALL Non-essential File Info from All Files in Specified Folder
Post by: ExifCleaner on March 09, 2014, 12:51:56 PM
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
Title: Re: Batch Remove ALL Non-essential File Info from All Files in Specified Folder
Post by: StarGeek on March 09, 2014, 04:09:25 PM
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.
Title: Re: Batch Remove ALL Non-essential File Info from All Files in Specified Folder
Post by: ExifCleaner on March 09, 2014, 04:30:43 PM
That is so incredibly beautiful.

Thank you.
Title: Re: Batch Remove ALL Non-essential File Info from All Files in Specified Folder
Post by: ExifCleaner on March 09, 2014, 06:15:23 PM
Any program recommendations for removing unneeded data from video files, hopefully something that covers a wide range of file types?