I need to find whether a movie is Drop Frame or Non-Drop Frame.
I'm trying to find it in the attributes for a video file in one of the xcode video frameworks (either QTMovie or something from AVFoundation). Not having much luck.
I'm doing this to fill in necessary information in an FCP-X XML file.
Does anyone have any experience with this?
Important note, I am working in a 64 bit environment, and must stay there.