Skip to content

grsoares21/video-silence-cutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages