From owner-freebsd-questions@FreeBSD.ORG Fri Feb 18 00:10:03 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8A5516A4CE for ; Fri, 18 Feb 2005 00:10:03 +0000 (GMT) Received: from smtpq1.home.nl (smtpq1.home.nl [213.51.128.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20D5243D46 for ; Fri, 18 Feb 2005 00:10:03 +0000 (GMT) (envelope-from danny@ricin.com) Received: from [213.51.128.135] (port=55661 helo=smtp4.home.nl) by smtpq1.home.nl with esmtp (Exim 4.30) id 1D1vic-0006pF-AP; Fri, 18 Feb 2005 01:10:02 +0100 Received: from cp464173-a.dbsch1.nb.home.nl ([84.27.215.228]:50871 helo=workstation.homenet) by smtp4.home.nl with esmtp (Exim 4.30) id 1D1viZ-0002PK-0X; Fri, 18 Feb 2005 01:09:59 +0100 From: Danny Pansters To: freebsd-questions@freebsd.org Date: Fri, 18 Feb 2005 01:08:28 +0100 User-Agent: KMail/1.7.2 References: <001701c5146f$a431f530$0600010a@azimuth> In-Reply-To: <001701c5146f$a431f530$0600010a@azimuth> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200502180108.28659.danny@ricin.com> X-AtHome-MailScanner-Information: Please contact support@home.nl for more information X-AtHome-MailScanner: Found to be clean Subject: Re: Recomendations for Video Capture Cards X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: danny@ricin.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Feb 2005 00:10:03 -0000 Since no one else seems to have replied... On Wednesday 16 February 2005 22:36, Jasvinder S. Bahra wrote: > Hi all, > > I've recently had a PC become available, and I would like to set it up as a > kind of video recorder. > > I would like to purchase a card of some sort that would allow me to connect > the PC to my TV, and record television programmes on the hard-drive. The > reverse also - playing back the recording, and viewing it on the TV. > > Now, i've done a little research, and I understand that FreeBSD "provides > support for PCI-based TV cards using a Brooktree Bt848/849/878/879 or a > Conexant CN-878/Fusion 878a Video Capture Chip with the bktr(4) driver". > > Does anyone have any recomendations on a video capture card that would be > suitable? Anything Brooktree, which are most PCI cards, e.g. WinTV, Miro, Pinnacle, but also the more expensive ones like osprey. Do make sure to put the card in a PCI slot where it has sufficient ventilation. The tuner unit can get very warm. I have had a WinTV card that apparently had caught on fire a few years ago (I remember smelling something funny...). IMHO the bad thing is that we basically only have one driver for TV cards, the good things are that it works very well (try video4linux, then bktr and see) and that the vast majority of TV cards have a bktr chip. I'm using an old Miro-Bt848 card now. It does freeze everything sometimes (if I could switch to a console it would show a panic), e.g. when changing input sources quickly, I think when it's reinitialized too fast, but I've seen the same happen on Linux and Windows. Bad firmware that never got updated would be my guess. Also, I always found that your tossed aside VCR cam plugged into the V-in of a framegrabber card makes a great webcam as well. We have a few working TV apps, the best arguably being Fxtv which is especially written for the bktr driver. It works well but looks a bit outdated. As for more modern apps, KDETV is not ported yet (I've looked at it; a porter would basically have to either create an interface to our framegrabber/tuner/audio devices that mimics v4l or v4l2 or/and rewrite a lot of the other code to use FreeBSD's ioctls and other provisions instead -- both are doable but not trivial) and neither is Gnome's equivalent AFAIK. We don't have anything canned-in specifically for either Gnome or KDE at the time for TV viewing. You can use (k)mplayer as a TV renderer though. If you use KDE: I've been experimenting a bit with using kmplayer's dcop functions to change the channel/frequency while running kmplayer with TV input and it seems to have some potential. That's all I can tell about TV cards. HTH, Dan