实际上想要将我拍摄的视频转换为10倍速(比原版快10倍)。
[compositionVideoTrack1 scaleTimeRange:CMTimeRangeMake(kCMTimeZero, videoDuration)
toDuration:CMTimeMake(videoDuration.value*videoScaleFactor, videoDuration.timescale)];
它的工作正常但是当我在MPMoviePlayer中播放这个视频时它会冻结播放器,可能是因为我觉得它的帧速率很高。
获得此链接Drop Frame Timecode and the NTSC Frame Rate
请帮我找到合适的解决方案,谢谢...