-
 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    LinuxDaily.com    Linux42.org    OpenSkillz.com   
 
Apps
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


Sponsoring


-
- Content .- Fans (59) .- Knowledge Base (1) . 

soundKonverter

   2.0.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
Depends on  KDE 4.x
Downloads:  79110
Submitted:  Sep 12 2005
Updated:  May 4 2013

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.0.2:
-Add: Italian translation
-Fix: Find normalize properly

new in 2.0.1:
-Add: French translation

new in 2.0.0:
-Add: Update translations
-Remove: French translation (only 58% translated)

new in 1.9.90 (2.0.0 rc1):
-Add: Option to not modify the audio stream of mp3 files when calculating Replay Gain
-Add: libav plugin
-Fix: Modify mp3 stream when forcing the recalculation of Replay Gain
-Fix: Don't try to calculate Replay Gain if it is impossible
-Fix: Down/upmixing with sox
-Fix: Sox effects wouldn't work
-Fix: Recognice mp3 and amr nb encoding support in ffmpeg/libav plugins
-Fix: Crash when encoding with sox and without filters
-Fix: Calculate Replay Gain if there is only one track in the album

new in 1.9.80 (2.0.0 beta1):
-Add: Parallel Replay Gain calculation in the Replay Gain tool
-Add: Move tracks to new Album via context menu in the Replay Gain tool
-Add: sox plugin with support for some new file formats (8svx, aiff, amr wb)
-Add: Convert sample rate and sample size, downmix and apply effects (normalize, bass and treble) using sox
-Add: Copy embedded covers for ogg files using METADATA_BLOCK_PICTURE
-Add: Option to switch between COMMENT and DESCRIPTION as preferred comment field for ogg vorbis and flac files
-Add: Option to select preferred total tracks/discs number fields for ogg vorbis and flac files
-Add: Copy the tags total tracks/discs number, MusicBrainz Track Id and MusicBrainz Release Id
-Add: Compression level option for the lame plugin
-Add: Opus support (via opus-tools)
-Change: Remember dimensions of the sub-windows and dialogs
-Change: Sampling rate and number of channels can as of now only be changed through a filter plugin (currently only sox)
-Change: Immediately start converting a file after adding it to the file list if the conversion is running in queue mode
-Change: Quit soundKonverter when canceling the CD ripper dialog if soundKonverter was started with the --rip option
-Change: Quit the Replay Gain tool when it gets closed
-Change: Rename the m4a format to m4a/aac and alac to m4a/alac
-Fix: Handle internal Replay Gain calculation properly
-Fix: Don't accept dropping tracks onto albums with different codec or sampling rate in the Replay Gain tool
-Fix: Better file type recognition
-Fix: Output options control via command line parameters when ripping audio cds
-Fix: User defined parameters for mpcenc when using a preset

Full changelog: https://github.com/HessiJames/soundkonverter/blob/fixes-2.0/src/CHANGELOG




LicenseGPL
Source(2.0.2: Source)
(openSUSE, xUbuntu, Debian, Fedora, CentOS)
Mandriva(by symbianflo [Mandriva Users Romania Backport])
Donate
Send to a friend
Subscribe
Other  Apps  from HessiJames
Report inappropriate content



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

-

 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 

Add commentBack




-
-
Do you like or dislike Ubuntu Unity?
 Yes, unity is alien technology!
 It is less confusing than Gnome 3 default, shell.
 Granny thinks it is much more usable than Gnome 2
 Canonical is embarrasing itself with this split project
 Gnome 3 default shell is much better
 I dislike Unity, Gnome 3 default shell is alien technology!
 None of the above, I like the 2Gb for free and Apple alike behavior. Will post a comment instead

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

Participate
Groups
Forum
Add App
Public API
About KDE-Apps.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2003-2013 KDE-Apps.org Team  
All rights reserved. KDE-Apps.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
KDE and K Desktop Environment are trademarks of KDE e.V.