Ubuntu Linux tool Avidemux video editor software for video editing. Install Avidemux 2.6.11 Video Editor on Ubuntu 15.04, Ubuntu 14.04, Ubuntu 15.10 and Ubuntu 14.10 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.11 is the latest version of the Avidemux video editor. Avidemux 2.6.11 has been released with the following changes:
- Try to cope better with decoding error
- Fixed off-by-one keyframe cutting
- Better general support for H265
- Basic support for Opus
- Extract keyframes from non supported video in mkv (vp9,h265,…)
- Cap refresh rate for large video or slow machines (set it in preferences)
- Fix nv12 to yv12 mmx code
Install Avidemux Video Editor
Run the following commands in Terminal to install Avidemux video editor on Linux Ubuntu Systems:
$ sudo add-apt-repository ppa:rebuntu16/avidemux+unofficial
$ sudo apt-get update
$ sudo apt-get install avidemux2.6
Avidemux 2.6 is made of 3 components:
-
The core modules: A set of dynamic libraries hosting core components.
-
The application modules: Qt4 or Qt5, and CLI (command line).
-
The plug-in modules: Everything is a module in 2.6, so without plugins you can’t do anything. The plugins either belong to the common part (they work with all UIs) or a specific part (they only work with one).
-
The settings modules : They contain templates/settings for some encoder (x264 mostly).
Requirement list (debian/ubuntu)
For core modules
sudo apt-get install gcc g++ make cmake pkg-config libpng12-dev fakeroot yasm libsqlite3-dev build-essential
For Qt 4
sudo apt-get install libqt4-dev
For Qt 5
sudo apt-get install qttools5-dev-tools qtbase5-dev
For common plugins
sudo apt-get install libaften-dev libmp3lame-dev libx264-dev libfaad-dev libfaac-dev