Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Aug 2000 16:33:31 +0200
From:      Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
To:        "Jason J. Horton" <jason@intercom.com>
Cc:        Andre Albsmeier <andre.albsmeier@mchp.siemens.de>, multimedia@FreeBSD.ORG
Subject:   Re: fxtv and video capture
Message-ID:  <20000818163331.A28522@curry.mchp.siemens.de>
In-Reply-To: <Pine.BSF.4.21.0008181026040.18789-100000@kaon.intercom.com>; from jason@intercom.com on Fri, Aug 18, 2000 at 10:27:41AM -0400
References:  <20000818120015.A16438@curry.mchp.siemens.de> <Pine.BSF.4.21.0008181026040.18789-100000@kaon.intercom.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000818163331.A28522>