如何将存储在资源中的视频保存到相机胶卷?

时间:2013-03-01 12:04:35

标签: video camera media-player avfoundation

我正在使用下面的代码播放电影但是想知道当用户按下按钮时是否有办法将我保存在应用程序中的此电影文件保存到设备的相机胶卷。

NSString *moviePath = [[[NSBundle mainBundle] resourcePath]
  stringByAppendingPathComponent:@"video.m­p4"];
MPMoviePlayerController *moviePlayer = [[MPMoviePlayerController alloc]
initWithContentURL:[NSURL fileURLWithPath:moviePath]];

moviePlayer.movieControlMode = MPMovieControlModeDefault;

[[NSNotificationCenter defaultCenter] addObserver:self 
selector:@selector(movieFinishedCallback­:) 
name:MPMoviePlayerPlaybackDidFinishNotif­ication object:moviePlayer]; 

[moviePlayer play];

1 个答案:

答案 0 :(得分:0)

非常简单,请查看其他问题以获得答案,

Save In-App Video To Camera Roll?

您可以使用:UISaveVideoAtPathToSavedPhotosAlbum