diff DOCS/encoding.html @ 2950:20157c719b2c

new features in TV input dox (chan, chanlist, norm, keys)
author gabucino
date Sat, 17 Nov 2001 13:27:24 +0000
parents c691d76c6539
children 7b85ba8c9be5
line wrap: on
line diff
--- a/DOCS/encoding.html	Sat Nov 17 13:23:13 2001 +0000
+++ b/DOCS/encoding.html	Sat Nov 17 13:27:24 2001 +0000
@@ -31,7 +31,8 @@
     panic if it's <B>400</B> or so, you shouldn't heard any audible
     quality decrease. Oh, and if your compiler doesn't even run <CODE>make test</CODE> ...
     Well, delete that <B>GCC 2.96</B>.</LI>
-    <LI>use <CODE>./configure</CODE> with optional parameters as usual, and
+    <LI>use <CODE>./configure</CODE> with optional parameters as usual
+    (use <CODE>--enable-tv</CODE> to include V4L tuner grabbing code), and
     type : <CODE>make mencoder</CODE> , then <CODE>make install</CODE> .
   </UL>
 </P>
@@ -169,6 +170,9 @@
 <P>Encoding multiple *.vob files :<BR>
   <CODE>&nbsp;&nbsp;&nbsp;&nbsp;cat *.vob | mencoder &lt;options&gt; -</CODE></P>
 
+<P>Encoding from tuner (for tuner options <A HREF="documentation.html#2.5">see the TV input section !</A>) :<BR>
+  <CODE>&nbsp;&nbsp;&nbsp;&nbsp;mencoder -tv on:driver=v4l:width=640:height=480 &lt;options&gt; -</CODE></P>
+
 <P>For all available options, <B><I>check the MEncoder man page !</I></B>
 <P>
 </FONT>