GitHunt
RL

rlxone/VideoTrimmer

โœ‚๏ธ๐ŸŽž๏ธ Small macOS tool for cutting the large video into smaller ones and making thumbnails based on chroma pixel.

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
}

Languages

Swift100.0%

Contributors

Created April 29, 2019
Updated March 3, 2026