在我的应用程序中,用户应该能够从视频库中选择视频,也应该能够裁剪视频,并在电影播放器中播放视频。有人能帮帮我吗?
发布于 2010-11-09 12:44:13
查看AVFoundation framework。正如您在下面提到的,您希望使用the UIVideoEditorController class。
请注意,您的请求仅受iOS 4.0及更高版本中的AVFoundation支持。
发布于 2015-10-26 16:03:30
也可以看看这个苹果的样例项目。https://developer.apple.com/library/ios/samplecode/AVSimpleEditoriOS/Introduction/Intro.html和文档https://developer.apple.com/library/ios/documentation/AVFoundation/Reference/AVFoundationFramework/index.html#/library/ios/documentation/AVFoundation/Reference/AVFoundationFramework/_index.html
https://stackoverflow.com/questions/4130562
复制相似问题