From owner-freebsd-multimedia@FreeBSD.ORG Mon Oct 6 11:20:50 2003 Return-Path: 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 629AE16A4B3 for ; Mon, 6 Oct 2003 11:20:50 -0700 (PDT) Received: from Shenton.org (23.ebbed1.client.atlantech.net [209.190.235.35]) by mx1.FreeBSD.org (Postfix) with SMTP id 2657143FEC for ; Mon, 6 Oct 2003 11:20:49 -0700 (PDT) (envelope-from chris@Shenton.Org) Received: (qmail 78144 invoked by uid 1001); 6 Oct 2003 18:24:10 -0000 To: Steve O'Hara-Smith References: <86ad8fv13g.fsf@PECTOPAH.shenton.org> <20031006075736.2e4ff86c.steve@sohara.org> From: Chris Shenton Date: Mon, 06 Oct 2003 14:24:10 -0400 In-Reply-To: <20031006075736.2e4ff86c.steve@sohara.org> (Steve O'Hara-Smith's message of "Mon, 6 Oct 2003 07:57:36 +0200") Message-ID: <86u16mfcmt.fsf@PECTOPAH.shenton.org> User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-multimedia@freebsd.org Subject: Re: nuppelvideo "nuvrec", mplayer: no audio on 5.1-CURRENT? X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Oct 2003 18:20:50 -0000 Steve O'Hara-Smith writes: > On Sun, 05 Oct 2003 17:14:27 -0400 > You don't need to do that - you can just set the BKTR_FREQUENCY > environment variable and nuvrec will tune to that frequency (this > works for ffmpeg too BTW) - you can also set BKTR_DEV to select the > input channel. Huh, I don't recall seeing this in the docs and READMEs. I'll RTFM again but do you specify the "frequency" or the channel number? The latter is easy, for the former I'd probably want a dumb program to map my channels into ntsc broadcast frequencies. > I've gone back to ffmpeg - because mencoder has a habit of > crasjing when used in a nuvrec pipeline. I've got ffmpeg 0.4.8 making > DVD format recordings straight of the air now (with a little help > from mpeg2desc, mplex and dvdauthor). Thanks for the pointers. > > CS> Again, I'm mostly looking for a command-line thing I can invoke from > CS> cron to record a couple shows. > > Yesterday I typed this: > > at 0010 > vcrdvd bbc1 105 Air_America > > This morning my /data/video partitition contained a directory > called Air_America with a DVD format video in it :) > > Was that the kind of thing you were aiming for ? Yes, exactly. Can you show me your "vcrdvd" script, or whatnot? Thanks.