Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 497 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 497 Bytes

Description:

Reverse and output a video file keeping the same compression, format, and frame rate as the source video.

Usage:

#import "AVUtilities.h"

AVAsset *originalAsset = [[AVURLAsset alloc] initWithURL:[NSURL urlWithString:@"~/video.mp4"]];
AVAsset *reversedAsset = [AVUtilities assetByReversingAsset:originalAsset outputURL:[NSURL urlWithString:@"~/reversedvideo.mp4"]];

Result:

alt tag alt tag