Skip to content

Commit

Permalink
Update colorspace enum name mappings to match ffmpeg (and other commo…
Browse files Browse the repository at this point in the history
…n encoders)
  • Loading branch information
emotion3459 authored Nov 27, 2024
1 parent da15e40 commit 1bc635f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vstools/enums/color.py
Original file line number Diff line number Diff line change
Expand Up @@ -1187,8 +1187,8 @@ def is_full(self) -> bool:
Matrix.SMPTE170M: 'smpte170m',
Matrix.SMPTE240M: 'smpte240m',
Matrix.YCGCO: 'ycgco',
Matrix.BT2020NCL: 'bt2020ncl',
Matrix.BT2020CL: 'bt2020cl',
Matrix.BT2020NCL: 'bt2020nc',
Matrix.BT2020CL: 'bt2020c',
Matrix.CHROMANCL: 'chroma-derived-nc',
Matrix.CHROMACL: 'chroma-derived-c',
Matrix.ICTCP: 'ictcp'
Expand All @@ -1199,7 +1199,7 @@ def is_full(self) -> bool:
Transfer.UNKNOWN: 'unknown',
Transfer.BT470M: 'bt470m',
Transfer.BT470BG: 'bt470bg',
Transfer.BT601: 'bt601',
Transfer.BT601: 'smpte170m',
Transfer.SMPTE240M: 'smpte240m',
Transfer.LINEAR: 'linear',
Transfer.LOG100: 'log100',
Expand Down

0 comments on commit 1bc635f

Please sign in to comment.