From owner-freebsd-multimedia Sat Sep 13 16:00:27 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA04661 for multimedia-outgoing; Sat, 13 Sep 1997 16:00:27 -0700 (PDT) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id QAA04656 for ; Sat, 13 Sep 1997 16:00:24 -0700 (PDT) Received: from ct.picker.com by whqvax.picker.com with SMTP; Sat, 13 Sep 1997 18:57:16 -0400 (EDT) Received: from elmer.ct.picker.com ([144.54.57.34]) by ct.picker.com (4.1/SMI-4.1) id AA11004; Sat, 13 Sep 97 18:57:15 EDT Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id SAA07178; Sat, 13 Sep 1997 18:53:48 -0400 Message-Id: <19970913185348.15487@ct.picker.com> Date: Sat, 13 Sep 1997 18:53:48 -0400 From: Randall Hopper To: Amancio Hasty Cc: multimedia@freebsd.org Subject: Re: [video] fxtv feedback References: <19970913161012.57800@ct.picker.com> <199709132151.OAA00472@rah.star-gate.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81 In-Reply-To: <199709132151.OAA00472@rah.star-gate.com>; from Amancio Hasty on Sat, Sep 13, 1997 at 02:51:45PM -0700 Sender: owner-freebsd-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Amancio Hasty: |Randall Hopper: |> Amancio Hasty: |> |1. Try to use yuv for mpeg encoding it should speed up video capture and |> | mpeg encoding also it should not be hard to implement given |> | all the work that has gone into fxtv to support video capture. |> |> Had this on the list from your previous request. Don't have it very high |> though since RGB does everything I need. Wouldn't really save capture |> bandwidth since, if you're running in 15- or 16-bit, RGB16 capture is being |> used. Probably would speed up image save and encoding though; don't have a |> feel for how much since I've never tried it. It's on the list. | |You save about 1/3 in bandwith and I have on my list of things |to do to have the X server support yuv directly which will be |nice for scaling to 1024x768. Really? Ok. Guess I need to read up on YUV somewhere. From scanning the driver source, I got the impression that the supported YUV fmts were 2 bytes per pixel, inferring from that that it would occupy the same raw capture bandwidth as RGB16. Guess I misinterpreted. Say, on your list of things to do, (it may be there already, but if not), can you put FPS fix for the driver up above YUV X server extensions. Then I can move fxtv up from my tweaked 4/97 rev to the latest version. Just can't give up that video capture, even if it does only work for single-field. :-) |I like the contents of your desktop it gives me the feeling of |serious programming going on over there 8) OH yeah. ;) Later-- Randall