CIE 色度図を表示する ciescope
フィルタの使い方。出力フォーマットは rgba64le なので余白部分をオーバーレイで透過できる。
基本コマンド
ffplay input -vf ciescope=system=0:cie=0:gamuts=ntsc:s=512:i=.001:contrast=.75:corrgamma=1:showwhite=0:gamma=2.6
ffplay input -vf ciescope=0:0:ntsc:512:.001:.75:1:0:2.6

公式ドキュメント:FFmpeg Filters Documentation : ciescope
オプション
- system[int] カラーシステムの指定
- 0, ntsc, 470m
- 1, ebu, 470bg
- 2, smpte
- 3, 240m
- 4, apple
- 5, widergb
- 6, cie1931
- 7, rec709, hdtv。既定値
- 8, uhdtv, rec2020
- cie[int] CIE システムの指定
- 0, xyy。既定値
- 1, ucs
- 2, luv
- gamuts[flags]
境界線を引く。system と同じオプションが指定できる
既定値:0 - size, s[int]
出力解像度の指定
範囲:256 から 8192 まで
既定値:512 - intensity, i[float]
描写の加減指定
範囲:0.001 から 1 まで
既定値:0.001 - contrast[float]
コントラストの指定
範囲:0 から 1 まで
既定値:0.75 - corrgamma[boolean]
スコープ部分のガンマ補正の指定
範囲:0, 1
既定値:1 - showwhite[boolean]
ICE ダイアグラムの中心に + を描写する
範囲:0, 1
既定値:0 - gamma[double]
入力ガンマ値の指定。xyy を指定しているときに使える
範囲:0.1 から 6 まで
既定値:2.6