IOS sets video frame rate

I want to set the frame rate for a certain video (the value fps

is <30.0f) in order to make it with a slow motion effect. I tried to look at the property nominalFrameRate

in the AVAssetTrack

API, but this property is read-only.
Does anyone know a way in the iOS SDK to set the frame rate?

+3


source to share





All Articles