we have written an importer plugin for premiere using CS3 SDK.
Now we are converting it to be compatible with CS6.
Done with the changes, But there is problem i am facing.
I am getting scale as 1000 instead of 25 , in case PAL i.e frame rate 25 , in imImportImageRec struct in imImportImage callback.
I checked this in imGetPrefs8 callback and imGetInfo8 callback , they were just fine i.e scale was 25 and sample size was 1.
Implication of this is that the pos param in imImportImageRec received for each frame jumps by 40 rather than a jump of 1 per frame.