Re: lame and linux!

Warren Toomey <wkt-G2kne9RB/[email protected]>
Newsgroups gmane.comp.audio.mp3.encoders
Message-ID <[email protected]>
On Fri, Aug 04, 2006 at 11:01:08AM -0400, Ken wrote:
> I'm getting this error when it try to run your script:
> "find: /tmp/z: No such file or directory"
> and the command I'm running it with, not sure if this is right,
> find /home/www.site.com/members/  -name '*.mp3' -exec /tmp/z {} \;
> thanks again,
> -Ken

Did you write a script called /tmp/z with these contents and make it
executable?
 
> On 8/3/06, Warren Toomey <wkt-G2kne9RB/[email protected]> wrote:
> > Write a script called /tmp/z like this
> >
> > #!/bin/sh
> > infile=$1
> > dir=`dirname $infile`
> > base=`basename $infile`
> > outfile="$dir/stream_$base"
> > lame -b 64 -f -m s $infile $outfile
> >
> > Make it executable, and test it with a single input file.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.