From owner-freebsd-multimedia@FreeBSD.ORG Thu Apr 29 12:30:25 2004 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2350016A4CE for ; Thu, 29 Apr 2004 12:30:25 -0700 (PDT) Received: from mta2.cl.cam.ac.uk (mta2.cl.cam.ac.uk [128.232.0.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51AE643D41 for ; Thu, 29 Apr 2004 12:30:24 -0700 (PDT) (envelope-from karl.jeacle@cl.cam.ac.uk) Received: from thames.cl.cam.ac.uk ([128.232.8.230] ident=[m2RrzTLGwGoZ+3ZcjKVmAZpfkKd9W2ud]) by mta2.cl.cam.ac.uk with esmtp (Exim 3.092 #1) id 1BJHEl-0000GE-00 for freebsd-multimedia@freebsd.org; Thu, 29 Apr 2004 20:30:23 +0100 Received: from kj234 by thames.cl.cam.ac.uk with local (Exim 3.01 #1) id 1BJHEl-0004ey-00 for freebsd-multimedia@freebsd.org; Thu, 29 Apr 2004 20:30:23 +0100 Date: Thu, 29 Apr 2004 20:30:23 +0100 From: Karl Jeacle To: freebsd-multimedia@freebsd.org Message-ID: <20040429193023.GA17876@cl.cam.ac.uk> References: <20040429175118.GA24989@cl.cam.ac.uk> <20040429210554.2e301a3f@Magellan.Leidinger.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040429210554.2e301a3f@Magellan.Leidinger.net> X-image-url: http://www.jeacle.ie/pics/kj234.jpg Sender: Karl Jeacle Subject: Re: stdout from mplayer/mencoder? X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Apr 2004 19:30:25 -0000 On Thu 29 Apr 04, 21:05:54 +0200, Alexander Leidinger wrote: > > mplayer -ao pcm -aofile /dev/stdout $RAFILE | lame - $MP3FILE > > The problem is that the resulting MP3 file is just white noise. I'm not > > sure what's going wrong. (I've tried specifying -r & -s lame flags.) > But you haven't played with '-x', right? I have actually, and I get audible sound, but it's as if I had taken the original file and chopped it up into little bits and swapped them around. I was hoping someone could supply a working command line example using either mplayer or mencoder that did RA->MP3 in a single pipeline. (Re:mencoder, it dumps core for almost anything I try with it, and using named pipes exhibit the same problem as the above pipe approach.) Karl