Small tool for cutting large video to small ones and making thumbnails based on chroma pixel
VideoTrimmer file.mp4
- 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
}