From owner-freebsd-multimedia Sun Apr 20 06:53:48 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA22815 for multimedia-outgoing; Sun, 20 Apr 1997 06:53:48 -0700 (PDT) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id GAA22809 for ; Sun, 20 Apr 1997 06:53:46 -0700 (PDT) Received: from ct.picker.com by whqvax.picker.com with SMTP; Sun, 20 Apr 1997 9:51:39 -0400 (EDT) Received: from elmer.ct.picker.com ([144.54.57.34]) by ct.picker.com (4.1/SMI-4.1) id AA14223; Sun, 20 Apr 97 09:51:54 EDT Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id JAA07116; Sun, 20 Apr 1997 09:51:40 -0400 Message-Id: <19970420095140.59234@ct.picker.com> Date: Sun, 20 Apr 1997 09:51:40 -0400 From: Randall Hopper To: Amancio Hasty Cc: multimedia@freebsd.org Subject: Re: Bt848 and aliasing effects References: <199704200045.RAA00497@rah.star-gate.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.69 In-Reply-To: <199704200045.RAA00497@rah.star-gate.com>; from Amancio Hasty on Sat, Apr 19, 1997 at 05:45:29PM -0700 Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Amancio Hasty: |Had a chance to check out the WinCast on my Win95 box and it looked |really good at resolutions less than 320x240. Not sure if the program |is displaying only odd or even frames. | |So after I wrap up my chances to the clip code I will look into it. |It shouldn't be too difficult to check out the code which does the |scaling. I've mailed this out before but I think it might have gotten missed. In fxtv, search down for "ODD" and uncomment that if statement: /* if ( geom.rows <= c->height_max / 2 ) geom.oformat |= METEOR_GEO_ODD_ONLY; */ You'll be much happier with the results. Text is much more readable and aliasing artifacts pretty well go away. I'm going to roll this in as the default in the next version. Randy