[MPlayer-users] Encoding Streaming Radio to an MP3? Whoops...
Brett Kosinski
brettk at frodo.dyn.gno.org
Sat Apr 5 20:49:44 CEST 2003
> #!/bin/sh
>
> $FIFO=/tmp/converter-fifo.`date-%s`
Whoops, that should be
$FIFO=/tmp/converter-fifo.`date +%s`
:)
Brett.
More information about the MPlayer-users
mailing list