[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Original]
Re: [transcode-users] Recording from v4l2?
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.
--
<jakemsr@xxxxxxxxxxx>
Index: import_v4l2.c
===================================================================
RCS file: /cvstc/transcode/import/v4l/import_v4l2.c,v
retrieving revision 1.13
diff -u -r1.13 import_v4l2.c
--- import_v4l2.c 18 Oct 2004 00:59:21 -0000 1.13
+++ import_v4l2.c 20 Dec 2004 18:54:39 -0000
@@ -1162,6 +1162,8 @@
if(ioctl(v4l2_audio_fd, SNDCTL_DSP_SETFMT, &tmp) < 0)
{
perror(module "SNDCTL_DSP_SETFMT");
+ fprintf(stderr, "device = %s, v4l2_audio_fd = %d, tmp = %d\n",
+ device, v4l2_audio_fd, tmp);
return(1);
}
- Re: [transcode-users] Recording from v4l2?, (continued)
- Re: [transcode-users] Recording from v4l2?, Adam K Kirchhoff, 2004/12/16
- Re: [transcode-users] Recording from v4l2?, Erik Slagter, 2004/12/17
- Re: [transcode-users] Recording from v4l2?, Adam K Kirchhoff, 2004/12/17
- Re: [transcode-users] Recording from v4l2?, Erik Slagter, 2004/12/17
- Re: [transcode-users] Recording from v4l2?, Adam K Kirchhoff, 2004/12/19
- Re: [transcode-users] Recording from v4l2?, Erik Slagter, 2004/12/20
- Re: [transcode-users] Recording from v4l2?, Adam K Kirchhoff, 2004/12/20
- Re: [transcode-users] Recording from v4l2?, Erik Slagter, 2004/12/20
- Re: [transcode-users] Recording from v4l2?, Adam K Kirchhoff, 2004/12/20
- Re: [transcode-users] Recording from v4l2?, Erik Slagter, 2004/12/21
- Re: [transcode-users] Recording from v4l2?,
Jacob Meuser <=
- Re: [transcode-users] Recording from v4l2?, Adam K Kirchhoff, 2004/12/20
- Re: [transcode-users] Recording from v4l2?, Jacob Meuser, 2004/12/20
- Re: [transcode-users] Recording from v4l2?, Adam K Kirchhoff, 2004/12/20
- Re: [transcode-users] Recording from v4l2?, Jacob Meuser, 2004/12/21
- Re: [transcode-users] Recording from v4l2?, Adam K Kirchhoff, 2004/12/21
- Re: [transcode-users] Recording from v4l2?, Erik Slagter, 2004/12/21
- Re: [transcode-users] Recording from v4l2?, Adam K Kirchhoff, 2004/12/21
- Re: [transcode-users] Recording from v4l2?, Erik Slagter, 2004/12/21
- Re: [transcode-users] Recording from v4l2?, Adam K Kirchhoff, 2004/12/21
- Re: [transcode-users] Recording from v4l2?, Erik Slagter, 2004/12/21