/video-silence-cutter

A Rust script to split and/or trim out silence sections from videos. Needs FFmpeg. WIP

Primary LanguageRustMIT LicenseMIT

Video Silence Cutter

A Rust program to trim quiet sections out of videos.

Requirements

This script uses FFmpeg for its manipulations on video and audio files. You need to have FFmpeg installed in your machine for it to work.

Installing

Clone the repository and build the project before running it.

cargo build

Running

You can run it by running the program that was compiled during the build face.

./target/debug/video-silence-trimmer.exe -i input.mp4 -o output.mp4

Options

Option Type Meaning
-i or --input string Path to the input video file
-o or --output string Name of the output file (with extension)

License

License: MIT

Credits

Made with <3 by Gabriel R. Soares

Github

Twitter

Twitch

YouTube