Source i (link to git-repo or to original if based on someone elses unmodified work):

Add the source-code for this project on opencode.net

Original
15
Become a Fan
7.8

Description:
audiokonverter is a service menu (and also a commandline utility) to easily convert from MP3, OGG, AMR, AAC, M4A, FLAC, WMA, RealAudio, Musepack, Wavpack, WAV and movies to MP3, OGG, M4A, WAV and FLAC in Konqueror by right-clicking on them. It needs ffmpeg/avconv, oggenc, oggdec, faac, faad, flac, mplayer and lame to work. id3lib is optional for full functionality. Also optional are vorbis-tools and metaflac for handling other metadata. See README how/where to get that software.
Be sure about needed software when installing prebuilt packages!

Please vote for "good" if you like the program. There are many downloads with each release, but only a few votes.
Last changelog:

6.0.0

Added support for KDE5


Ratings & Comments

230 Comments

pan445

10 10 the best

jano

Does not work at all... I installed all the stuff the installer said was "necessary", but it doesn't even show up in dolphin's settings.

labrum

Thanks for reporting it! Please try the 5.9.5 version with installKDE4.sh

houston4444

hello. ffmpeg has been removed from ubuntu 14.04. Have you planed to change the code of the script to be compatible with avconv ?

labrum

how inconvenient! Can you try "sudo ln -s /usr/bin/avconv /usr/bin/ffmpeg"? I have to think about a solution of this annoying problem. ubuntu could have kept this symlink and everybody would be happy!

labrum

Please try the latest ubuntu package.

Chip88

Hi there! I'd like to use this great service menu, but there seems to be some difficulties with VLC Player. If vlc is installed, it will be deleted due to install of this menu. Installing VLC back via Muon doesn't work at all and results in an error. So there is just the option to install VLC again via terminal. But, when installing VLC, some packages are goingt to be removed: audiokonverter:i386 dvgrab ffmpeg:i386 libav-tools:i386 libavcodec53 libavcodec53:i386 libavdevice53:i386 libavformat53 libavformat53:i386 libavutil51 libavutil51:i386 libcdio-cdda1:i386 libcdio-paranoia1:i386 libcdio13:i386 libdca0:i386 libdvdnav4:i386 libdvdread4:i386 libenca0:i386 liblircclient0:i386 libquicktime2 mplayer:i386 nepomuk-core-ffmpegextractor All needed for this service menu... How can I fix this and get both things (your service menu and VLC) to work together? Thanks in advance! Regards, Chipy

Chip88

Sorry, I forgot to add the information of the system I'm using: KDE 4.10.5 Ubuntu 13.04 Kernel: 3.8.0-29-generic Hope this helps to resolve the issue.

labrum

Please try installing it with the installer from the tarball. This does not affect your package management, then.

manxmaus

Hi, Thanks for the nice tool. There is one little bug, though: in line 743 the script calls itself with the name "audioconvert" which should be changed to the new "audioconvert4" otherwise it will not be found. The same change should be applied to the usage text. And it would be nice to mention that wildcards may be used, or maybe even add some example like this: "audioconvert4 -dontask *" will convert all audio files in the current directory into MP3 and place them in the default $encdir directory.

kmaglione

It's a shame that this uses faac rather than neroAacEnc. The latter still performs significantly better on listening tests.

labrum

Is it free software?

tukozaki

audiokonverter for KDE-3x and KDE-4x is an excellent add-on. On Mandriva 2009.1 x86_64 with KDE-3, 'install.sh' (from the tarball provided) even looks for $KDEDIR and let me graphically choose where it is (/opt/kde3) :-) install script eventualy let me know which programs or libs it needs to provides full functionalities: id3 id3v2 id3lib in this location. Whish there are a 'convert Ogg to mp3' for mp3-only player.

labrum

Thanks for the praise. What exactly do you mean? It can convert ogg to mp3.

testerus

Please support Ape (monkey audio) files.

labrum

Monkey is inofficially supported. For ape to flac (lossy format to lossfree format) you must edit your "audioconvert" file. Find it with "which audioconvert". There is a function apetoflac() { echo -e "# Monkey to FLAC only increases filesize. I won't do this.\n" kdialog --passivepopup "Monkey to FLAC only increases filesize. I won't do this." 3 # flacname="${encdir}/${EXTRA}/${shortname}.flac" # nice -10 mac "$1" "${tempfile}" -d # nice -10 flac ${FLACOPTS} --output-name="${flacname}" "${tempfile}" # rm -f "${tempfile}" } Delete all "#" there, make one before "kdialog" and save the file. Then you can do "audioconvert -t f filename.ape". I want to keep audiokonverter simple and sensible. It is not easy to add ape files to the servicemenu, because the mimetype is different in every distro. Probably it is not even existing in most distros, because the software to use it is not free.

cowb0y

Works great on Kubuntu (Karmic and previously). Thanks for your contribution to making the free desktop more usable.

apileocole

Hello, because I switched from kubuntu I couldn't get the error message mentioned in my previous post but it was probably a packaging problem. Anyway I'm using SuSE with KDE 4.3x at this time and missed your very handy utility. Because the SuSE rpm is old and you note only *8.2 should be used with KDE 4x, I tried to install it from the .gz package. install.sh doesn't work. Activating it in terminal as regular user "./install.sh" brings up a dialog asking install or uninstall options. I click install. A message box labeled "Sorry - KDE su" then appears at this point with this exact message: "Command './install.sh --global' not found" Do you know how to fix this or provide an up to date rpm for use w/KDE 4x?

labrum

Please open a terminal in this directory and try "sudo ./installKDE4.sh"

apileocole

Result in terminal: "kdialog: cannot connect to X server Installation cancelled."

labrum

Then try "xhost +" before. This will allow anyone to connect to your Xserver. "xhost +<your ip>" will allow anyone on your computer.

apileocole

Well I should probably look into xhost stuff before messing around with that, but I'd rather not. I did a bit of searching and may be mistaken but it's just that it should be kdesu not kdesudo. kdesu brings up the authorization box, then the dialog menu to install/uninstall. Selecting install globally yeilds the same error as reported before when doing the same as normal user: "A message box labeled "Sorry - KDE su" then appears at this point with this exact message: "Command './install.sh --global' not found"" Or if it "should" be kdesudo, SuSE doesn't have kdesu/kdesudo set up the way the script expects?

labrum

Please try sudo ./installKDE4.sh --suseinstall It worked on my virtual box SUSE installation!

mohareve

It has to be installed as normal user and it works, although it complains about mppdec, id3info,id3v2,id3cp and apetag. This is for Kubuntu 9.10

labrum

I added a package for karmic koala. The programs it complains about add functionality, but it also works without them. My package will not resolve dependencies so far!

Pling
0 Affiliates
Details
license
version 6.0.0
updated
added
downloads 24h 1
mediaviews 24h 0
pageviews 24h 1

Other Dolphin Service Menus:

burnWithGrowisofs
chunkylover
last update date: 20 years ago

Score 5.0

Firefox-bookmarks service menu
storyteller
last update date: 20 years ago

Score 5.0

Text Convert Service Menu
smp-penguin
last update date: 21 years ago

Score 5.0

Pdflatex servicemenu
bobuse
last update date: 20 years ago

Score 5.0

Send through Bluetooth
dmnet
last update date: 21 years ago

Score 5.0

Add to Bloglines
spookster
last update date: 20 years ago

Score 5.0



System Tags