Oak is more convenient for tar extractions and operations on compressed
files.
(..execute command for extraction and another for lame action.)

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Warren Toomey
Sent: Tuesday, September 12, 2006 1:25 AM
To: MP3 encoders development list
Subject: Re: [mp3encoder] using stdin stdout with lame

On Mon, Sep 11, 2006 at 04:55:02PM +0100, [EMAIL PROTECTED] wrote:
> tar -zxvf rob.tgz | lame - rob.mp3

Reading the tar manual:

    tar {-r | -u} -f archive-file [options] [files | directories]

    -O      (x, t modes only) In extract (-x) mode, files will be written to
             standard out rather than being extracted to disk.

So:    tar vxzOf rob.tgz /dirpath/rob.wav | lame - rob.mp3

and then lose the v option because you know that it works.

        Warren
_______________________________________________
mp3encoder mailing list
mp3encoder@minnie.tuhs.org
https://minnie.tuhs.org/mailman/listinfo/mp3encoder

__________ NOD32 1.1750 (20060911) Information __________

This message was checked by NOD32 antivirus system.
http://www.eset.com


_______________________________________________
mp3encoder mailing list
mp3encoder@minnie.tuhs.org
https://minnie.tuhs.org/mailman/listinfo/mp3encoder

Reply via email to