[MPlayer-DOCS] CVS: main/DOCS/man/en mplayer.1,1.577,1.578

Richard Felker CVS syncmail at mplayerhq.hu
Wed Apr 28 06:40:39 CEST 2004


CVS change done by Richard Felker CVS

Update of /cvsroot/mplayer/main/DOCS/man/en
In directory mail:/var2/tmp/cvs-serv14580/DOCS/man/en

Modified Files:
	mplayer.1 
Log Message:
document harddup and softskip

Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/man/en/mplayer.1,v
retrieving revision 1.577
retrieving revision 1.578
diff -u -r1.577 -r1.578
--- mplayer.1	27 Apr 2004 23:17:22 -0000	1.577
+++ mplayer.1	28 Apr 2004 04:40:37 -0000	1.578
@@ -2896,6 +2896,25 @@
 By default, linear interpolation (mode 1) is used.
 Mode 0 uses nearest-neighbor sampling, which is fast but incorrect.
 .TP
+.B harddup
+Only useful with MEncoder.
+If harddup is used when encoding, it will force duplicate frames to be
+encoded in the output.
+This uses slightly more space, but is necessary for output to MPEG
+files or if you plan to demux and remux the video stream after
+encoding.
+Should be placed at or near the end of the filter chain unless you
+have a good reason to do otherwise.
+.TP
+.B softskip
+Only useful with MEncoder.
+Softskip moves the frame skipping (dropping) step of encoding from
+before the filter chain to some point during the filter chain.
+This allows filters which need to see all frames (inverse telecine,
+temporal denoising, etc.) to function properly.
+Should be placed after the filters which need to see all frames and
+before any subsequent filters that are cpu-intensive.
+.TP
 .B decimate[=max:hi:lo:frac]
 Drops frames that don't differ greatly from the previous frame in
 order to reduce framerate.




More information about the MPlayer-DOCS mailing list