You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
doc/codecs.texi: fix and expand color related options
Found-by: Michael Niedermayer <michael@niedermayer.cc> Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
@@ -1049,7 +1049,31 @@ Possible values:
|
|||||||
@item rc_max_vbv_use @var{float} (@emph{encoding,video})
|
@item rc_max_vbv_use @var{float} (@emph{encoding,video})
|
||||||
@item rc_min_vbv_use @var{float} (@emph{encoding,video})
|
@item rc_min_vbv_use @var{float} (@emph{encoding,video})
|
||||||
@item ticks_per_frame @var{integer} (@emph{decoding/encoding,audio,video})
|
@item ticks_per_frame @var{integer} (@emph{decoding/encoding,audio,video})
|
||||||
|
|
||||||
@item color_primaries @var{integer} (@emph{decoding/encoding,video})
|
@item color_primaries @var{integer} (@emph{decoding/encoding,video})
|
||||||
|
Possible values:
|
||||||
|
@table @samp
|
||||||
|
@item bt709
|
||||||
|
BT.709
|
||||||
|
@item bt470m
|
||||||
|
BT.470 M
|
||||||
|
@item bt470bg
|
||||||
|
BT.470 BG
|
||||||
|
@item smpte170m
|
||||||
|
SMPTE 170 M
|
||||||
|
@item smpte240m
|
||||||
|
SMPTE 240 M
|
||||||
|
@item film
|
||||||
|
Film
|
||||||
|
@item bt2020
|
||||||
|
BT.2020
|
||||||
|
@item smpte428_1
|
||||||
|
SMPTE ST 428-1
|
||||||
|
@item smpte431
|
||||||
|
SMPTE 431-2
|
||||||
|
@item smpte432
|
||||||
|
SMPTE 432-1
|
||||||
|
@end table
|
||||||
|
|
||||||
@item color_trc @var{integer} (@emph{decoding/encoding,video})
|
@item color_trc @var{integer} (@emph{decoding/encoding,video})
|
||||||
Possible values:
|
Possible values:
|
||||||
@@ -1060,29 +1084,58 @@ BT.709
|
|||||||
BT.470 M
|
BT.470 M
|
||||||
@item gamma28
|
@item gamma28
|
||||||
BT.470 BG
|
BT.470 BG
|
||||||
@item linear
|
@item smpte170m
|
||||||
SMPTE 170 M
|
SMPTE 170 M
|
||||||
@item log
|
@item smpte240m
|
||||||
SMPTE 240 M
|
SMPTE 240 M
|
||||||
@item log_sqrt
|
@item linear
|
||||||
Linear
|
Linear
|
||||||
@item iec61966_2_4
|
@item log
|
||||||
Log
|
Log
|
||||||
@item bt1361
|
@item log_sqrt
|
||||||
Log square root
|
Log square root
|
||||||
@item iec61966_2_1
|
@item iec61966_2_4
|
||||||
IEC 61966-2-4
|
IEC 61966-2-4
|
||||||
@item bt2020_10bit
|
@item bt1361
|
||||||
BT.1361
|
BT.1361
|
||||||
@item bt2020_12bit
|
@item iec61966_2_1
|
||||||
IEC 61966-2-1
|
IEC 61966-2-1
|
||||||
@item smpte2084
|
@item bt2020_10bit
|
||||||
BT.2020 - 10 bit
|
BT.2020 - 10 bit
|
||||||
@item smpte428_1
|
@item bt2020_12bit
|
||||||
BT.2020 - 12 bit
|
BT.2020 - 12 bit
|
||||||
|
@item smpte2084
|
||||||
|
SMPTE ST 2084
|
||||||
|
@item smpte428_1
|
||||||
|
SMPTE ST 428-1
|
||||||
|
@item arib-std-b67
|
||||||
|
ARIB STD-B67
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
@item colorspace @var{integer} (@emph{decoding/encoding,video})
|
@item colorspace @var{integer} (@emph{decoding/encoding,video})
|
||||||
|
Possible values:
|
||||||
|
@table @samp
|
||||||
|
@item rgb
|
||||||
|
RGB
|
||||||
|
@item bt709
|
||||||
|
BT.709
|
||||||
|
@item fcc
|
||||||
|
FCC
|
||||||
|
@item bt470bg
|
||||||
|
BT.470 BG
|
||||||
|
@item smpte170m
|
||||||
|
SMPTE 170 M
|
||||||
|
@item smpte240m
|
||||||
|
SMPTE 240 M
|
||||||
|
@item ycocg
|
||||||
|
YCOCG
|
||||||
|
@item bt2020_ncl
|
||||||
|
BT.2020 NCL
|
||||||
|
@item bt2020_cl
|
||||||
|
BT.2020 CL
|
||||||
|
@item smpte2085
|
||||||
|
SMPTE 2085
|
||||||
|
@end table
|
||||||
|
|
||||||
@item color_range @var{integer} (@emph{decoding/encoding,video})
|
@item color_range @var{integer} (@emph{decoding/encoding,video})
|
||||||
If used as input parameter, it serves as a hint to the decoder, which
|
If used as input parameter, it serves as a hint to the decoder, which
|
||||||
|
Reference in New Issue
Block a user