Jeff Abrahamson on 9 May 2004 14:48:02 -0000 |
On Sun, May 09, 2004 at 10:27:38AM -0400, Michael Leone wrote: > On Sun, 2004-05-09 at 09:10, Jeff Abrahamson wrote: > > If you can convert to WAV, then use your favorite mp3 encoder to > > convert wav to mp3. > > That makes 2 steps, and I want a one step. That was the way I had been > doing it - convert to standard WAV, and then WAV -> MP3. One step: #!/bin/sh b=`basename $1 .shn` SHNtoWAV $1 $b.wav WAVtoMP3 $b.wav $b.mp3 Your syntax may vary. GUI, use dialog or glade/perl or Tkl/Tk to write a box that selects a file and calls that script. Not so hard. ;-) > > From abcde: > > Also this is CLI, and I was looking for GUI. > > BTW, I saw your quote, and Bill Jonas's on the abcde web page. I said "I > know him!". :-) He, I didn't know that was there. He quoted from here: http://lists.netisland.net/archives/plug/plug-2000-12/msg00240.html -- Jeff Jeff Abrahamson <http://www.purple.com/jeff/> GPG fingerprint: 1A1A BA95 D082 A558 A276 63C6 16BF 8C4C 0D1D AE4B A cool book of games, highly worth checking out: http://www.amazon.com/exec/obidos/ASIN/1931686963/purple-20 Attachment:
signature.asc
|
|