From owner-freebsd-multimedia@FreeBSD.ORG Thu May 28 20:56:05 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 83963106568C for ; Thu, 28 May 2009 20:56:05 +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 3E85E8FC2C for ; Thu, 28 May 2009 20:56:05 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 0E75E1E002B7; Thu, 28 May 2009 22:56:04 +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 n4SKs4x2020524; Thu, 28 May 2009 22:54:04 +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 n4SKs3di020523; Thu, 28 May 2009 22:54:03 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Thu, 28 May 2009 22:54:03 +0200 To: Jason Harmening Message-ID: <20090528205403.GA20324@triton.kn-bremen.de> References: <2d1264630905270827q4e85376ds530488edf62b4c1a@mail.gmail.com> <200905272134.n4RLY6TM071270@triton.kn-bremen.de> <2d1264630905271519j639f3355vdb5146c35db8f4d0@mail.gmail.com> <20090528165917.GA9112@triton.kn-bremen.de> <2d1264630905281021pfb8160ata1cc6dcd6e7a0af7@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <2d1264630905281021pfb8160ata1cc6dcd6e7a0af7@mail.gmail.com> User-Agent: Mutt/1.5.19 (2009-01-05) Cc: freebsd-multimedia@freebsd.org Subject: Re: working direct mplayer on cx88 analog video 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: Thu, 28 May 2009 20:56:05 -0000 On Thu, May 28, 2009 at 12:21:01PM -0500, Jason Harmening wrote: > >> > >  Anyway, with the help of the nice people on #mplayer (thanx! :) I now > > have a working mplayer commandline: > >        mplayer -demuxer rawvideo -rawvideo w=768:h=576:format=422p:size=884736 -vf swapuv,scale=-1:-1 vpipe > > (vpipe still being the named pipe fed by something like > >        cx88 -d /dev/cx88video0 -u file://${PWD}/vpipe -x cx88.xml -c ... > > ) > > > > You should add this to the wiki--it seems like a solid improvement > over the way I've been telling people to do analog capture:) Done: http://corona.homeunix.net/cx88wiki/Overview/TipsAndTricks Someone(tm) needs to test the NTSC example and add whats necessary for direct audio playback tho... Thanx, Juergen