Avidemux is a free video editor designed for simple cutting, filtering and encoding tasks. It supports many file types, including AVI, DVD compatible MPEG files, MP4 and ASF, using a variety of codecs. Tasks can be automated using projects, job queue and powerful scripting capabilities.
Install Avidemux On Ubuntu
Run the following commands in Terminal to install Avidemux 2.6.19 in Ubuntu and Ubuntu Derivative Systems:
sudo apt-get update
sudo sh -c 'echo "deb http://archive.getdeb.net/ubuntu $(lsb_release
-sc)-getdeb apps" >> /etc/apt/sources.list.d/getdeb.list'
sudo apt-get update
sudo apt-get install avidemux2.6-qt
Once installed, open the Avidemux Video Editor from Ubuntu Dash or Terminal.
Uninstal Avidemux From Ubuntu
If you don’t like the Avidemux video editor and wish to uninstall and remove Avidemux, run the following commands:
sudo apt remove avidemux2.6-qt
sudo apt autoremove
sudo apt-get update