San007
San007

Reputation: 762

Cut recorded video in objective-c

How can i cut the video in objective c.

I am recording the video with 30 seconds. Wants to cut 10 second video in 30 seconds.

I referred this - GPUImage,Play Record Edit Video

Anyone please suggest me which is the best way to do this.

Many thanks,

Upvotes: 1

Views: 2796

Answers (1)

Andrew Hoddinott
Andrew Hoddinott

Reputation: 172

Have a look at "Trimming and Transcoding a Movie", in the AV Foundation Programming Guide here.

https://developer.apple.com/library/ios/documentation/AudioVideo/Conceptual/AVFoundationPG/Articles/01_UsingAssets.html

Upvotes: 1

Related Questions