hi Lee, Es schrieb Lee Mitchell: > > Hi folks, hope you can help me with this one cos i've been pulling my hair > out for days now ! > > I'm trying to get my machine recording tv from a Hauppauge WinTV PCI card, > which i've been only partly successful in doing. > The problem is with the avi files that I end up with. When played back, they > are speeded up a bit, and everyone sounds like they've been breathing helium > ! While this was amusing for the first 5 mins or so, i'm getting a bit fed > up with it now :-) > > I've tried recording with transcoder usnig the following command line :- > transcode -z -c 00:00:10 -y divx5 lame -b128 -i /dev/video0 -p /dev/dsp1 -o > /home/video/test.avi -u 2 -Q 5 > > and with mencoder with the following command :- > mencoder -tv > on:driver=v4l:width=384:height=288:input=0:norm=PAL:chanlist=europe-west:cha > nnel=1:adevice=/dev/dsp1 -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=100 -oac > mp3lame -lameopts cbr:vol=5:br=128 -endpos 10 -o "/home/video/test.avi" > > and both do exactly the same thing. > > The only app that does record at the correct speed is xawtv, but this is not > much good to me cos i'd like to use a command line utility as I'm trying to > get WebVCR+ running so I can program my system to record stuff via a web > interface. > If the sound is Ok with streamer and not disturbed by hardware issues, you should also be lucky with nvrec, which is also command line based and v4l2 ready. Did not have seen a/v sync problems for recordings up to some hours and don't know if there is a limit. I'm testing on it to see some proof of concept and WebVCR+ is waiting too. Mencoder gives no sound for me to the recordings over the v4l1-compat on saa7134-0.2.7 and 2.4.20-v4l2 and so freevo is not yet an option. (Would be interesting to have a list, where it is working. I allways waste time on it again :-) What I see working is timeshift using xine, in my case with a second audio card with alsa 0.9.3c and OSS emulation. This works even over nfs mounts. Jumping forward and especially back is a little bit unprecise, but play back is straight forward ;-) With xawtv in overlay mode you can have at the same time a preview of the nvrec recording in realtime. (Take care, if you quit xawtv the sound for nvrec is also closed). Muting sound on the record input with kmix works, so I don't have to switch anything manually to avoid to here sound twice. The saa7134 driver is still under successful devel, especially on audio. There are cvs-builds and other snapshots involved here ... so results may vary especially for bttv, which I don't have in use. > My system is as follows :- > [snip] Hope you get some luck, keep some hair and get WebVCR+ working. Greetings Hermann --