A modular and extensible Bash toolkit that simplifies complex FFmpeg operations into an elegant interactive menu.
Everything you need for video processing in one single binary.
Use the visual TUI menu for manual tasks or Headless mode for automated CI/CD pipelines.
Don't waste time on single files. All modules support folder-wide operations out of the box.
Create unique glitch-art by shuffling 1-second fragments. Perfect for experimental visuals.
Automatically carve your videos into 30-second clips, optimized for social media delivery.
Lightning fast conversion from heavy Apple ProRes files to web-optimized H.264 MP4.
Extensible architecture. Easily drop your own scripts into the modules folder.
# Run the interactive menu
$ video-tools
# Remove audio from a specific file
$ ./modules/remove_audio.sh -i input.mp4 -o silent.mp4
# Batch randomize an entire folder
$ ./modules/randomize.sh -i /path/to/folder/