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