![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
|
|
Desktop Environments Support for your Ubuntu desktop. Including Gnome, KDE and XFCE. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Just Give Me the Beans!
![]() Join Date: Mar 2006
Location: Ventura.CA.USA
Beans: 42
Ubuntu 8.10 Intrepid Ibex
|
Need help making a simple Konqueror file browser script
What I'd like to do in Kubuntu is be able to right-click a wav file and have a custom "Convert to mp3" menu option.
I can do this w/ a bash script, convert.sh: Code:
#!/bin/sh ffmpeg -b 128k -i $1 $2.mp3 rm -R $1 Code:
./convert.sh in.wav out |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|