Main Menu

Sidecar files

Started by billscully@me.com, January 28, 2014, 02:46:28 PM

Previous topic - Next topic

billscully@me.com

When extracting metadata from media files that also use sidecar files (e.g., .MXF files in VIDEO folder and XMP/XML files in CLIP folder) is it sufficient to only specify the image file and depend upo EXIF to locate and extract from sidecar.  Or, should I also explicitly extract from sidecar files?

Thank you,
Bill

Phil Harvey

Hi Bill,

ExifTool extracts information from the file you tell it.  There is no sidecar logic built in.  This page may provide some useful information.

- 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 ($).

billscully@me.com

Thank you, Phil.  I have modified my metadata extraction program to first extract from the media file and then extract from sidecar file(s).  I skip metadata in sidecar files that exists in media file.  I use the complete tag to look for matches. 

Thanks, again.

Bill