From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from int-mx04.intmail.prod.int.phx2.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.17]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o3QGlntL006256 for ; Mon, 26 Apr 2010 12:47:49 -0400 Received: from mx1.redhat.com (ext-mx01.extmail.prod.ext.phx2.redhat.com [10.5.110.5]) by int-mx04.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o3QGliCJ006909 for ; Mon, 26 Apr 2010 12:47:44 -0400 Received: from ewr.djernes.net (ewr.djernes.net [97.107.141.189]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o3QGlVqC024020 for ; Mon, 26 Apr 2010 12:47:31 -0400 Received: from data.home (unknown [109.64.185.142]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ewr.djernes.net (Postfix) with ESMTPSA id E1F082E9A7 for ; Mon, 26 Apr 2010 16:47:29 +0000 (UTC) Date: Mon, 26 Apr 2010 19:47:27 +0300 (IDT) From: Geoff Shang X-X-Sender: geoff@data.home To: Linux for blind general discussion Subject: Re: Ripping Streams Directly to mp3? In-Reply-To: Message-ID: References: User-Agent: Alpine 1.10 (DEB 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-RedHat-Spam-Score: 1.1 * (DKIM_ADSP_ALL) X-Scanned-By: MIMEDefang 2.67 on 10.5.11.17 X-Scanned-By: MIMEDefang 2.67 on 10.5.110.5 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 16:47:50 -0000 Hi, I'm running MPlayer from the Debian package which doesn't include mencoder for some silly reason. So I can't test this suggestion. Couldn't you do: mencoder -o .mp3 You may need to use options like "-of rawaudio" and "-oac mp3lame", and you'll probably want to use "-lameopts" to specify MP3 encoder options ("-lameopts help" apparently gives you help). Possible example: mencoder -of rawaudio -oac mp3lame -lameopts cbr:br=128 -o Like I say, i'm not in a position to test this, I've just looked at the very comprehensive and sometimes daunting MPlayer man page. Search for "GENERAL ENCODING OPTIONS" to get to the mencoder stuff. Curious to know how you get on. Geoff.