ffmpeg doesn't record sound from WinTV.

Jacob Meuser jakemsr at jakemsr.com
Tue Jan 3 22:24:56 PST 2006


On Mon, Jan 02, 2006 at 03:56:19AM +0100, Frank J. Beckmann wrote:
> Moin,
> 
> am Freitag, 30. Dezember 2005 17:55 schrieb Nicolas Blais:
> > On December 30, 2005 06:43 am, Jacob Meuser wrote:
> > Does it record the video?  If I do this:
> > ffmpeg -target ntsc-dvd -vd /dev/bktr -ad /dev/dsp -ac 2 fft.mpeg
> >
> > I get a dvd-size blue screen with no sound.
> 
> It does record video.
> 
> > But If I do this:
> > transcode -i /dev/bktr0 -x bktr=norm=ntsc:vsource=tuner:asource=tuner,oss
> > -g 640x480 -y ffmpeg -F mpeg4 -p /dev/dsp -o out
> 
> Just tried that (with pal instead of ntsc). That doesn't record sound either.

interesting, because that explicitly both unmutes the audio and sets
the input.  there's really not much (if any) more that can be done
to enable audio from bktr(4).

hmmm, try adding '-H 0' as well, maybe it messing up /dev/dsp when
trying to detect what it is.

also try with 'asource=intern' instead of 'asource=tuner'.

if it doesn't work after trying the above, could you please post the
exact command and screen output?  I wrote the bktr and oss import
modules for transcode, and would be interested in fixing them if
needed.

-- 
<jakemsr at jakemsr.com>


More information about the freebsd-multimedia mailing list