mikaelhellqvist / ReverseClip

Reverse a video clip in AVFoundation
154 stars 31 forks source link

Question for ReverseClip #4

Open iampena opened 10 years ago

iampena commented 10 years ago

Can the output file format be a ".m4v" file type?

where outputFileType= AVFileTypeAppleM4V;

thank you

mikaelhellqvist commented 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.

iampena commented 10 years ago

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?