comparison DOCS/man/en/mplayer.1 @ 17967:d9b5fea5a920

Explain how to separate lavdopts parameters, -lavdopts fast is MPEG-2-only.
author diego
date Sun, 26 Mar 2006 22:56:46 +0000
parents adffed192053
children 9a5a62f480e6
comparison
equal deleted inserted replaced
17966:916d035cec47 17967:d9b5fea5a920
3560 Flip image upside-down. 3560 Flip image upside-down.
3561 . 3561 .
3562 .TP 3562 .TP
3563 .B \-lavdopts <option1:option2:...> (DEBUG CODE) 3563 .B \-lavdopts <option1:option2:...> (DEBUG CODE)
3564 Specify libavcodec decoding parameters. 3564 Specify libavcodec decoding parameters.
3565 Separate multiple options with a colon.
3565 .sp 1 3566 .sp 1
3566 .I EXAMPLE: 3567 .I EXAMPLE:
3567 .PD 0 3568 .PD 0
3568 .RSs 3569 .RSs
3569 \-lavdopts bug=1 3570 \-lavdopts gray:skiploopfilter=all:skipframe=nonref
3570 .RE 3571 .RE
3571 .PD 1 3572 .PD 1
3572 .sp 1 3573 .sp 1
3573 .RS 3574 .RS
3574 Available options are: 3575 Available options are:
3660 .br 3661 .br
3661 3: aggressive (More checks, but might cause problems even for valid bitstreams.) 3662 3: aggressive (More checks, but might cause problems even for valid bitstreams.)
3662 .br 3663 .br
3663 4: very aggressive 3664 4: very aggressive
3664 .REss 3665 .REss
3665 .IPs fast\ 3666 .IPs "fast (MPEG-2 only)"
3666 Enable optimizations which do not comply to the specification and might 3667 Enable optimizations which do not comply to the specification and might
3667 potentially cause problems, like simpler dequantization, assuming use 3668 potentially cause problems, like simpler dequantization, assuming use
3668 of the default quantization matrix, assuming YUV 4:2:0 and skipping a few 3669 of the default quantization matrix, assuming YUV 4:2:0 and skipping a few
3669 checks to detect damaged bitstreams. 3670 checks to detect damaged bitstreams.
3670 .IPs gray\ 3671 .IPs gray\