• Stars
    star
    199
  • Rank 196,105 (Top 4 %)
  • Language
    Objective-C
  • Created over 9 years ago
  • Updated almost 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Reverse videos efficiently in Objective C and Swift

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