ExifTool Forum

ExifTool => Newbies => Topic started by: SteveX86 on March 27, 2017, 01:00:36 PM

Title: QUICKTIME Metadata - Add/Edit - Reel Name
Post by: SteveX86 on March 27, 2017, 01:00:36 PM
Hey guys so I stumbled on to this and hope someone here can help me.

I have Quick Times that I need to be able to "dig" into and change some of the metadata.

First thing is that when I run EXIFTOOL on these .mov files it does not show me the info metadata of the Tape/Reel Name I am not sure what the TAG is for this but I know it is "baked" into the .MOV some where because it comes up in software we use to track and relink media on a ton of Editing Systems.

Example:
134_1.mov - File Name
A056R0E1 - Embedded Tape/Reel Name

I have attached a Screen Shot of how the QT EMB Tape/Reel metadata is displayed in Davinci Resolve.

Hope someone can help.

Title: Re: QUICKTIME Metadata - Add/Edit Tape/Reel Name
Post by: Phil Harvey on March 27, 2017, 03:29:12 PM
There may be metadata embedded in the video stream of MOV files.  Currently ExifTool does not extract this.  But it should extract most everything else if you add the -u option.

- Phil
Title: Re: QUICKTIME Metadata - Add/Edit Tape/Reel Name
Post by: SteveX86 on March 27, 2017, 03:38:12 PM
Nothing ??? Hey Phil can maybe send you a private link to download and see if you have any luck with what I am trying to get to??
Title: Re: QUICKTIME Metadata - Add/Edit Tape/Reel Name
Post by: Phil Harvey on March 27, 2017, 03:39:55 PM
Sure.  You can email me (philharvey66 at gmail.com).  I'm out of town this week on business but I'll try to get a chance to look at it.

- Phil
Title: Re: QUICKTIME Metadata - Add/Edit Tape/Reel Name
Post by: SteveX86 on March 27, 2017, 03:54:58 PM
Thanks Phil I just sent you a private message through this FORUM, thanks a TON !!!
Title: Re: QUICKTIME Metadata - Add/Edit Tape/Reel Name
Post by: Phil Harvey on March 27, 2017, 04:24:33 PM
The reel name is stored in a tag that ExifTool calls "Unknown_name" when you use the -u option.  Unfortunately there is a binary header in front of the ASCII name, so it is extracted as a binary.  You can see the ASCII in the exiftool -v output.

However, I have prepared a config file (attached) that removes the binary header and allows you to extract the reel name with this command:

exiftool -config ReelName.config -reelname FILE

- Phil
Title: Re: QUICKTIME Metadata - Add/Edit Tape/Reel Name
Post by: SteveX86 on March 27, 2017, 04:51:16 PM
I am sorry I just found EXIFTOOLS and I am new user, how do I run this config you made on my MAC?

Title: Re: QUICKTIME Metadata - Add/Edit Tape/Reel Name
Post by: Hayo Baan on March 27, 2017, 05:02:40 PM
Phil already gave you the basic command, but that assumed the config file to be in the same directory as where you executed the exiftool command. Assuming you downloaded the config file Phil created and have it stored in your downloads folder, the following should work independently of the directory you're in:
exiftool -config ~/Downloads/ReelName.config -reelname FILE
Replace FILE with the name of the file you want to process.
Title: Re: QUICKTIME Metadata - Add/Edit Tape/Reel Name
Post by: Phil Harvey on March 27, 2017, 05:28:47 PM
(these commands are typed in a Terminal window.  So first install the Mac version of ExifTool, then open the Terminal app from /Applications/Utilities and type the commands there)
Title: Re: QUICKTIME Metadata - Add/Edit Tape/Reel Name
Post by: SteveX86 on March 27, 2017, 05:30:15 PM
I am in a TERMINAL window I know my way around inside of SHELL.

Directory contains the Source QT and ReelName.config file.......
134_1.mov - Reel/Tape name A056R0E1

I have tried:
exiftool - config -reelname 1111111AA

"CONFIG FILE NOT FOUND
FILE NOT FOUND 1111111AA

This is what I need
134_1.mov - Reel/Tape name 1111111AA

Once again sorry about me being new to EXIFTOOLS!
Title: Re: QUICKTIME Metadata - Add/Edit Tape/Reel Name
Post by: StarGeek on March 27, 2017, 05:45:13 PM
Quote from: SteveX86 on March 27, 2017, 05:30:15 PM
I have tried:
exiftool - config -reelname 1111111AA

"CONFIG FILE NOT FOUND
FILE NOT FOUND 1111111AA

No space between the dash and the word config.  Then you need the path to the config file after that.

Title: Re: QUICKTIME Metadata - Add/Edit Tape/Reel Name
Post by: SteveX86 on March 27, 2017, 05:52:35 PM
FAIL ????

[finish4:TEMP/TRAILER_TEST_TAPE/DAILIES] finish4% exiftool -config -reelname 1111111AA /Volumes/archive/DATA_IO/TEMP/TRAILER_TEST_TAPE/DAILIES/ReelName.config
Config file not found
File not found: 1111111AA
======== /Volumes/archive/DATA_IO/TEMP/TRAILER_TEST_TAPE/DAILIES/ReelName.config
ExifTool Version Number         : 10.47
File Name                       : ReelName.config
Directory                       : /Volumes/archive/DATA_IO/TEMP/TRAILER_TEST_TAPE/DAILIES
File Size                       : 199 bytes
File Modification Date/Time     : 2017:03:27 13:44:40-07:00
File Access Date/Time           : 2017:03:27 14:54:11-07:00
File Inode Change Date/Time     : 2017:03:27 14:53:08-07:00
File Permissions                : rwxrwxrwx
Error                           : Unknown file type
    1 image files read
    1 files could not be read
Title: Re: QUICKTIME Metadata - Add/Edit Tape/Reel Name
Post by: SteveX86 on March 27, 2017, 06:24:17 PM
I think I am getting close now, HAHA so NOOB !! :'(
So below is what I get how do I edit the REEL NAME in TERMINAL?

[finish4:TEMP/TRAILER_TEST_TAPE/DAILIES] finish4% exiftool -config /Volumes/archive/DATA_IO/TEMP/TRAILER_TEST_TAPE/DAILIES/ReelName.config -reelname 134_1.mov A1111111
======== 134_1.mov
Reel Name                       : A056R0E1
File not found: A1111111
    1 image files read
    1 files could not be read
[finish4:TEMP/TRAILER_TEST_TAPE/DAILIES] finish4% exiftool -config /Volumes/archive/DATA_IO/TEMP/TRAILER_TEST_TAPE/DAILIES/ReelName.config -reelname 134_1.mov
Reel Name                       : A056R0E1
[finish4:TEMP/TRAILER_TEST_TAPE/DAILIES] finish4%

Title: Re: QUICKTIME Metadata - Add/Edit Tape/Reel Name
Post by: Phil Harvey on March 27, 2017, 06:26:55 PM
I'm glad you figured it out.

But I just noticed the title you gave this post -- you want to add/edit the ReelName.  I'm afraid you will be disappointed because the config file I posted only allows you to extract this information.  You won't be able to add/edit this using ExifTool. :(

- Phil
Title: Re: QUICKTIME Metadata - Add/Edit - Reel Name
Post by: SteveX86 on March 27, 2017, 06:33:41 PM
Hopefully someone knows how to do this on here, I feel like I am in the right place here to get this fixed.