Actually want to convert my captured video to 10 speed(means 10 time faster then original).
[compositionVideoTrack1 scaleTimeRange:CMTimeRangeMake(kCMTimeZero, videoDuration)
toDuration:CMTimeMake(videoDuration.value*videoScaleFactor, videoDuration.timescale)];
its work fine but when i play this video in MPMoviePlayer its freeze the player, may be it's because of high frame rate i think.
Got the this link Drop Frame Timecode and the NTSC Frame Rate
Please help me to find the proper solution, thanks ...