-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans (67) .- Knowledge Base (2) . 

soundKonverter

   2.2.2  

KDE Sound Application

Score 89%
soundKonverter
zoom


soundKonverter
zoom


soundKonverter
zoom


Version Control:  Link
Issue Tacker:  Link
Issue Tacker:  Link
Wiki:  Link
other:  Link
Downloads:  86758
Submitted:  Sep 12 2005
Updated:  May 21 2016

Description:

soundKonverter is a front-end to various audio converters.

The key features are:
- Audio conversion
- Replay Gain calculation
- CD ripping

See the wiki (https://github.com/HessiJames/soundkonverter/wiki) for more information.




Changelog:

new in 2.2.2:
-Change: Move Polish (Poland) translation to Polish
-Change: Move Swedish (Sweden) translation back to Swedish
-Change: Remove so-version for libsoundkonvertercore to satisfy obs lint

new in 2.2.1:
-Add: Dutch, Spanish (Argentina) and Polish (Poland) translations
-Change: Swedish translation moved to Swedish (Sweden)
-Change: Update translations

new in 2.2.0:
-Add: Decode webm audio stream
-Add: --file-list argument
-Change: Remove both APE and ID3 Replay Gain tags with mp3gain and aacgain
-Change: Disable "modify audio stream" option by default in mp3gain and aacgain
-Change: Don't write icedax info file
-Change: Set so-version for libsoundkonvertercore
-Fix: Don't require an output path when using a user defined profile as command line argument
-Fix: Don't crash when tags can't be read
-Fix: Error message when trying to write to a directory without permissions
-Fix: Store album artist information to file list files
-Fix: Some crashes
-Fix: Handle newer ffmpeg versions
-Fix: Don't wait with Replay Gain calculation for items with same album name but no Replay Gain conversion option set
-Fix: Don't convert all files at once if the conversion starts with copying files with the same input an output codec
-Fix: Infinite loop when waiting for album gain for a failed item

new 2.1.90 (2.2.0 rc1):
-Add: Detect (DRM)-encrypted wma and m4a files
-Add: Adjust gain for mp3 files
-Add: Option to copy files instead of re-encoding them if input and output codec are the same
-Change: Fall-back from album artist to artist in "meta data" naming mode if album artist is empty

Full changelog: https://github.com/HessiJames/soundkonverter/blob/master/src/CHANGELOG




LicenseGPL
Source(2.2.2: Source)
(openSUSE)
Source(All releases)
Send to a friend
Subscribe
Other  Content  from HessiJames
Report inappropriate content



goto page: prev  ... 23  24  25  26  27  28  29  30  31  32  33  34  35  36  37  38 ...

-

 Replay Gain

 
 by krnekit on: May 6 2011
 
Score 50%

Nice program!
I've used last version, and found, that it apply Replay Gain volume correction for mp3 instead of just adding tag with that information. Also, it would be good, if Replay Gain information could be added as RVA2 tags (id3v2.4, recent mp3gain can do this) instead of APE. Some players, like RockBox can't read APE.


Reply to this

-

 Re: Replay Gain

 
 by HessiJames on: May 7 2011
 
Score 50%

mp3gain indeed modifies the audio file but it stores correction data into the frames and can thereby undo all the changes.
You can test it yourself by running:
md5sum <file>
mp3gain -k -a <file>
mp3gain -u <file>
mp3gain -s d <file>
md5sum <file>

But thanks to you I found a related bug. Removing the changes made by mp3gain doesn't work with soundkonverter, so please don't use it until the next version.

Also choosing between APE and ID3 tags is on my todo list.


Reply to this

-
.

 oga

 
 by HATRED on: May 29 2011
 
Score 50%
HATREDHATRED
gericom.humm er
Home

I think, SoundKonverter should use .oga as OggVorvis standart.

According to Xiph's website http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions

The use of .ogg for audio and video file is deprecated since 2007. Applications have to use .oga/.ogv instead.

Or it must have an option for changing the extension.
Thanx :)


