From owner-freebsd-multimedia@FreeBSD.ORG Mon Nov 7 03:09:32 2005 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70FD916A41F; Mon, 7 Nov 2005 03:09:32 +0000 (GMT) (envelope-from freebsd@sopwith.solgatos.com) Received: from schitzo.solgatos.com (c-67-168-241-176.hsd1.or.comcast.net [67.168.241.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00D3543D46; Mon, 7 Nov 2005 03:09:31 +0000 (GMT) (envelope-from freebsd@sopwith.solgatos.com) Received: from sopwith.solgatos.com (uucp@localhost) by schitzo.solgatos.com (8.11.6/8.11.6) with UUCP id jA739QK18086; Sun, 6 Nov 2005 19:09:26 -0800 Received: from localhost by sopwith.solgatos.com (8.8.8/6.24) id DAA15739; Mon, 7 Nov 2005 03:09:23 GMT Message-Id: <200511070309.DAA15739@sopwith.solgatos.com> To: "Arne " W rner "" In-reply-to: Your message of "Sun, 06 Nov 2005 14:08:59 PST." <20051106220859.52887.qmail@web30304.mail.mud.yahoo.com> Date: Sun, 06 Nov 2005 19:09:23 +0000 From: Dieter Cc: freebsd-multimedia@freebsd.org, freebsd-firewire@freebsd.org Subject: Re: Sending DV to camcorder over firewire gives dropouts X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Nov 2005 03:09:32 -0000 > > Wild Guess Theory #1: > > > > fwcontrol -S reports: > > > > 3948 frames, 131.50 secs, 30.02 frames/sec > > 784 frames, 25.92 secs, 30.24 frames/sec > > 3597 frames, 119.78 secs, 30.03 frames/sec > > > > Shouldn't this be 29.97 fps ? > > > I like that theory: > > I found in ffmpeg's man page the following option: > -r fps > set frame rate (default = 25) > > Dude! Did you use the "-r" option? No, didn't need to, ffmpeg figured out to use 29.97 fps all by itself, for both input and output. Even if there is something wrong with the output of ffmpeg, it would not explain why I get the exact same problem with: [ push "play" button on camcorder ] fwcontrol -R filename.dv [ push "stop" button on camcorder ] fwcontrol -S filename.dv since ffmpeg is not involved in this case. It might be that the incorrect fps numbers reported are just an artifact of clock resolution and the relatively short times involved and packetization/buffering?