summaryrefslogtreecommitdiffstats
path: root/DOCS/encoding.html
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-17 13:27:24 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-17 13:27:24 +0000
commit961ff92ec0ac916fe5d06d43ef4e55e0701cf341 (patch)
tree21b49d6d345ccf5fe3a1f6eddbf2fb33a6c32dcf /DOCS/encoding.html
parent736775df719fe6ce7f27ef60666879224c4f9784 (diff)
downloadmpv-961ff92ec0ac916fe5d06d43ef4e55e0701cf341.tar.bz2
mpv-961ff92ec0ac916fe5d06d43ef4e55e0701cf341.tar.xz
new features in TV input dox (chan, chanlist, norm, keys)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2951 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/encoding.html')
-rw-r--r--DOCS/encoding.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/DOCS/encoding.html b/DOCS/encoding.html
index 46b8d619f9..119c8b0e9f 100644
--- a/DOCS/encoding.html
+++ b/DOCS/encoding.html
@@ -31,7 +31,8 @@ other interesting stuff.</P>
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 @@ commands are needed :<BR>
<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>