Last updated on March 8, 2014 by Dan Nanni
Avidemux is open-source video editing software offering GTK+ or Qt4/Qt5 based GUI. Among other things, it allows users to transcode video streams, add/extract audio to/from a video file, and edit subtitles of a video. If you want to install Avidemux on Linux, you can use the following distro-specific guideline.
Avidemux is available in the base repositories of Ubuntu based distributions.
$ sudo apt-get install avidemux
Avidemux is not available in the Debian's base repositories due to its non-free components. To install Avidemux on Debian, you can first set up deb-multimedia
's non-free repositories as follows.
$ sudo sh -c 'echo "deb http://deb-multimedia.org $(lsb_release -cs) main non-free" >> /etc/apt/sources.list' $ sudo apt-get update $ sudo apt-get install deb-multimedia-keyring
Now go ahead and install Avidemux as follows.
$ sudo apt-get install avidemux
If you want to build the latest Avidemux from the source on a Debian-based system, you can do it as follows.
$ sudo apt-get install gcc g++ make cmake pkg-config libpng12-dev fakeroot yasm libsqlite3-dev build-essential $ sudo apt-get install qttools5-dev-tools qtbase5-dev $ sudo apt-get install libmp3lame-dev libx264-dev libfaad-dev $ tar -xf avidemux_2.6.12.tar.gz $ cd avidemux_2.6.12 $ bash bootStrap.bash --deb --enable-qt5 --with-cli $ cd debs $ sudo dpkg -i *.deb
To install Avidemux on Fedora, first enable RPM Fusion repository, and then use yum
command as follows.
$ sudo yum install avidemux
To install Avidemux on OpenSUSE, first add Packman repository to OpenSUSE, and then use yast
command as follows.
$ sudo /sbin/yast --install avidemux3-qt4
This website is made possible by minimal ads and your gracious donation via PayPal or credit card
Please note that this article is published by Xmodulo.com under a Creative Commons Attribution-ShareAlike 3.0 Unported License. If you would like to use the whole or any part of this article, you need to cite this web page at Xmodulo.com as the original source.
Xmodulo © 2021 ‒ About ‒ Write for Us ‒ Feed ‒ Powered by DigitalOcean