comparison DOCS/man/en/mplayer.1 @ 20055:64cbe416df38

document new x264 options through r579. (ssim, interlaced, deadzone_intra/inter)
author lorenm
date Thu, 05 Oct 2006 02:09:50 +0000
parents 8760c8681eac
children 8cce6a1d64d8
comparison
equal deleted inserted replaced
20054:8760c8681eac 20055:64cbe416df38
9261 Lower values allow the quantizer value to jump around more, 9261 Lower values allow the quantizer value to jump around more,
9262 higher values force it to vary more smoothly. 9262 higher values force it to vary more smoothly.
9263 . 9263 .
9264 .TP 9264 .TP
9265 .B zones=<zone0>[/<zone1>[/...]] 9265 .B zones=<zone0>[/<zone1>[/...]]
9266 User specified quality for specific parts (ending, credits, ...) 9266 User specified quality for specific parts (ending, credits, ...).
9267 (ABR or two pass).
9268 Each zone is <start-frame>,<end-frame>,<option> where option may be 9267 Each zone is <start-frame>,<end-frame>,<option> where option may be
9269 .PD 0 9268 .PD 0
9270 .RSs 9269 .RSs
9271 .IPs "q=<0\-51>" 9270 .IPs "q=<0\-51>"
9272 quantizer 9271 quantizer
9451 enabled during all mode decisions (slow, requires subq>=6) 9450 enabled during all mode decisions (slow, requires subq>=6)
9452 .RE 9451 .RE
9453 .PD 1 9452 .PD 1
9454 . 9453 .
9455 .TP 9454 .TP
9455 .B deadzone_inter=<0\-32>
9456 Set the size of the inter luma quantization deadzone for non-trellis
9457 quantization (default: 21).
9458 .
9459 .TP
9460 .B deadzone_intra=<0\-32>
9461 Set the size of the intra luma quantization deadzone for non-trellis
9462 quantization (default: 11).
9463 .
9464 .TP
9456 .B (no)fast_pskip 9465 .B (no)fast_pskip
9457 Performs early skip detection in P-frames (default: enabled). 9466 Performs early skip detection in P-frames (default: enabled).
9458 This usually improves speed at no cost, but it can sometimes produce 9467 This usually improves speed at no cost, but it can sometimes produce
9459 artifacts in areas with no details, like sky. 9468 artifacts in areas with no details, like sky.
9460 . 9469 .
9553 .B (no)global_header 9562 .B (no)global_header
9554 Causes SPS and PPS to appear only once, at the beginning of the bitstream 9563 Causes SPS and PPS to appear only once, at the beginning of the bitstream
9555 (default: disabled). 9564 (default: disabled).
9556 Some players, such as the Sony PSP, require the use of this option. 9565 Some players, such as the Sony PSP, require the use of this option.
9557 The default behavior causes SPS and PPS to repeat prior to each IDR frame. 9566 The default behavior causes SPS and PPS to repeat prior to each IDR frame.
9567 .
9568 .TP
9569 .B (no)interlaced
9570 Treat the video content as interlaced.
9558 . 9571 .
9559 .TP 9572 .TP
9560 .B log=<-1\-3> 9573 .B log=<-1\-3>
9561 Adjust the amount of logging info printed to the screen. 9574 Adjust the amount of logging info printed to the screen.
9562 .PD 0 9575 .PD 0
9582 The 'Y', 'U', 'V', and 'Avg' PSNR fields in the summary are not 9595 The 'Y', 'U', 'V', and 'Avg' PSNR fields in the summary are not
9583 mathematically sound (they are simply the average of per-frame PSNRs). 9596 mathematically sound (they are simply the average of per-frame PSNRs).
9584 They are kept only for comparison to the JM reference codec. 9597 They are kept only for comparison to the JM reference codec.
9585 For all other purposes, please use either the 'Global' PSNR, or the per-frame 9598 For all other purposes, please use either the 'Global' PSNR, or the per-frame
9586 PSNRs printed by log=3. 9599 PSNRs printed by log=3.
9600 .
9601 .TP
9602 .B (no)ssim
9603 Print the Structural Similarity Metric results.
9604 This is an alternative to PSNR, and may be better correlated with the
9605 perceived quality of the compressed video.
9587 . 9606 .
9588 .TP 9607 .TP
9589 .B (no)visualize 9608 .B (no)visualize
9590 Enable x264 visualizations during encoding. 9609 Enable x264 visualizations during encoding.
9591 If the x264 on your system supports it, a new window will be opened during 9610 If the x264 on your system supports it, a new window will be opened during