[Mplayer-cvslog] CVS: main/DOCS mplayer.1,1.204,1.205

Diego Biurrun CVS diego at mplayerhq.hu
Sun Aug 11 21:27:08 CEST 2002


Update of /cvsroot/mplayer/main/DOCS
In directory mail:/var/tmp.root/cvs-serv22354

Modified Files:
	mplayer.1 
Log Message:
Document new -sws options as well as TV input changes.
Please review for correctness.
Patch by Jonas Jermann.


Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/mplayer.1,v
retrieving revision 1.204
retrieving revision 1.205
diff -u -r1.204 -r1.205
--- mplayer.1	11 Aug 2002 18:52:55 -0000	1.204
+++ mplayer.1	11 Aug 2002 19:27:05 -0000	1.205
@@ -287,11 +287,13 @@
 
     on                use TV input
     noaudio           no sound
-    driver=<value>    available: dummy, v4l, bsdbt848
+    driver=<value>    available: dummy, v4l,
+                      bsdbt848
     device=<value>    Specify other device than the
                       default /dev/video0.
-    input=<value>     available: television,
-                      s-video, composite, etc
+    input=<value>     Specify other input than the
+                      default 0 (Television)
+                      (see output for a list)
     freq=<value>      Specify the frequency to set
                       the tuner to (e.g. 511.250).
     outfmt=<value>    output format of the tuner
@@ -454,16 +456,25 @@
     Right channel  2
 .TP
 .B \-sws <software\ scaler\ type>
+.I NOTE:
+Also see DOCS/tech/swscaler_*.txt.
+.br
 This option sets the quality (and speed, respectively) of the software scaler,
 with the \-zoom option. For example with x11 or other outputs which lack
 hardware acceleration. Possible settings are:
 
     0  fast bilinear (default)
     1  bilinear
-    2  bicubic (best quality)
-    3  ?
-    4  nearest neighbor (bad quality)
-    5  area averaging scaling support
+    2  bicubic (good quality)
+    3  experimental (?)
+    4  nearest neighbour (bad quality)
+    5  area
+    6  luma bicubic / chroma bilinear
+    7  gauss
+    8  sincR
+    9  lanczos
+   10  bicubic spline
+
 .TP
 .B \-vc <codec name>
 Force usage of a specific video codec, according to its name in codecs.conf,
@@ -489,7 +500,7 @@
     \-vfm 7   use DivX4 codec (YUY2)
              (same as \-vc divx4 but fallback)
     \-vfm 10  use XAnim codecs
-.br
+
 .I NOTE:
 If libdivxdecore support was compiled in, then type 3 and 7 now contains
 just the same DivX4 codec, but different APIs to reach it. For difference




More information about the MPlayer-cvslog mailing list