Video Amogusifier

Frame taken from the music video bad apple converted by the program

Link to the repository

Dependencies

FFMPEG is needed for this program to function.

For Windows, I recommend installing ffmpeg with chocolatey.

For MacOS, I recommend installing ffmpeg with homebrew.

For Linux, I recommend installing ffmpeg with your preferred distro's package manager

Linux

$PACKAGE_MANAGER install ffmpeg

MacOS:

brew install ffmpeg

Windows:

choco install ffmpeg

Installation

The program can be installed with cargo

First install the rust programming language and then install the program with the command

cargo install video_amogusifier

Usage

video <PATH_TO_VIDEO> <NAME>

PATH_TO_VIDEO is a video on your filesystem. This can be a relative path or an absolute path.

NAME is the name you want the converted video to have. Once the program has finished running it will create a NAME.mp4 file automatically.

Features

You can control how many frames are chopped for every second in the video.

You can control the minimum size of the images.

You can control how many threads are used for converting the still frames into the quadtree images