Skip to content

Instantly share code, notes, and snippets.

@seyhagithub
seyhagithub / Tim Video using AVFounation Swift 4.swift
Last active December 13, 2018 03:42 — forked from acj/TrimVideo.swift
Trim video using AVFoundation in Swift
Swift 4 version:
import AVFoundation
import Foundation
import UIKit
class VideoTrimmer {
typealias TrimCompletion = (Error?) -> ()
typealias TrimPoints = [(CMTime, CMTime)]