niiyan/2005-12-31
ColorMatrix v1.10 †
- 変更点(colormatrix.htmより引用)
v1.10, 27th December 2005 (by tritical)
- Added sse2 versions of mmx routines. (Thanks NaN)
- Changed "mmx" parameter from bool to int and renamed to "opt"
- Debug output now indicates whether the c, mmx, or sse2 routine is being used for YV12
- Fix some cache invocation and setcachehints problems
- Use _ALIGNED RowSize when checking simd routine restrictions
- Added version information to dll
- アーカイブにv1.10をアップロードしました。
AllColorsYUY2/AllColorsRGB24 v1.0 by Hanfrunz †
- AllColorsYUY2とは?(allcolors.txtより引用)
This filter generates a video of 256 frames duration (frame 0 to 255). Each frame shows a square of colors.
The x-axis represents the Cb-component (left:0, right:255) and the y-axis the Cr-component (top=255, bottom=0) of a Y'CbCr colorspace.
Y' is represented by the framenumber. Because of the 4:2:2 chroma-subsampling i choosed to use small 2x2 squares for each color.
(このフィルタは、256フレームの長さ(フレーム0から255まで)のビデオを生成する。各フレームは色の四角形を表示する。
x軸はY'CbCr色空間のCb要素(左:0, 右:255)を、y軸はCr要素(トップ=255, ボトム=0)を表す。
Y'はフレーム番号によって表される。4:2:2 クロマ・サブサンプリングのため、私は各色のために2x2の小さな四角形を使うことを選択した。)
- 図解
- 上の図はフレーム0なのでY=0。フレーム255ならY=255。
- 2分の1に縮小してあります。
- AllColorsRGB24とは?(allcolors.txtより引用)
This filter generates a video of 256 frames duration (frame 0 to 255). Each frame shows a square of colors.
The x-axis represents G'-component (left:0, right:255) and the y-axis the B'-component (top=255, bottom=0) of a R'G'B' colorspace.
R' is represented by the framenumber.
(このフィルタは、256フレームの長さ(フレーム0から255まで)のビデオを生成する。各フレームは色の四角形を表示する。
x軸はR'G'B'色空間のG'要素(左:0, 右:255)を、y軸はB'要素(トップ=255, ボトム=0)を表す。
R'はフレーム番号によって表される。)
- 図解
- 上の図はフレーム0なのでR=0。フレーム255ならR=255。
- 色プラグインのページに追加しました。
- Doom9's Forum - new filters: AllColorsYUY2 and AllColorsRGB24に書かれているVectorscopeプラグインは、Doom9's Forum - new filter: Vectorscope/Waveformmonitorからダウンロード可能。
色プラグインのページにVectorscopeプラグインを追加 †
- 色プラグインのページにVectorscopeプラグインを追加しました。
- ベクタースコープを表示するVECTORSCOPEと波形表示フィルタのWAVEFORMの2つのフィルタが収録されています。
- まだα版とのこと。