10-15-06 06:30 PM
Hello Bob,
Bob Adams wrote:
>
> I use a Windows XP PC fitted with a Winfast TV card connected to a VHS
> recorder. A Video played via the VHS is captured by a program called
> WinDVR3 in 1Gb chunks and saved as MPEG2 (DVD quality) files. These
> files can then be edited, shrunk, made into vob's etc, by other
> utilities before being burnt onto a DVD.
I use mplayer to play videos. It comes with mencoder, a very powerful
converting tool for video data. Google for "mplayer" to find it. There is
also a very user-friendly KDE frontend for mencoder named tabencode. It
closes the gap between the vast variety of options provided by
mplayer/mencoder and the daily needs of a user not (yet) being specialized
on video data formats.
For recording from Composite I use the command-line program "streamer" from
the v4l-tools package. To convert the resulting YUV video stream and WAV
audio stream to a single MPG video, I use mjpegtools. See streamer --help
for details.
To control these commands, I wrote myself a script for recording and another
one for converting, which both can be started and killed by buttons on my
Control Panel ("non-KDE applications").
On my machine the resulting video is MPEG2 format. To catenate multiple
parts of a movie, I use tabencode to convert the sources to MPEG1 before
catenating them quick and dirty with "cat <part1.mpg> <part2.mpg> >
<target.mpg>" or clean with mpgtx, another tool from the web.
To create video DVDs I use dvdstyler which I also got from the web. My
version provides a simple frontend to create a DVD menu. Might be more
powerful by now.
Sounds quite complicated, but it is worth it! :-))
Greetings
Tarper
[ Post a follow-up to this message ]
|