Open iampena opened 10 years ago
I think so. Shouldn't be any problems. Have you tried?
You can change k_exportedClipName and k_exportedSequenceName in Constants.h.
thank you for your reply.
I did try that and I also changed file type as follows in "RCImageSequencer.m": _assetWriter = [[AVAssetWriter alloc] initWithURL:movieURL fileType: AVFileTypeAppleM4V error: &movieError];
still got errors any thoughts?
Can the output file format be a ".m4v" file type?
where outputFileType= AVFileTypeAppleM4V;
thank you