Avidemux 2.6.19 released. Install Avidemux video editor on Ubuntu 16.10 and Ubuntu 16.04 Systems. 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.
Avidemux is available for Linux, BSD, Mac OS X and Microsoft Windows under the GNU GPL license. The program was written from scratch by Mean, but code from other people and projects has been used as well. Patches, translations and even bug reports are always welcome.
Avidemux 2.6.19
Avidemux 2.6.19 brings general UI polish by euma and better support for HEVC in mpeg TS
- Updated ffmpeg libs to 3.0.7
- Filter : All filters with preview have better navigation dialogs
- Filter : Delogo filter UI redone
- Filter : Fixed changeFps/resampleFps seeking
- TS/Demux : HEVC support improved
- Flv/Demux : Support large files (rcdrone)
- Audio : Allow EAC3 as external audio track
- UI : General usability cleanup (euma)
- UI : Allow using the last read folder as default save folder (euma)
- UI : 2 pass encoding dialog cleanup (euma)
- UI : Dynamically enable/disable menu (euma)
- UI : Customizable keyboard shortcut (euma)
- UI : Allow reverting page up/down (euma)
- Codec : Better support for 10bits
- i18n : Russian translation updated (TotalCaesar659)
- i18n : Greek translation updated (nikoss)
- i18n : General cleanup (euma)
Install Avidemux 2.6.19 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