ReverseClip icon indicating copy to clipboard operation
ReverseClip copied to clipboard

Question for ReverseClip

Open iampena opened this issue 11 years ago • 2 comments

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

where outputFileType= AVFileTypeAppleM4V;

thank you

iampena avatar Jan 15 '14 01:01 iampena

I think so. Shouldn't be any problems. Have you tried?

You can change k_exportedClipName and k_exportedSequenceName in Constants.h.

mikaelhellqvist avatar Jan 16 '14 12:01 mikaelhellqvist

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?

iampena avatar Jan 18 '14 16:01 iampena