iphone - Can i use AVAssetWriter in place of AVExportSession? -


i want crop video given lenght , width , x , y coordinates , seems not @ possible avmutablecomposition planning use avassetwriter crop video using aspectfill property in video setting.

but question can use avassetwriter replacement avexportsession ??

if yes, how initialise avassetwriterinput avasset object in avexportsession,like this

[[avassetexportsession alloc] initwithasset:videoasset presetname:avassetexportpresethighestquality]; 

it’s possible looking avmutablecomposition naturalsize property looks here, allows scaling (not cropping) of video wished sizes.

https://developer.apple.com/library/mac/documentation/avfoundation/reference/avmutablecomposition_class/reference/reference.html#//apple_ref/occ/instp/avmutablecomposition/naturalsize


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -