Archives For November 30, 1999

Avidemux video editor

Avidemux video editor 2.7.6 was released a day ago with new video encoder / decoder, and many improvements. Here’s how to install it in Ubuntu 20.04, Ubuntu 18.04, Ubuntu 16.04.

Avidemux 2.7.6 release highlights according to the changelog file:

  • Detect and warn when cut points in HEVC video streams may result in grave playback issues despite being on keyframes
  • Add libaom-based AV1 decoder
  • Add libvpx-based VP9 encoder
  • Update to FFmpeg 4.2.3
  • Add hardware accelerated deinterlacer and resizer based on VA-API
  • Increase maximum supported resolution to 4096×4096
  • Add support for Vorbis audio, LPCM audio to the Mp4 muxer
  • Add HE-AAC and HE-AACv2 profiles to the FDK AAC encoder plugin
  • Numerous other improvements and fixes.

How to Install Avidemux 2.7.6 in Ubuntu:

Appimage:

The official non-install single executable .appimage package is available for downloading:

Download Avidemux

After downloaded the appimage, go to file Properties -> Permissions and make it executable, finally right-click and run the file to launch Avidemux video editor.

Flatpak:

The software is also as containerized Flatpak package.

You can run following commands one by one to setup flatpak, add flathub repository, and install Avidemux flatpak package:

sudo apt install flatpak

flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

flatpak install flathub org.avidemux.Avidemux

Ubuntu PPA:

I’ve uploaded the .deb packages into the unofficial PPA, available for Ubuntu 16.04, Ubuntu 18.04, Ubuntu 19.10, Ubuntu 20.04, and derivatives.

1.) Open terminal and run command to add the PPA:

sudo add-apt-repository ppa:ubuntuhandbook1/avidemux

Type user password (no asterisk feedback) and hit Enter to continue.

2.) Then refresh system package cache and install the editor:

sudo apt update

sudo apt install libavidemux2.7-6 libavidemux2.7-qt5-6 avidemux2.7-qt5 avidemux2.7-plugins-qt5 avidemux2.7-jobs-qt5

NOTE: Due to build failure, I changed names of some shared libraries. If you have problem launching the editor, try sudo apt upgrade to update your system packages.

Uninstall:

To uninstall the PPA, run command:

sudo add-apt-repository --remove ppa:ubuntuhandbook1/avidemux

To uninstall the video editing software, run:

sudo apt remove libavidemux2.7-6 avidemux2.7-qt5 avidemux2.7-plugins-qt5 avidemux2.7-jobs-qt5

And to uninstall the Flatpak package, use command:

flatpak uninstall org.avidemux.Avidemux

Avidemux video editor

Avidemux video editor released version 2.7.4 today with tons of bug-fixes. Here’s how to install it in Ubuntu 18.04, Ubuntu 19.04.

Aivdemux 2.7.4 release highlights:

  • Detect and warn when cut points in H.264 video streams may result in playback issues despite being on keyframes
  • Update to the 4.1.4 release
  • Enable HW accelerated decoding of 8-bit HEVC for recent versions of Intel graphics driver on Windows
  • Support audio tracks in fragmented MP4 files
  • Support E-AC3 audio tracks in MP4 files
  • Fix ASF demuxer still broken by chance with MSVC++ only, the fix relevant for all platforms
  • Support more varieties of BMP images
  • Optimize output of the Mp4 muxer for streaming on Windows too
  • Add option to the Mp4 muxer to output fragmented MP4 files
  • Support WMAPRO audio codec for decoding
  • Support AAC with signal band replication (SBR) in external audio tracks
  • Numerous other fixes. See HERE for details.

How to Install Avidemux 2.7.4 in Ubuntu:

There are a few ways installing the latest the video editor in all curren Ubuntu releases.

  • Appimage, single executable (enable it in file properties dialog) to launch the editor.
  • Flatpak, community maintained package that runs in sandbox.
  • Native Ubuntu (.deb) packages via an unofficial PPA.

For Ubuntu 16.04, Ubuntu 18.04, and Ubuntu 19.04, here’s how to install Avidemux 2.7.4 via the unofficial PPA.

1. Open terminal either from app launcher or via Ctrl+Alt+T keyboard shortcut. When it opens, run command to add the PPA:

sudo add-apt-repository ppa:ubuntuhandbook1/avidemux

Type user password (no asterisk feedback due to security reason) when it prompts and hit Enter.

avidemux ppa

2. Then run following 2 commands to refresh package cache and install the video editor:

sudo apt update

sudo apt install avidemux2.7-qt5 avidemux2.7-qt5-data avidemux2.7-plugins-qt5 avidemux2.7-jobs-qt5

NOTE: if you get software launching error similar to:

avidemux2.7_qt5: symbol lookup error: avidemux2.7_qt5: undefined symbol: _Z20extractH264FrameTypePhjPjPiP11ADM_SPSInfoS0_

try updating your system via command sudo apt update && sudo apt upgrade.

Uninstall:

To remove the native Ubuntu .deb package of Avidemux 2.7, run command in terminal:

sudo apt remove --autoremove avidemux2.7-*

And remove the PPA via Software & Updates utility under ‘Other Software’ tab.

Avidemux video editor

Avidemux video editor released a new bug-fix version just 11 days after the last, with decoder fixes and misc small improvements

Avidemux 2.7.3 release highlights:

  • Vapoursynth is now dynamically loaded to avoid error popup
  • ASF/WMV demuxer fix
  • BMP decoder fix
  • Re-enabled PNG decoder
  • Basic save current state when crashing
  • Misc small improvements

avidemux 2.6 ubuntu 14.04

How to Install Avidemux 2.7.3 in Ubuntu:

There are a few ways installing the latest the video editor in all curren Ubuntu releases.

  • Appimage, single executable (enable it in file properties dialog) to launch the editor.
  • Flatpak, community maintained package that runs in sandbox.
  • Native Ubuntu (.deb) packages via an unofficial PPA.

For Ubuntu 16.04, Ubuntu 18.04, and higher, heres how to install Avidemux 2.7.3 via the unofficial PPA.

1. Open terminal either from app launcher or via Ctrl+Alt+T keyboard shortcut. When it opens, run command to add the PPA:

sudo add-apt-repository ppa:ubuntuhandbook1/avidemux

Type user password (no asterisk feedback due to security reason) when it prompts and hit Enter.

avidemux ppa

2. Then run following 2 commands to refresh package cache and install the video editor:

sudo apt update

sudo apt install avidemux2.7-qt5 avidemux2.7-qt5-data avidemux2.7-plugins-qt5 avidemux2.7-jobs-qt5

Uninstall:

To remove the native Ubuntu .deb package of Avidemux 2.7, run command in terminal:

sudo apt remove --autoremove avidemux2.7-*

And remove the PPA via Software & Updates utility under ‘Other Software’ tab.