
Wav / Mp3 to Ogg
Source (link to git-repo or to original if based on someone elses unmodified work):
Description:
Hi
With this servicemenu you can generate OGG-Files from WAV and MP3-Files.
Have a lot of fun.
It use mp32ogg, normalize and oggenc.
Thx to kim developers and gassauer.
The normalizing should work i have tested with konsole but I don't hear a difference. Plz report.
Feedbacks are welcome and desired.
cu
TOD
No liability is assumed for damages to hard and software !! Last changelog:
With this servicemenu you can generate OGG-Files from WAV and MP3-Files.
Have a lot of fun.
It use mp32ogg, normalize and oggenc.
Thx to kim developers and gassauer.
The normalizing should work i have tested with konsole but I don't hear a difference. Plz report.
Feedbacks are welcome and desired.
cu
TOD
No liability is assumed for damages to hard and software !!
1.1 Change in the curent dir now. Thx to kdeappsce for Help!
1.2 Added a version with mp3 normalize function
Ratings & Comments
6 Comments
I have build a normalize service menu which consists mainly of normalize --peak "$FILE" normalize -g -0.1dB "$FILE" and does is for all selcted files. can send the complete code very handy to adjust the gain of self recorded audio files.
And the above comment by Labrum is what I like to call "Shameless Advertising". BUT BEING SHAMELESS MYSELF! http://kde-apps.org/content/show.php?content=25766 PAC does this, along with what audioKonverter does, and I quote "much, much more" ;)
PAC is an app which I recommend to everyone that asks for an app, audiokonverter is a service menu. But PAC is no replacement for this SM, because it uses a different approach.
audiokonverter does this already, and much more. http://www.kde-apps.org/content/show.php?content=12608
...the resulting ogg file gets saved in ~/ instead the current directory. It seems that mp32ogg doesn't offer an option to pass the working directory, but maybe passing a cd command to the exec line in the desktop file would be an option? Anyway, thanks for the work!
...got it: Simply place a cd commend before the actual command: Exec=cd %d && mp32ogg %U and Exec=cd %d && oggenc %U Helps a lot :) . Thanks & best regards