Using ExtendScript how to get the Video Codec Type of projectItem?
Working with ExtendScript/PPro API in an Adobe Custom HTML Panel, I'm trying evaluate the 'Video Codec Type' of a projectItem with the same level of detail as you find revealed in the `Properties` menu item (PPro > File Menu > Get Properties for... > Selection)
The Properties panel of the PPro UI you get pretty detailed info for "Video Codec Type", (e.g. "MP4/MOV H.264 4:2:0")
The closest equivalent found to date involves using XMPMetadata & ProjectMetadata, but the result, at best, is something like "AVC HD", "AVC1", and frequently nothing at all.
Is there a way to obtaining more detailed codec information using PPRo ExtendScript?
