# HG changeset patch # User diego # Date 1125917032 0 # Node ID 360036ba2096d7664c1109a12145032ddf05b2fe # Parent 8dac3fb10a1b2729f55c9ea1e6e2481c04958445 Fix up cqm section. diff -r 8dac3fb10a1b -r 360036ba2096 DOCS/man/en/mplayer.1 --- a/DOCS/man/en/mplayer.1 Mon Sep 05 10:08:04 2005 +0000 +++ b/DOCS/man/en/mplayer.1 Mon Sep 05 10:43:52 2005 +0000 @@ -8479,39 +8479,9 @@ Use the provided JM format matrix file. .PD 1 .RE -. -.TP -.B cqm4iy= -Custom 4x4 intra luminance matrix, given as a list of 16 comma separated -values in the range 1-255. -. -.TP -.B cqm4ic= -Custom 4x4 intra chrominance matrix, given as a list of 16 comma -separated values in the range 1-255. -. -.TP -.B cqm4py= -Custom 4x4 inter luminance matrix, given as a list of 16 comma separated -values in the range 1-255. -. -.TP -.B cqm4pc= -Custom 4x4 inter chrominance matrix, given as a list of 16 comma -separated values in the range 1-255. -. -.TP -.B cqm8iy= -Custom 8x8 intra luminance matrix, given as a list of 64 comma separated -values in the range 1-255. -. -.TP -.B cqm8py= -Custom 8x8 inter luminance matrix, given as a list of 64 comma separated -values in the range 1-255. -.RE -.I NOTES: -Files encoded using CQMs are not currently decodable by FFmpeg based +.RS +.I NOTE: +Files encoded using CQMs are not currently decodable by FFmpeg-based players. .br Windows CMD.EXE users may experience problems with parsing the command line @@ -8522,6 +8492,36 @@ .RE . .TP +.B cqm4iy= (also see cqm) +Custom 4x4 intra luminance matrix, given as a list of 16 comma separated +values in the range 1\-255. +. +.TP +.B cqm4ic= (also see cqm) +Custom 4x4 intra chrominance matrix, given as a list of 16 comma +separated values in the 1\-255 range. +. +.TP +.B cqm4py= (also see cqm) +Custom 4x4 inter luminance matrix, given as a list of 16 comma separated +values in the 1\-255 range. +. +.TP +.B cqm4pc= (also see cqm) +Custom 4x4 inter chrominance matrix, given as a list of 16 comma +separated values in the 1\-255 range. +. +.TP +.B cqm8iy= (also see cqm) +Custom 8x8 intra luminance matrix, given as a list of 64 comma separated +values in the 1\-255 range. +. +.TP +.B cqm8py= (also see cqm) +Custom 8x8 inter luminance matrix, given as a list of 64 comma separated +values in the 1\-255 range. +. +.TP .B level_idc=<10\-51> Set the bitstream's Level as defined by Annex A of the H.264 standard (default: 40 - Level 4.0).