comparison DOCS/man/en/mplayer.1 @ 16029:a2d5ed7b86f7

Document the skip* lavd options. Thanks to Guillaume for helping me out with the formatting :-).
author reimar
date Wed, 20 Jul 2005 15:09:09 +0000
parents d565dc2ce82e
children 2571bac1617e
comparison
equal deleted inserted replaced
16028:7a6bd3976a68 16029:a2d5ed7b86f7
3323 .RE 3323 .RE
3324 .IPs "sb=<number> (MPEG-2 only)" 3324 .IPs "sb=<number> (MPEG-2 only)"
3325 Skip the given number of macroblock rows at the bottom. 3325 Skip the given number of macroblock rows at the bottom.
3326 .IPs "st=<number> (MPEG-2 only)" 3326 .IPs "st=<number> (MPEG-2 only)"
3327 Skip the given number of macroblock rows at the top. 3327 Skip the given number of macroblock rows at the top.
3328 .IPs skiploopfilter=<skipvalue> (H.264 only)
3329 Skips the loop filter (aka deblocking) during H.264 decoding.
3330 Since the filtered frame is supposed to be used as reference
3331 for decoding dependant frames this has a worse effect on quality
3332 than not doing deblocking on e.g. MPEG2 video.
3333 But at least for high bitrate HDTV this provides a big speedup with
3334 no visible quality loss.
3335 .sp 1
3336 <skipvalue> can be either one of the following:
3337 .RSss
3338 .br
3339 none: never skip
3340 .br
3341 default: skip when the processing step is useless (e.g. 0 size packets in AVI)
3342 .br
3343 nonref: skip for frames that are not referenced (i.e. not used for
3344 decoding other frames, the error can not "build up")
3345 .br
3346 bidir: skip for B-Frames
3347 .br
3348 nonkey: skip for all frames except keyframes
3349 .br
3350 all: skip for all frames
3351 .REss
3352 .IPs skipidct=<skipvalue> (MPEG1/2 only)
3353 Skips the IDCT step.
3354 This looses a lot of quality in almost all cases
3355 (see skiploopfilter for available skip values).
3356 .IPs skipframe=<skipvalue>
3357 Skips decoding of frames completely.
3358 Big speedup, but jerky motion and sometimes bad artefacts
3359 (see skiploopfilter for available skip values).
3328 .IPs vismv=<value> 3360 .IPs vismv=<value>
3329 Visualize motion vectors. 3361 Visualize motion vectors.
3330 .RSss 3362 .RSss
3331 .br 3363 .br
3332 0: disabled 3364 0: disabled