Question
What's wrong with the duration?
Why do we get different duration values?
Value of 0.2 is taken from the sequence of 6 frames (0-5) at 30 fps. And 6 is a correct value.
MyNewProxy = app.project.importPlaceholder("test", 1920, 1080, 30, 0.2);
alert(timeToCurrentFormat(MyNewProxy.duration,30));
