Install Avidemux Video Editor on Ubuntu Linux. Avidemux 2.6.15 is the latest release of video editor for Ubuntu Linux System. Avidemux 2.6.15 brings various hardware changes and fixes. 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 2.6.15 adds support for HEVC/VC1 with libVA and has fixed nvEnc and added simple nvEnc-HEVC. There are few UI changes, such as reload default settings has been added and it now allows minimizing to tray while encoding. It also brings an experimental DirectX Video Acceleration (DXVA) video decoder.
Avidemux 2.6.15 changes:
- Hw Accel : Fixed nvEnc and added simple nvEnc-HEVC (windows/linux)
- Hw Accel : Added support for HEVC/VC1 with libVA (linux)
- Hw Accel : Experimental Dxva2 video decoder + Dxva2/D3D display engine (windows)
- Demux : Mpeg TS, fix non multiple of 16 file management (euma)
- Audio/win32 : Fixed CPU consumption when playing audio
- Editor : Fixed copy /paste /delete /undo (euma)
- Editor : A lot of seeking bugs fixed (euma)
- Editor : A lot of marker management bugs fixed (euma)
- Audio : Added FDK-AAC as encoder
- x26 : Added a “None” preset
- x265 : Fixed 2 pass encoding on windows
- i18n : Qt4 vs Qt5 language fix (D. Amm)
- i18n : German translation updated (euma)
- UI : Added reload default settings (euma)
- UI : Allow minimizing to tray while encoding (euma)
- OSX : Update to Sierra
Install Avidemux Video Editor on Ubuntu
Avidemux Video Editor can be installed on Ubuntu 16.10,Ubuntu 16.04, Ubuntu 15.04, Ubuntu 14.04, Ubuntu 15.10, Ubuntu 14.10, Linux Mint and other Ubuntu Derivatives. Run the following commands in Terminal to install Avidemux Video Editor on Ubuntu Systems:
sudo sh -c 'echo "deb http://archive.getdeb.net/ubuntu xenial-getdeb apps" >> /etc/apt/sources.list.d/getdeb.list'
wget -q -O- http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -
sudo apt update
sudo apt install avidemux2.6-qt
Once installed, open the Avidemux Video Editor from Ubuntu Dash or Terminal.
Uninstall 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