niiyan/2005-06-25

DePan v.1.5.0

  • 変更点(上記のリンク先のページから引用)

    23.06.2005 - new v.1.5.0 DePan - English documentation updated only (MVDepan was missed)

ColourLike(カラーチャンネルの調整によりクリップを'参照'クリップのように見せるプラグイン)

  • 概要

    Makes a clip look like a 'reference' clip by adjusting each colour channel.(各カラーチャンネルを調整することによって、クリップを'参照'クリップのように見せる。)

  • WriteHistogram
    • 書式
      WriteHistogram(clip, string outputFile, int every)
  • 説明

    computes histograms for each channel of the YV12 clip and stores the results in outputFile. If e.g. every=3 is specified, only every 3rd frame of clip is sampled.(YV12クリップの各チャンネルのためにヒストグラムを計算し、結果をoutputFileに記憶させる。例えばevery=3が指定されるなら、クリップの3フレームおきのみがサンプリングされる。)

  • ColourLike
    • 書式
      ColourLike(clip source, string sourceHistogramFile, string referenceHistogramFile)
  • 説明

    takes a YV12 clip source and histogram files for this clip and a reference clip, and applies curves to each channel, chosen to make source look as much like the reference as possible.(YV12のソースクリップと、このクリップと参照クリップのためのヒストグラムファイルをとり、ソースをできるだけリファレンスのように見せるために選ばれたカーブを各チャンネルに適用する。)

  • 使用例(bhs(ソース)とdvd(参照)の2つのクリップを使用して、vhsをdvdのように見せる)
  1. dvdとvhsのそれぞれについて、WriteHistogramでヒストグラムファイルを作成する。
    dvd.WriteHistogram("dvd hist 100.txt", 100)
    vhs.WriteHistogram("vhs hist 100.txt", 100)
  2. ColourLikeをvhsに適用し、vhsをdvdのように見せる。
    vhs.colourlike("vhs hist.txt", "dvd hist.txt")
  • 上記の説明は、Doom9's Forum - Filter: ColourLikeの一部を簡単にまとめたものです。とくに明記していない場合でも(たとえば使用例なども)、同スレッドからの引用を含みます。

オリジナルFAQを修正

  • RMファイルの読み込みについてのFAQに、RealMedia Splitterのことを追記。

DirectShowSourceを修正

TBilateral - 2005/06/23 v0.9.10

  • 変更点(TBilateral - ReadMe.txtより引用)

    06/23/2005 v0.9.10

    + some optimizations, roughly 15-20% speed increase

TComb - 2005/06/24 v0.9.0

  • これは何?(TComb - ReadMe.txtより引用)

    TComb is a temporal comb filter (it reduces cross-luminance (rainbowing) and cross-chrominance

    (dot crawl) artifacts in static areas of the picture). It will ONLY work with NTSC material, and

    WILL NOT work with telecined material where the rainbowing/dotcrawl was introduced prior to the

    telecine process! In terms of what it does it is similar to guavacomb/dedot. TComb currently

    supports YV12 and YUY2 colorspaces.

  • 変更点(TComb - ReadMe.txtより引用)

    06/24/2005 v0.9.0

    - Initial Release

BoxBlur(VirtualDubプラグイン)

最終更新日時: 2014-03-12 (水) 23:41:59 (3690d)