[MPlayer-DOCS] CVS: main/DOCS/man/en mplayer.1,1.1038,1.1039

Reimar Döffinger CVS syncmail at mplayerhq.hu
Wed Jul 20 17:09:13 CEST 2005


CVS change done by Reimar Döffinger CVS

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

Modified Files:
	mplayer.1 
Log Message:
Document the skip* lavd options.
Thanks to Guillaume for helping me out with the formatting :-).


Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/man/en/mplayer.1,v
retrieving revision 1.1038
retrieving revision 1.1039
diff -u -r1.1038 -r1.1039
--- mplayer.1	17 Jul 2005 19:40:05 -0000	1.1038
+++ mplayer.1	20 Jul 2005 15:09:09 -0000	1.1039
@@ -3325,6 +3325,38 @@
 Skip the given number of macroblock rows at the bottom.
 .IPs "st=<number> (MPEG-2 only)"
 Skip the given number of macroblock rows at the top.
+.IPs skiploopfilter=<skipvalue> (H.264 only)
+Skips the loop filter (aka deblocking) during H.264 decoding.
+Since the filtered frame is supposed to be used as reference
+for decoding dependant frames this has a worse effect on quality
+than not doing deblocking on e.g. MPEG2 video.
+But at least for high bitrate HDTV this provides a big speedup with
+no visible quality loss.
+.sp 1
+<skipvalue> can be either one of the following:
+.RSss
+.br
+none: never skip
+.br
+default: skip when the processing step is useless (e.g. 0 size packets in AVI)
+.br
+nonref: skip for frames that are not referenced (i.e. not used for
+decoding other frames, the error can not "build up")
+.br
+bidir: skip for B-Frames
+.br
+nonkey: skip for all frames except keyframes
+.br
+all: skip for all frames
+.REss
+.IPs skipidct=<skipvalue> (MPEG1/2 only)
+Skips the IDCT step.
+This looses a lot of quality in almost all cases
+(see skiploopfilter for available skip values).
+.IPs skipframe=<skipvalue>
+Skips decoding of frames completely.
+Big speedup, but jerky motion and sometimes bad artefacts
+(see skiploopfilter for available skip values).
 .IPs vismv=<value>
 Visualize motion vectors.
 .RSss




More information about the MPlayer-DOCS mailing list