From owner-freebsd-questions@FreeBSD.ORG Thu Apr 17 11:54:04 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 468631065671 for ; Thu, 17 Apr 2008 11:54:04 +0000 (UTC) (envelope-from rock_on_the_web@comcen.com.au) Received: from angel.comcen.com.au (angel.comcen.com.au [203.23.236.69]) by mx1.freebsd.org (Postfix) with ESMTP id DA2638FC24 for ; Thu, 17 Apr 2008 11:54:03 +0000 (UTC) (envelope-from rock_on_the_web@comcen.com.au) Received: from [192.168.0.198] (202-172-126-254.cpe.qld-1.comcen.com.au [202.172.126.254]) by angel.comcen.com.au (8.13.4/8.12.9) with ESMTP id m3HBrFrD027667 for ; Thu, 17 Apr 2008 21:53:16 +1000 (EST) From: Da Rock To: freebsd-questions@freebsd.org In-Reply-To: <4806454E.60506@web.de> References: <4806454E.60506@web.de> Content-Type: text/plain; charset=utf-8 Date: Thu, 17 Apr 2008 21:51:59 +1000 Message-Id: <1208433119.16346.395.camel@laptop2.herveybayaustralia.com.au> Mime-Version: 1.0 X-Mailer: Evolution 2.12.3 (2.12.3-3.fc8) Content-Transfer-Encoding: 8bit X-comcen-MailScanner-Information: Please contact the ISP for more information X-comcen-MailScanner: Found to be clean X-comcen-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-16.393, required 4, ALL_TRUSTED -1.80, AWL 0.41, BAYES_00 -15.00) X-comcen-MailScanner-From: rock_on_the_web@comcen.com.au Subject: Re: How can I access video tape under FBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Apr 2008 11:54:04 -0000 On Wed, 2008-04-16 at 20:28 +0200, Frank Wißmann wrote: > Hi, folks! > I have bought for myself a taperecorder-to-usb-connector, which I wrote > in /etc/usbd.conf as following: > Device "Video tape" > Product "0x2821" > Vendor "0xeb1a" > > Now I want to move all of my archived video tapes to harddisk/DVD. How > can I perform this, that means how can I access my tape recorder, put > the files onto HD and view it, meaning what kind of program is capable > of doing so? Mplayer would be fine because I have it just installed> A couple of ways to do this- depends on space and quality required. If you have space and want quality, capture the data raw from the tuner and then use mencoder to convert to mpeg/divx/whatever(30-40Gb+ 3hr tape). If space is at a premium, or quality is not as important, then use ffmpeg and convert on the fly. Need a fairly new cpu, plenty of RAM. This all very general, but good luck...