Skip to content

Instantly share code, notes, and snippets.

@agilehands
agilehands / CropVideo.m
Last active August 29, 2015 14:15 — forked from zrxq/CropVideo.m
@import MobileCoreServices;
@import AVFoundation;
@import AssetsLibrary;
// ...
- (void)cropVideoAtURL:(NSURL *)videoURL toSquareWithSide:(CGFloat)sideLength completion:(void(^)(NSURL *resultURL, NSError *error))completionHander {
/* asset */