MOV file not wiped of GPS data

Started by Songdog1, September 28, 2014, 08:12:33 PM

Previous topic - Next topic

Songdog1

I ran two MOV files through the command "exiftool -all= <filename> and the resulting files still contain the GPS data. JPGs run through the same command are scrubbed of GPS data.

I'm finding the GPS data using Quicktime Player inspector.

StarGeek

Exiftool cannot write most video tags, just read them.  I believe that the only thing it can write for MOV files is some XMP tags. 
"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

Songdog1

Quote from: StarGeek on September 28, 2014, 08:52:44 PM
Exiftool cannot write most video tags, just read them.  I believe that the only thing it can write for MOV files is some XMP tags.

Thanks. I clearly had no idea.

Songdog1

Quote from: Songdog1 on September 28, 2014, 09:06:30 PM
Quote from: StarGeek on September 28, 2014, 08:52:44 PM
Exiftool cannot write most video tags, just read them.  I believe that the only thing it can write for MOV files is some XMP tags.

Thanks. I clearly had no idea.

Interestingly, after I edit the MOV file in FCP X and Export it to Compressor, if I take the resulting file and then run it through Exiftool, data gets scrubbed. It scrubs some data, namely authoring data. I'm not sure if the GPS data made it through FCP X to the final exported file and got scrubbed or if the GPS data never made it through the editing process. But it seems that Exiftool does write to MOV files. Or at least it is doing something...

Phil Harvey

The file support is all listed on the ExifTool home page.  As StarGeek says, ExifTool only has limited write support for MOV videos.  It only writes XMP plus a few native date/time tags.

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).