diff options
author | Limin Wang <[email protected]> | 2019-11-05 10:31:51 +0800 |
---|---|---|
committer | Limin Wang <[email protected]> | 2020-05-03 05:28:33 +0800 |
commit | e0eed1fd523ec5d0cc390a08c468dbc57316378a (patch) | |
tree | 0e952c5c7efe579a183a5c0d85fa024fb1291be4 /tools/python/convert.py | |
parent | d8bc4d23e3698e00867c358b9df9efc94cb5ab9a (diff) |
avcodec/proresenc_anatoliy: support for more color matrix for proresenc
Please tested with below command:
./ffmpeg -i ../fate-suite/mpeg2/t.mpg -c:v prores_aw -color_primaries bt2020 -colorspace bt2020_ncl -color_trc smpte2084 -an output.mov
mediainfo outout.mov
...
Color primaries : BT.2020
Transfer characteristics : PQ
Matrix coefficients : BT.2020 non-constant
./ffmpeg -i ../fate-suite/mpeg2/t.mpg -c:v prores_aw -color_primaries bt2020 -colorspace bt2020_ncl -color_trc arib-std-b67 -an output.mov
mediainfo outout.mov
...
Color primaries : BT.2020
Transfer characteristics : HLG
Matrix coefficients : BT.2020 non-constant
Signed-off-by: Limin Wang <[email protected]>
Diffstat (limited to 'tools/python/convert.py')
0 files changed, 0 insertions, 0 deletions