A Rust program to trim quiet sections out of videos.
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.
Clone the repository and build the project before running it.
cargo build
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
Option | Type | Meaning |
---|---|---|
-i or --input |
string |
Path to the input video file |
-o or --output |
string |
Name of the output file (with extension) |
Made with <3 by Gabriel R. Soares