如果已经录制好的录像的路径存放在:
NSString * pathToMovie;
那么如果要把这个录像给保存到相册里面就只要运行下面的代码:
UISaveVideoAtPathToSavedPhotosAlbum(pathToMovie, nil, nil, nil);