Linux is so simple operation system, but you must be a genius to understand its simplicity.
Reply to this

-

 Custom tags

 
 by imruska on: Jun 5 2011
 
Score 50%

Very nice program. It can convert from and to practically any format of which Linux version exist.
What remains is converting also tags. It converts standard tags, but I would like it to convert non standard tags as well. E.g. I use often the LYRICS tag to store the lyrics of the music. It would be great if soundKonverter could keep LYRICS tags during conversion, even better if it could convert LYRICS tags of FLAC files into USLT tags in mp3. (As far as I know not a single software does it). SoundKonverter would be No. 1


Reply to this

-

 Re: Custom tags

 
 by HessiJames on: Jun 21 2011
 
Score 50%

I'll need to have a look at all those tag formats and what taglib can currently do. Copying covers and lyrics would really be great.


Reply to this

-
.

 Failing files

 
 by cghislain on: Jun 16 2011
 
Score 50%

Hi!

I use your apps since some time now, very useful, thank you!
I use the latest version from your opensuse repository. There is still some issue with some filenames, apparently using ` ' and $ in their path/name. You can find some there : http://www.mediafire.com/?g1y8ds45xj4hxol

Also, the option 'convert to FAT-compatible name' doesn't seem to work, i have a file named "12 ¿Que Dices?.mp3" after conversion.

And as a suggestion, the ability to remove some column (output file is redundant when copying structure) or resize/move them around would be great!

Regards,

Charly


Reply to this

-

 Re: Failing files

 
 by HessiJames on: Jun 21 2011
 
Score 50%

Thanks for your comment.
I fixed the problem with dollar signs and backticks.
One file you sent me (01 Sgt. Pepper's...) seems to be broken. I couldn't get it to convert or play with any program.

Also I couldn't confirm your problem with FAT file names. Could it be that you added the file and turned FAT compatible file names on after that?

Regarding the columns, I like the way it is now because they show the minimum set of information you need in order to know what's happening. And I know that resizing the columns makes them snap back to the default width sometimes. I'll have a look at that.


Reply to this

-

 Re: Re: Failing files

 
 by cghislain on: Jun 21 2011
 
Score 50%

Hi,

Thank you for fixing this!

Concerning the FAT file names, it seems it depends on the output mode.
In the screenshot below, first file was with specified output path, second one was with copied directory structure. Notice that only in the first file the ? is replaced; and notice the inverted question mark is kept as it.
http://i53.tinypic.com/ery6hu.png


Reply to this

-

 Re: Re: Re: Failing files

 
 by HessiJames on: Jun 23 2011
 
Score 50%

Thanks again, found the bug in the 'copy structure' output mode and fixed it.
Btw. the inverted question mark is a fat compatible character.


Reply to this

-

 Re: Re: Failing files

 
 by cghislain on: Jun 21 2011
 
Score 50%

You were right about that broken file, its strange im sure i used to listen to it a lot... I got it back and it was successfully converted with the same filename.


Reply to this

-
.

 remove orginal files

 
 by illumilore on: Jul 29 2011
 
Score 50%

Is there a way to tell SK to remove the original source files? If not, then I request this as a new feature.


Reply to this

-
.

 Tarball corrupted?

 
 by gohanz on: Sep 12 2011
 
Score 50%

The 1.1.0 tarball seem to be corrupted.

> tar xvzf soundkonverter-1.1.0.tar.gz
tar: This is not a tar archive


Reply to this

-

 Re: Tarball corrupted?

 
 by HessiJames on: Sep 12 2011
 
Score 50%

thanks for the info. i uploaded the .tar to kde-apps.org now, the obs seems to have some problems. hopefully i can fix the binary packages tomorrow.


Reply to this

-
.

 Re: Re: Tarball corrupted?

 
 by gohanz on: Sep 13 2011
 
Score 50%

Many thanks! :)


Reply to this

goto page: prev  ... 23  24  25  26  27  28  29  30  31  32  33  34  35  36  37  38 ...

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team