- Reduce size of video
- Convert format of video
- Join multiple videos together
- Remove the audio of a video
- Extract the audio from video
- Cut a video into a smaller clip
- and more in development
$ git clone https://github.com/hessamashari/video-tool.git
$ cd video-tool
$ chmod +x install.sh
$ ./install.shIn Debian base distributions (like Ubuntu) try :
$ sudo apt install ffmpegIn RedHat base distributions (like Fedora) try :
$ sudo dnf install ffmpegIn Arch base distributions (like Manjaro) try :
$ sudo pacman -S ffmpeg$ git clone https://github.com/hessamashari/video-tool.git
$ cd video-tool
$ chmod +x video-tool
$ sudo cp video-tool /usr/bin/video-tool$ video-tool$ video-tool --update$ video-tool --uninstall$ video-tool --helpExit the program with Ctrl+C :)
Please dont forget star
Thanks!