From owner-freebsd-hackers Mon Jun 1 16:24:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA06647 for freebsd-hackers-outgoing; Mon, 1 Jun 1998 16:24:02 -0700 (PDT) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id QAA06587; Mon, 1 Jun 1998 16:23:43 -0700 (PDT) (envelope-from rhh@ct.picker.com) Received: from ct.picker.com by whqvax.picker.com with SMTP; Mon, 1 Jun 1998 19:23:09 -0400 (EDT) Received: from elmer.ct.picker.com by ct.picker.com (4.1/SMI-4.1) id AA06079; Mon, 1 Jun 98 19:23:08 EDT Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id TAA25490; Mon, 1 Jun 1998 19:22:20 -0400 Message-Id: <19980601192220.A25402@ct.picker.com> Date: Mon, 1 Jun 1998 19:22:20 -0400 From: Randall Hopper To: multimedia@FreeBSD.ORG, hackers@FreeBSD.ORG Subject: Fxtv 0.47 released Mail-Followup-To: multimedia@freebsd.org, hackers@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The features & fixes list was piling up so I thought it'd be a good time to cut a new version. Available here: http://multiverse.com/~rhh/fxtv/ Brief summary of changes (see ChangeLog for details): : YUV video capture : X10 MouseRemote support (www.x10.com) : MPEG-encode streaming (IYUV & PPM) : Multi-Bt848 card support : Multi-/no-soundcard support, and TV audio on CD-IN : Can now get at internal audio mux from GUI : Support clean build on non-XFree86 and Linux systems : New Action Rtns: TVToggleFreeze, TVVideoRecordStart/Stop : Video conversion process externalized (user-defined script) : Grab mouse when entering Zoom full-screen mode : More verbose "-debug startup" output : Misc. Fixes (XImage conv, TIFF saves, remote display, X ext detection, etc.) By default, it builds for XFree86. To build on Xi/etc., grab the source package and do: "gmake HAVE_XFREE86=NO" You might also check out the "Sentinel.mps" sample off the web page. I captured it using IYUV last night, on stock IBM/WD EIDE drives no less :-) A note on video encoding. mpeg_encode(1) works fine for IYUV @ 320x240, but it doesn't like the IYUV video stream length for many other resolutions so I left RGB/PPM the default capture path. For other resolutions, try RGB/PPM, but by all means use IYUV/YUV for 320x240. It gives you 25% more disk bandwidth to play with. (Also, if you dig into this and figure out what mpeg_encode's so upset about please let me know.) Enjoy! Randall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message