Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 572 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 572 Bytes

VideoTrimmer

Small tool for cutting large video to small ones and making thumbnails based on chroma pixel

Usage:

VideoTrimmer file.mp4

You need:

Notes:

  • Change chroma pixel to different in Application.swift
fileprivate struct Constants {
    static let chroma: (UInt8, UInt8, UInt8) = (0, 254, 0)
    static let xPixel = 256
    static let yPixel = 256
}