Thanks for the response. So just to give a background of the issue, I am implementing an editing timeline to mix videos & photos which can be zoomed in/out. At the highest zoom level you can scrub through individual frames of AVComposition. So I was thinking of mapping individual points in timeline to time in composition, where time is measured in number of frames, not seconds or milliseconds. I am not sure if this model of representation of time is reliable enough with variable frame rate videos, even if I set AVVideoComposition frameDuration property to CMTime(1,30) or CMTime(1,25).
Topic:
Media Technologies
SubTopic:
Audio
Tags: