Skip to content

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

Notifications You must be signed in to change notification settings

rlxone/VideoTrimmer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

5 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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
}

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages