
ConvertAudio
Various KDE 1.-4. Improvements
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
This is a simple context menu for sound files to convert between one format and another. It prompts you for an extension (mp3, ogg, wav, etc) and then converts using ffmpeg. To install, extract the archive and then run the installer.sh script, or read the script and move files around accordingly.
(C) Jeff Cooper 2009 GNU GPL, use at your own risk.
12 years ago
TODO:
*Set "Presets" in menu to convert to common types without typing the extension
*Add some documentation
*Customize the Installer
2/22/09: Initial Upload
12 years ago
TODO:
*Set "Presets" in menu to convert to common types without typing the extension
*Add some documentation
*Customize the Installer
2/22/09: Initial Upload
skiron
12 years ago
It seems to be the same app as "audioKonverter"
http://www.kde-apps.org/content/show.php/audiokonverter+(also+for+KDE4)?content=12608
But, you're using FFMPEG instead of all the dedicated decoders/encoders !? Right ?
My question is: what are the differences between your app and the "audioKonverter" ? Why develop a new one instead of improving the existing one ?
Report
weirdsox11
12 years ago
Report
skiron
12 years ago
One extra note, for ubuntu users (>= 8.10), if you want to have MP3 support with FFMPEG, you should install these extra packages:
libavcodec-unstripped-51
libavdevice-unstripped-52
libavformat-unstripped-52
libavutil-unstripped-49
libpostproc-unstripped-51
libswscale-unstripped-0
Report