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.

SoundKonverter is a KDE application for encoding and decoding from and to various audio formats. Encoding is highly configurable, and you can set bitrate and quality, rip audio CDs, edit or preserve tags information between formats.

This release fixes three bugs and has several updated translations:

  • Add: Check for MP4 support in faac
  • Fix: Don’t run vorbisgain more than once per directory
  • Fix: Progress bar jumps when a file finished

soundkonverter

Install SoundKonverter in Ubuntu

At the time of writing, only the DEB for the 2.1.0 version was available. To install it in Ubuntu, download the DEB package from here (direct link here) and either double-click on it or type in a terminal:

sudo dpkg -i soundkonverter_2.1.0-1_i386.deb

The DEB package works for Ubuntu 12.04 up to Ubuntu 14.04 Trusty Tahr.

Leave a Comment

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