ExifTool Forum

ExifTool => Newbies => Topic started by: duofuan on April 06, 2018, 05:10:43 AM

Title: Add a new struct field to a struct tag
Post by: duofuan on April 06, 2018, 05:10:43 AM
Hi. I'm trying to write video markers into video clips to import them to premiere pro.
Premiere pro to identify  a marker adds "Guid" fiels into Markers struct.
I was trying to make this field writable by adding it to .conf file of exiftool but to no avail.

Can someone help me out writing a right conf to archieve this?

Duofuan
Title: Re: Add a new struct field to a struct tag
Post by: Phil Harvey on April 06, 2018, 07:32:24 AM
Hi Duofuan,

Are you talking about XMP?  If so, can you post a sample XMP that you want to be able to write?  (use "exiftool -xmp -b FILE" to extract the xmp)

- Phil
Title: Re: Add a new struct field to a struct tag
Post by: duofuan on April 07, 2018, 03:26:38 PM
Thanks Phil
I've sorted the issue already. I've found out that it's not necessary to write guid field in a markers struct to make it visible in premiere pro.
To add a marker to a clip it's required to write a framerate into tracks structure and then to put a name and start time into markers structure.


Duofuan