Ubuntu/Debian/Mint news and tutorials | Linux gaming
facebook.png
twitter.png
feed.png
Quick Tip
Disable Overlay Scrollbars in GNOME
gsettings set com.canonical.desktop.interface scrollbar-mode normal
Quick Tip
Find Files Containing a Text Pattern
find . -iname "*.txt" -exec grep -l "hello" {} +
Categories
Online Readers
Advertise on TuxArena
Linux Cheat Sheet

Have a look at our Linux Cheat Sheet for quick one-liners, commands and tips.

Transmageddon, a video transcoder written in GTK using GStreamer, has reached version 1.3 just a few moments ago. Initially released as 1.2, it was re-tagged as 1.3 after VAAPI encoding has been enabled. To see the full announcement, read this post on the Transmageddon blog.


This release fixes a big number of critical bugs, but brings a few new features as well. From the announcement:

First of all if you have the GStreamer VAAPI plugins installed (and be sure to have the driver too) then the VAAPI GPU encoder will be used for h264 and MPEG2.

Transmageddon supports converting from various video formats supported by GStreamer, and can output in formats that include Ogg, Matroska, AVI, WebM, FLV, MPEG or ASF:

transmageddon02

Secondly I brought back the so called ‘xvid’ codec (even though xvid isn’t really a separate codec, but a name used to refer to MPEG4 Video codec using the advanced-simple profile.).

transmageddon01

Installing Transmageddon 1.3 in Ubuntu 14.04 Trusty Tahr

To compile Transmageddon from source, first download the tarball from here (direct link here), then uncompress it:

tar -xf transmageddon-1.3.tar.xz

Install the needed dependencies:

sudo apt-get build-dep transmageddon

Then change the working directory to transmageddon-1.3 and compile and install it:

./configure
make
sudo make install

You can also install the latest version of Transmageddon using UbuTricks for Ubuntu.

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.