iOS set video frame rate

461 views Asked by At

I want to set the frame rate for a specific video (whose fps value is < 30.0f) to make it with a slow-motion effect. I tried to look at the nominalFrameRate property of AVAssetTrack, but this property is read-only.
Does anybody know a way in the iOS SDK to set the frame rate?

0

There are 0 answers