Gentoo Archives: gentoo-user

From: Marco Costa <costa@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: VHS->digital: Best application ?
Date: Mon, 07 Aug 2006 11:14:37
Message-Id: j4hjq3-3t8.ln1@legba.gamic.com
In Reply to: [gentoo-user] VHS->digital: Best application ? by Meino Christian Cramer
1 Meino Christian Cramer wrote:
2 > Hi,
3 >
4 > I want to digitize my old VHS tapes.
5 > I have a DVB-T card with analogous TV input (Bt878 based).
6 >
7 > What application is best to capture the video to my HD (200GB free)?
8 >
9 Try:
10
11 mencoder tv:// -tv driver=v4l2:device=/dev/video0:input=3:width=720:height=640:alsa -oac mp3lame alsa -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=8800:vme=3 -o outfile.avi
12
13 Note that I am not at my computer now, I can't tell you the correct maximum values for width an height. But this will give you a very good quality picture, and encode at the same time.
14
15 Regards,
16
17 Marco
18
19 --
20 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Re: VHS->digital: Best application ? Meino Christian Cramer <Meino.Cramer@×××.de>
Re: [gentoo-user] Re: VHS->digital: Best application ? Uwe Thiem <uwix@××××.na>