Add a new struct field to a struct tag

Started by duofuan, April 06, 2018, 05:10:43 AM

Previous topic - Next topic

duofuan

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

Phil Harvey

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

duofuan

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