From owner-freebsd-firewire@FreeBSD.ORG Thu Oct 26 03:30:29 2006 Return-Path: X-Original-To: firewire@hub.freebsd.org Delivered-To: freebsd-firewire@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51CF416A492 for ; Thu, 26 Oct 2006 03:30:29 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5DEB43D45 for ; Thu, 26 Oct 2006 03:30:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k9Q3USYQ010629 for ; Thu, 26 Oct 2006 03:30:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k9Q3USwk010627; Thu, 26 Oct 2006 03:30:28 GMT (envelope-from gnats) Date: Thu, 26 Oct 2006 03:30:28 GMT Message-Id: <200610260330.k9Q3USwk010627@freefall.freebsd.org> To: firewire@FreeBSD.org From: Mikhail Teterin Cc: Subject: Re: bin/98134: [patch] fwcontrol(8): MPEG2-TS/HDV support for fwcontrol X-BeenThere: freebsd-firewire@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mikhail Teterin List-Id: Firewire support in FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Oct 2006 03:30:29 -0000 The following reply was made to PR bin/98134; it has been noted by GNATS. From: Mikhail Teterin To: bug-followup@freebsd.org, hopet@ics.muni.cz Cc: Subject: Re: bin/98134: [patch] fwcontrol(8): MPEG2-TS/HDV support for fwcontrol Date: Wed, 25 Oct 2006 23:20:36 -0400 Thank you very much for this work, Petr! I wish, I found it a month ago, when I began struggling with my camera (Sony HDR-HC3). Your patch did not work "out of the box" -- the first packet arriving from the wire had the DV-mode, although the rest were MPEG. So I added a way to force a mode (either "dv" or "mpeg") as per the following patch: http://aldan.algebra.com/~mi/fwcontrol-6.0-mi.patch The patch incorporates your work, and makes the utility compile cleanly with WARNS=3 on both i386 and amd64. Now we just need a committer to update the source tree... Although still incomplete, the fwcontrol would become much more useful. I'm downloading my videos as I write this. Thanks again! -mi