transcode-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Original]

Re: [transcode-users] Recording from v4l2?


To: transcode Users Mailing List <transcode-users@xxxxxxxxx>
Subject: Re: [transcode-users] Recording from v4l2?
From: Adam K Kirchhoff <adamk@xxxxxxxxxxxx>
Date: Mon, 20 Dec 2004 15:07:14 -0500
Delivered-to: itdp@localhost
In-reply-to: <20041220190909.GA2265@funk.gsky.dom>
References: <1103135886.8990.3.camel@localhost.localdomain> <41C08BB8.7040807@voicenet.com> <1103138498.8990.10.camel@localhost.localdomain> <41C0AE40.7030601@voicenet.com> <1103190639.3385.0.camel@localhost.localdomain> <41C175DE.6030103@voicenet.com> <1103199173.3385.16.camel@localhost.localdomain> <41C18103.2000400@voicenet.com> <1103201502.3385.18.camel@localhost.localdomain> <41C1B3D2.8060306@voicenet.com><20041220190909.GA2265@funk.gsky.dom>
User-agent: Mozilla/5.0 (X11; U; DragonFly i386; en-US;rv:1.7.3) Gecko/20041206

Jacob Meuser wrote:

On Thu, Dec 16, 2004 at 11:12:02AM -0500, Adam K Kirchhoff wrote:


[ adamk@xxxxx - ~ ]: transcode -H 0 -x v4l2 -i /dev/null -p /dev/dsp0 -o output.avi -y xvid4 -c 150


                     ^^^^^^
that's not valid.  don't know why transcode doesn't complain, though.

let's go about this another way.

please apply the patch below and show the output.




If I don't specify "-p /dev/dsp0"



[ adamk@xxxxx - ~ ]: transcode -H 0 -x v4l2 -i /dev/video1 -o output.avi -y xvid4
transcode v0.6.12 (C) 2001-2003 Thomas Oestreich, 2003-2004 T. Bitterberg
[transcode] V: import frame | 720x576 1.25:1 [transcode] V: bits/pixel | 0.174
[transcode] V: decoding fps,frc | 25.000,0
[transcode] A: import format | 0x2001 AC3/A52 [48000,16,2]
[transcode] A: export format | 0x55 MPEG layer-3 [48000,16,2] 128 kbps
[transcode] V: encoding fps,frc | 25.000,3
[transcode] A: bytes per frame | 7680 (7680.000000)
[transcode] A: adjustment | 0@xxxx
[transcode] V: IA32 accel mode | sse2 (sse2 sse mmxext mmx asm)
[transcode] V: video buffer | 10 @ 720x576
[import_v4l2.so] v1.2.1 (2004-01-03) (video) v4l2 | (audio) pcm
[export_xvid4.so] v0.0.5 (2003-12-05) (video) XviD 1.0.x series (aka API 4.0) | (audio) MPEG/AC3/PCM
[import_v4l2.so]: v4l2 audio grabbing
[import_v4l2.so]: SNDCTL_DSP_SETFMT: Invalid argument
device = /dev/video1, v4l2_audio_fd = 3, tmp = 16
audio import module error: OPEN failed
[transcode] critical: failed to open input source


If I do specify it:

[ adamk@xxxxx - ~ ]: transcode -H 0 -x v4l2 -i /dev/video1 -p /dev/dsp0 -o output.avi -y xvid4
transcode v0.6.12 (C) 2001-2003 Thomas Oestreich, 2003-2004 T. Bitterberg
[transcode] V: import frame | 720x576 1.25:1 [transcode] V: bits/pixel | 0.174
[transcode] V: decoding fps,frc | 25.000,0
[transcode] A: import format | 0x2001 AC3/A52 [48000,16,2]
[transcode] A: export format | 0x55 MPEG layer-3 [48000,16,2] 128 kbps
[transcode] V: encoding fps,frc | 25.000,3
[transcode] A: bytes per frame | 7680 (7680.000000)
[transcode] A: adjustment | 0@xxxx
[transcode] V: IA32 accel mode | sse2 (sse2 sse mmxext mmx asm)
[transcode] V: video buffer | 10 @ 720x576
[import_v4l2.so] v1.2.1 (2004-01-03) (video) v4l2 | (audio) pcm
[export_xvid4.so] v0.0.5 (2003-12-05) (video) XviD 1.0.x series (aka API 4.0) | (audio) MPEG/AC3/PCM
[import_v4l2.so]: v4l2 audio grabbing
[import_v4l2.so]: v4l2 video grabbing
[import_v4l2.so]: accelerated memcpy using: sse2
[import_v4l2.so]: resync disabled
[import_v4l2.so]: video grabbing, driver = cx8800, card = Hauppauge WinTV 34xxx models
[import_v4l2.so]: VIDIOC_CROPCAP: Invalid argument
video import module error: OPEN failed
[transcode] critical: failed to open input source


Adam


[Prev in Thread] Current Thread [Next in Thread]