Archives For November 30, 1999

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

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.

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.

Avidemux video editor 2.7.1 was released a few days ago with new encoder support and various improvements. Here’s how to install it in Ubuntu 18.04, Ubuntu 17.10, Ubuntu 16.04.

Avidemux 2.7.1 release highlights:

  • Add LibVA based HW accelerated H.264 encoder (Intel/Linux)
  • Fix last frames of video not retrieved from decoder
  • Fix keyframe-based navigation in field-encoded MPEG-2 video
  • Fix crash in the Matroska demuxer with high bitrate audio
  • Fix too short duration reported for MKV and MP4 with B-frames
  • Fix PTS delay calculation in the Matroska demuxer
  • Fix audio delay ignored by the Mp4 demuxer
  • Allow to force display aspect ratio in the configuration of the MP4 muxer
  • Fix crash in the AVI muxer on switch to OpenDML
  • Add PNG export, fix wrong colors with some colorspaces
  • Add feature to export selection as JPEG images
  • Fix AVI with H.264 / HEVC without B-frames being not seekable
  • Make AVI with H.264 / HEVC containing B-frames seekable by decoding the entire video
  • Implement fade-in / fade-out transition for “Add logo”
  • Add Opus encoder
  • Allow LPCM in FFmpeg-based muxers

How to Install Avidemux in Ubuntu:

For Ubuntu 16.04, Ubuntu 17.10, Ubuntu 18.04, you can install the new Avidemux packages via the unofficial PPA.

Sorry that the package names are still avidemux2.6 due to lack of time and my poor language skill.

1. To add the PPA, open terminal either via Ctrl+Alt+T or by searching for ‘terminal’ from app launcher. When it opens, run command:

sudo add-apt-repository ppa:ubuntuhandbook1/avidemux

Input your password (no visual feedback while typing) when it prompts and hit Enter.

2. Then install avidemux2.7-qt5 package either via Synaptic Package Manager or by running commands:

sudo apt-get update

sudo apt-get install avidemux2.7-qt5 avidemux2.7-plugins-qt5

Uninstall:

For any reason remove the software via command:

sudo apt-get remove --autoremove avidemux2.7-qt5 avidemux2.7-plugins-qt5

To remove the PPA, launch ‘Software & Updates’ utility and navigate to ‘Other Software’ tab.

The latest packages for Avidemux video editor 2.7.0 is available in GetDeb.net. However, the GetDeb repository is not updated for a few months, and there’s no packages for Ubuntu 17.10.

For those who don’t prefer the official Appimage (non-install) binary, I’ve uploaded Avidemux 2.7.0 packages into launchpad PPA (unofficial) to make it available for Ubuntu 17.10, Ubuntu 18.04. It also contains packages for Ubuntu 16.04, and Ubuntu 17.04.

UPDATE 201805: Rebuilt Ubuntu 18.04 packages due to updated system library. The plugin package now can be installed without dependencies issue.

1. To add the PPA, open terminal either via Ctrl+Alt+T or by searching for ‘terminal’ from app launcher. When it opens, run command:

sudo add-apt-repository ppa:ubuntuhandbook1/avidemux

Input your password (no visual feedback while typing) when it prompts and hit Enter.

2. Then install avidemux2.7-qt5 package either via Synaptic Package Manager or by running commands:

sudo apt-get update

sudo apt-get install avidemux2.7-qt5 avidemux2.7-plugins-qt5

It’s avidemux 2.7 though it contains ‘2.6’ in its name.

Uninstall:

For any reason remove the software via command:

sudo apt-get remove --autoremove avidemux2.7-qt5

To remove the PPA, launch ‘Software & Updates’ utility and navigate to ‘Other Software’ tab.

Avidemux, a video editor designed for simple cutting, filtering and encoding tasks has reached version 2.6.8. In this tutorial I will show you how to install or upgrade to this release in Ubuntu 13.10, Ubuntu 12.10, Ubuntu 12.04 and their derivatives.

Changes in Avidemux 2.6.8:

  • Image/export: Proper initialization of Qz for jpeg export
  • UI : Add an override menu to force language
  • tinypy : Add support for os.environ
  • x264 : Improved settings (tobias)
  • Win32 : Fix crash when having an audio problem
  • Win32 : Re-add mp4v2 to installer files
  • Audio/FAAC : Fix channel mapping when source is mono
  • Audio/AMR : Re-enabled AMR
  • Audio/lavc : Fixed encoding for codec not supporting planar (MP2)
  • Audio : Fixed importing MP2 audio detected as MP3
  • Editor : Fix deleting chunks of the video leading to seek errors
  • Editor : Initial copy/paste support
  • Editor/audio: Fix issue when source has more than 4 tracks
  • Editor : Better detection of double fps input files
  • TS/Demux : Brute force eac3 probe
  • TS/Demux : Better initialization, avoid dropping audio
  • MP4/Demux : Fix management of PCM audio
  • Mkv/Demux : Proper re-indexing for mpeg2 in mkv
  • Mp4v2/Mux : Add fast start mode back
  • OpenSolaris : Some fixes by pfelecan
  • Subtitles : Update libass + very simple srt2ssa converter
  • OsX : Enables more optional codecs…
  • avsfilte : Performance Improvements (fahr)

Install:

The default versions in Ubuntu universe repository is avidemux 2.5.x. To install the latest version, you can use the GetDeb repository or Thanh Tung Nguyen’s PPA.

Method 1: To add the GetDeb repository, download and install this deb.

Then press Ctrl+Alt+T on keyboard to open the terminal. When it opens, run the commands below one by one:

sudo apt-get update

sudo apt-get install avidemux2.6-qt

These commands will install the video editor in Ubuntu 13.10 or Ubuntu 12.04. If you’re still running Ubuntu 12.10, use the Method 2:

sudo add-apt-repository ppa:rebuntu16/avidemux+unofficial

sudo apt-get update

sudo apt-get install avidemux2.6

This PPA is maintained by a French guy, due to lack of time, he will update the PPA later this night.