Reverse AVAsset Efficient Save

Reverse videos efficiently in Objective C and Swift

Project README

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

Open Source Agenda is not affiliated with "Reverse AVAsset Efficient" Project. README Source: whydna/Reverse-AVAsset-Efficient
Stars
197
Open Issues
3
Last Commit
6 years ago

Open Source Agenda Badge

Open Source Agenda Rating