Thursday, April 27, 2017

How to install Avidemux 2.6.19 better support for HEVC in mpeg TS

   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.

Avidemux 2.6.19 Changelog:
  • Filter : All filters with preview have better navigation dialogs
  • Filter : Delogo filter UI redone
  • Filter : Fixed changeFps/resampleFps seeking
  • TS/Demux : HEVC support improved
  • Flv/Demux : Support large files (rcdrone)
  • Audio : Allow EAC3 as external audio track
  • UI : General usability cleanup (euma)
  • UI : Allow using the last read folder as default save folder (euma)
  • UI : 2 pass encoding dialog cleanup (euma)
  • UI : Dynamically enable/disable menu (euma)
  • UI : Customizable keyboard shortcut (euma)
  • UI : Allow reverting page up/down (euma)
  • Codec : Better support for 10bits
  • i18n : Russian translation updated (TotalCaesar659)
  • i18n : Greek translation updated (nikoss)
  • i18n : General cleanup (euma)
  • Updated ffmpeg libs to 3.0.7

Installation instructions:

   The GetDeb repository contains the latest packages of Avidemux, available for Ubuntu 16.04, Ubuntu 16.10, Ubuntu 17.04 and derivatives.

Opening terminal (Ctrl+Alt+T) and running the command:

Ubuntu 16.04 xenial

$ 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-get update

$ sudo apt-get install
avidemux2.6-qt

Ubuntu 16.10 yakkety

$ sudo sh -c 'echo "deb http://archive.getdeb.net/ubuntu yakkety-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-get update

$ sudo apt-get install
avidemux2.6-qt

Ubuntu 17.04 zesty

$ sudo sh -c 'echo "deb http://archive.getdeb.net/ubuntu zesty-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-get update

$ sudo apt-get install
avidemux2.6-qt

(Optional) To remove Avidemux, use command:

$ sudo apt-get remove avidemux2.6-qt

$ sudo apt-get autoremove

No comments:

Post a Comment