Skip to content

hessamashari/video-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hi. This is a script to simplify working with ffmpeg

It can :

  • 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

Installation

Automatically

$ git clone https://github.com/hessamashari/video-tool.git
$ cd video-tool
$ chmod +x install.sh
$ ./install.sh

Manually

Install dependencies

In Debian base distributions (like Ubuntu) try :

$ sudo apt install ffmpeg

In RedHat base distributions (like Fedora) try :

$ sudo dnf install ffmpeg

In Arch base distributions (like Manjaro) try :

$ sudo pacman -S ffmpeg

Install script

$ git clone https://github.com/hessamashari/video-tool.git
$ cd video-tool
$ chmod +x video-tool
$ sudo cp video-tool /usr/bin/video-tool

Usage

$ video-tool

Update

$ video-tool --update

Uninstall

$ video-tool --uninstall

Help

$ video-tool --help

Exit the program with Ctrl+C :)

Please dont forget star
Thanks!

About

usefull commands used for video are in a project

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages