From owner-freebsd-multimedia Fri Aug 18 7:33:37 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from david.siemens.de (david.siemens.de [192.35.17.14]) by hub.freebsd.org (Postfix) with ESMTP id F10DD37B423 for ; Fri, 18 Aug 2000 07:33:33 -0700 (PDT) X-Envelope-Sender-Is: andre.albsmeier@mchp.siemens.de (at relayer david.siemens.de) Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by david.siemens.de (8.10.1/8.10.1) with ESMTP id e7IEXVU16216; Fri, 18 Aug 2000 16:33:31 +0200 (MET DST) Received: from curry.mchp.siemens.de (curry.mchp.siemens.de [139.25.42.7]) by mail1.siemens.de (8.10.1/8.10.1) with ESMTP id e7IEXVt20846; Fri, 18 Aug 2000 16:33:31 +0200 (MET DST) Received: (from localhost) by curry.mchp.siemens.de (8.10.2/8.10.2) id e7IEXVL37795; Date: Fri, 18 Aug 2000 16:33:31 +0200 From: Andre Albsmeier To: "Jason J. Horton" Cc: Andre Albsmeier , multimedia@FreeBSD.ORG Subject: Re: fxtv and video capture Message-ID: <20000818163331.A28522@curry.mchp.siemens.de> References: <20000818120015.A16438@curry.mchp.siemens.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from jason@intercom.com on Fri, Aug 18, 2000 at 10:27:41AM -0400 X-Echelon: BND CIA NSA Mossad KGB MI6 IRA detonator nuclear assault strike Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 18-Aug-2000 at 10:27:41 -0400, Jason J. Horton wrote: > On Fri, 18 Aug 2000, Andre Albsmeier wrote: > > > > ::STATUS:: 0 > > > ::EXEC:: rm /usr/local/video/pbs.param > > > ::STATUS:: 0 > > > ::EXEC:: sox -t raw -s -w -c 2 -r 44100 /usr/local/video/pbs.AUDraw -t aiff /usr/local/video/pbs.aiff && mpeg_musicin -l 2 -p 1 /usr/local/video/pbs.aiff /usr/local/video/pbs.mp2 && rm /usr/local/video/pbs.aiff > > > >>> Using Audio IFF sound file headers > > > Sound data is not PCM in "/usr/local/video/pbs.aiff". > > > ::STATUS:: 1 > > > > > > Command Failed: > > > sox -t raw -s -w -c 2 -r 44100 /usr/local/video/pbs.AUDraw -t aiff /usr/local/video/pbs.aiff && mpeg_musicin -l 2 -p 1 /usr/local/video/pbs.aiff /usr/local/video/pbs.mp2 && rm /usr/local/video/pbs.aiff > > > Conversion Aborted. > > > > > > Anyone have any ideas? Is there a better program tha sox for the > > > conversion? > > > > sox is okay. Look at > > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=20693 > > > > maybe that helps... At least it should get you into the right > > direction... > > Nope, still get the error. The only thing the PR does for my problem > is add the -s and -w connad line switches to sox, which already exist > according to my screen cap. Yes, but you may need it again (I did). Try sox -t raw -s -w -c 2 -r 44100 /usr/local/video/pbs.AUDraw -t aiff -s -w /usr/local/video/pbs.aiff What does this command produce? Can you listen to the pbs.aiff file? If not, can you listen to pbs.AUDraw ? If it is not too big (<5M): Can you send me your pbs.AUDraw ? -Andre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message