From owner-freebsd-multimedia Fri Aug 18 7:27:47 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from kaon.intercom.com (kaon.intercom.com [198.143.3.30]) by hub.freebsd.org (Postfix) with ESMTP id 8C57337B422 for ; Fri, 18 Aug 2000 07:27:43 -0700 (PDT) Received: from [198.143.3.26] (helo=intercom.com) by kaon.intercom.com with esmtp (Exim 3.16 #1) id 13Pn7V-000IO7-00; Fri, 18 Aug 2000 10:27:41 -0400 Date: Fri, 18 Aug 2000 10:27:41 -0400 (EDT) From: "Jason J. Horton" X-Sender: mail@kaon.intercom.com To: Andre Albsmeier Cc: multimedia@FreeBSD.ORG Subject: Re: fxtv and video capture In-Reply-To: <20000818120015.A16438@curry.mchp.siemens.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 18 Aug 2000, Andre Albsmeier wrote: > Date: Fri, 18 Aug 2000 12:00:15 +0200 > From: Andre Albsmeier > To: Jason J. Horton > Cc: multimedia@FreeBSD.ORG > Subject: Re: fxtv and video capture > > On Thu, 17-Aug-2000 at 00:06:05 -0400, Jason J. Horton wrote: > > I am still having trouble getting fxtv to capture TV and > > convert it to MPEG audio and video. I set it to MPEG ready, > > capture a chunk of TV, then run the shell script that gets > > generated. The video part goes just fine, but converting the > > audio fails. Here is an example: > > > > ======FRAMES READ: 2426 > > ::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. Is anyone else having these problems? -J To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message