Skip to content

Instantly share code, notes, and snippets.

View euroboy's full-sized avatar
🎯
Focusing

Radu euroboy

🎯
Focusing
View GitHub Profile
@euroboy
euroboy / CropVideo.m
Created June 10, 2021 19:01 — forked from zrxq/CropVideo.m
Crop video to square with a specified side respecting the original video orientation
@import MobileCoreServices;
@import AVFoundation;
@import AssetsLibrary;
// ...
- (void)cropVideoAtURL:(NSURL *)videoURL toSquareWithSide:(CGFloat)sideLength completion:(void(^)(NSURL *resultURL, NSError *error))completionHander {
/* asset */