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
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
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