From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o3QD4luW025935 for ; Mon, 26 Apr 2010 09:04:47 -0400 Received: from mx1.redhat.com (ext-mx03.extmail.prod.ext.phx2.redhat.com [10.5.110.7]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o3QD4gYR013708 for ; Mon, 26 Apr 2010 09:04:42 -0400 Received: from mail1.panix.com (mail1.panix.com [166.84.1.72]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o3QD4Wl6012554 for ; Mon, 26 Apr 2010 09:04:32 -0400 Received: from panix3.panix.com (panix3.panix.com [166.84.1.3]) by mail1.panix.com (Postfix) with ESMTP id 97BD41F090 for ; Mon, 26 Apr 2010 09:04:31 -0400 (EDT) Received: by panix3.panix.com (Postfix, from userid 20196) id BEE3D8FDDE; Mon, 26 Apr 2010 09:04:31 -0400 (EDT) Date: Mon, 26 Apr 2010 09:04:31 -0400 From: Rudy Vener To: Linux for blind general discussion Subject: Re: Ripping Streams Directly to mp3? Message-ID: <20100426130431.GA18678@panix.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) X-RedHat-Spam-Score: -0.022 (RCVD_IN_DNSWL_NONE, SPF_HELO_PASS, SPF_PASS, T_RP_MATCHES_RCVD) X-Scanned-By: MIMEDefang 2.67 on 10.5.11.12 X-Scanned-By: MIMEDefang 2.67 on 10.5.110.7 X-loop: blinux-list@redhat.com X-BeenThere: blinux-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk Reply-To: Linux for blind general discussion List-Id: Linux for blind general discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Apr 2010 13:04:47 -0000 lame can compress directly from the standard input to the standard output e.g. cat inputfile | lame -r -m m -b 24 --resample 22.05 - - > output so create a script called stream2mp3 liks so: lame -r -m m -b 24 --resample 22.05 - - then call your streaming process pipe it to stream2mp3 and redirect to your output.mp3 file. On Sun, Apr 25, 2010 at 10:07:16PM -0700, Hart Larry wrote: > This has been chalenging for several years. I am useing a script which > uses mencoder to rip video to an avi and audio streams to a wave. Sure > the finished product plays nicely, but since its in .wav formatif that > wave file runs more than 3hours, lame will not handle it, won't even know > its there. > So, in reality on May 06 I want to record the stream of Sky-News during > British Elections, directly to an mp3. Mp3 is the final format I keep > most of my audio news-coverage in. In mp3 I can record many more hours > of: > mms://live2.wm.skynews.servecast.net/skynews_wmlz_audio > Can some1 please suggest a direct way of doing this without making waves. > I am still in FC9 > Thanks so much in advance > Hart > > _______________________________________________ > Blinux-list mailing list > Blinux-list@redhat.com > https://www.redhat.com/mailman/listinfo/blinux-list -- Rudy Vener, Owner and founder Pizza Galaxy - Online ordering and Email marketing for independent restaurants. Phone: (203) 230-9662 Website: http://www.pizzagalaxy.com Restaurant owners, boost your sales with new customers, increased visits and expanded ticket size with Pizza Galaxy's Online Ordering and E-mail Marketing. Get our free report: The Top 7 Ways for Restaurants to get Customers Online. Go to http://www.pizzagalaxy.com/top7ways.html to get your free copy. see for yourself how customers hear about restaurant online ordering by following us on Twitter: http://www.twitter.com/pizzagalaxy