objective c - iOS trim video to fixed length -



objective c - iOS trim video to fixed length -

i able select video photo library , pick out 15 seconds of video existing clip. there way forcefulness trim fixed length?

set uiimagepickercontroller property, videomaximumduration fixed length want. documentation:

the maximum duration, in seconds, video recording.

@property (nonatomic) nstimeinterval videomaximumduration discussion

the default value property 10 minutes (600 seconds). when user taps share button send film mms, mobileme, youtube, or destination, appropriate duration limit , appropriate video quality enforced.

this property available if mediatypes property’s value array includes kuttypemovie media type.

ios objective-c cocoa-touch

Comments

Popular posts from this blog

javascript - mongodb won't find my schema method in nested container -

How do you set up a perforce server to work over the internet? -

ios - Lagging ScrollView with UIWebview inside -