old-www/HOWTO/VCR-HOWTO-4.html

99 lines
4.0 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<META NAME="GENERATOR" CONTENT="SGML-Tools 1.0.9">
<TITLE>VCR-HOWTO - Using your GNU/Linux computer as a VCR: Alternate Recorder - Creating VCD's for playback on DVD/VCD Players</TITLE>
<LINK HREF="VCR-HOWTO-5.html" REL=next>
<LINK HREF="VCR-HOWTO-3.html" REL=previous>
<LINK HREF="VCR-HOWTO.html#toc4" REL=contents>
</HEAD>
<BODY>
<A HREF="VCR-HOWTO-5.html">Next</A>
<A HREF="VCR-HOWTO-3.html">Previous</A>
<A HREF="VCR-HOWTO.html#toc4">Contents</A>
<HR>
<H2><A NAME="s4">4. Alternate Recorder - Creating VCD's for playback on DVD/VCD Players</A></H2>
<P>
<H2><A NAME="ss4.1">4.1 Introduction to VCD Creation</A>
</H2>
<P>I must thank Alexander Oelzant for creating this portion of the VCR-HOWTO. His original version
is located at:
<A HREF="http://131.130.199.155/~aoe/mystuff/mpeg2_movie-avipatch/README.bttv2mpeg">README.bttv2mpeg</A>.
<P>After recording shows on my computer for a while, I realized it was much nicer to watch
the shows on my full-sized television set than to watch them on my computer monitor.
There are two options for doing this: 1) Purchase a video card with TV-OUT and run a cable
to my television. or 2) Create a VCD and play it in my DVD Player. Since CD-R and CD-RW media
is really cheap I decided to go this route.
<P>This section could theoretically be done in a different HOWTO because it uses a different
method for recording/converting than the other sections of the VCR-HOWTO use. This is primarily
because I haven't figured out how to create VCD compatible mpeg's using vcr. If your goal is to
create VCD's, use this section of the HOWTO. If you don't care about VCD's, completely ignore
this section of the howto because these procedures require MUCH MORE disk space than using vcr
to record for playing under linux.
<P>
<P>
<P>
<H2><A NAME="ss4.2">4.2 Required Hardware for VCD Creation and Playing</A>
</H2>
<P>
<PRE>
1)A linux supported CD writer.
2)A bttv compatible TV Tuner Card (WinTV is one good example)
3)A VCD player or DVD Player
</PRE>
<P>
<H2><A NAME="ss4.3">4.3 Required Software for VCD Creation</A>
</H2>
<P>This is one method for creating VCD's under linux. If you have a better method, please let me know.
The following list of software contains the versions I found to work well for me under Red Hat 7.1.
<P>
<PRE>
1)NuppelVideo 0.52a (nuvrec must be setuid root)
2)exportvideo 7e-pre4 (must be this version or later)
3)mjpegtools 1.4.1 (installed rpm found on rpmfind.net)
4)toolame 02h
5)mplex 1.1
6)vcdimager 0.6.2 (installed rpm found on rpmfind.net)
7)cdrdao 1.1.4 (rpm from redhat 7.1)
</PRE>
<P>
<H2><A NAME="ss4.4">4.4 Procedure for creating a VCD</A>
</H2>
<P>
<PRE>
1)nuvrec -t _NUM_m _filename_
_NUM_m = size. E.g. 30m = 30 minutes.
2)nuvplay -e _filename_.nuv | toolame -b 224 -m s /dev/stdin _filename_.mp2
3)exportvideo _filename_.nuv "|mpeg2enc -o _filename_.m1v"_
4)mplex -f 1 -s 2324 -p 1 -o _filename_.mpg _filename_.m1v _filename_.mp2_
5)vcdimager -l "Movie Title" -c _filename_.cue -b _filename_.bin _filename_.mpg_
6)cdrdao write --device _your_device_ _filename_.cue_
7)Eject the cd-r, stick it in the vcd player, press play and enjoy._
8)File Sizes From each step for 30 minutes of data._
Bytes Filename Created from step? Can Delete after Step?
=====================================================================
1391756119 finefilm.nuv 1) nuvrec 2) toolame and 3) mpeg2enc
50401280 finefilm.mp2 2) toolame 4) mplex
259097824 finefilm.m1v 3) mpeg2enc 4) mplex
313793452 finefilm.mpg 4) mplex 5) vcdimager
120 finefilm.cue 5) vcdimager 6) cdrdao
318808896 finefilm.bin 5) vcdimager 6) cdrdao
---------------------------------------------------------------------
Total approx 2.3g for 30 minutes of sample data.
If you delete previous files after the appropriate steps, max used space
for 30 minutes of data was 1.7gb.
</PRE>
<P>
<HR>
<A HREF="VCR-HOWTO-5.html">Next</A>
<A HREF="VCR-HOWTO-3.html">Previous</A>
<A HREF="VCR-HOWTO.html#toc4">Contents</A>
</BODY>
</HTML>