From owner-freebsd-multimedia@FreeBSD.ORG Fri May 29 19:39:47 2009 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 624A11065675 for ; Fri, 29 May 2009 19:39:47 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id 21EFA8FC18 for ; Fri, 29 May 2009 19:39:47 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 70A731E002B7; Fri, 29 May 2009 21:39:46 +0200 (CEST) Received: from triton.kn-bremen.de (noident@localhost [127.0.0.1]) by triton.kn-bremen.de (8.14.3/8.14.3) with ESMTP id n4TJbwpT009523; Fri, 29 May 2009 21:37:58 +0200 (CEST) (envelope-from nox@triton.kn-bremen.de) Received: (from nox@localhost) by triton.kn-bremen.de (8.14.3/8.14.3/Submit) id n4TJbwGd009522; Fri, 29 May 2009 21:37:58 +0200 (CEST) (envelope-from nox) Date: Fri, 29 May 2009 21:37:58 +0200 (CEST) From: Juergen Lock Message-Id: <200905291937.n4TJbwGd009522@triton.kn-bremen.de> To: jason.harmening@gmail.com X-Newsgroups: local.list.freebsd.multimedia In-Reply-To: <2d1264630905291103s5b1219f5u4f6b8df9ef99c5dc@mail.gmail.com> Organization: home Cc: freebsd-multimedia@freebsd.org Subject: Re: [...] a (hacky) way to grab composite/svideo in [...] 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: Fri, 29 May 2009 19:39:48 -0000 In article <2d1264630905291103s5b1219f5u4f6b8df9ef99c5dc@mail.gmail.com> you write: >>> > 2) allows selecting non-tuner inputs by passing `magic' channel names >>> > via -c: "input_mux2" (composite in on my card), "input_mux3" (most likely >>> > s-video in here), and "input_mux4" (I don't know if that's used on my >>> > card, but it might be on others.) >> >> Jason, any thoughts on access to the composite & s-video inputs? >> > >Well, I was planning on adding an input-mux option to be passed by the >-o option, but I kind of like Juergen's idea of using channel >definitions in the XML file instead. We can "de-hackify" his >implementation a little, and then users will be able to define >easy-to-remember aliases for their inputs. I mainly did it that way to be able to still use the video signal definitions from the xml since that usually won't change (like, pal-b in my case...) Juergen