As you may know, traGtor is a graphical user interface, written in Python, for the popular file format converting tool ffmpeg. It brings an intuitive and easy to use GUI for ffmpeg, in order to help the users do their ffmpeg tasks. If you do not like working from the terminal that much, you should use tragtor.
The latest version available is traGtor 0.9.3, which comes with a bunch of changes and new features.
Installation instructions:
In order to successfully install tragtor on Ubuntu, Linux Mint, Elementary OS, Debian and other Linux distribution using deb packages, you need to download and install the repo key, add the repo to your system, update the repo index and install the package:
$ wget http://repository.mein-neues-blog.de:9000/PublicKey
$ sudo apt-key add PublicKey && rm -rf PublicKey
$ echo "deb http://repository.mein-neues-blog.de:9000/ /" | sudo tee -a /etc/apt/sources.list
$ sudo apt-get update
$ sudo apt-get install tragtor
Optional. to remove tragtor, do:
$ sudo apt-get remove tragtor
Leave a Reply