niiyan/2005-06-01

DePan v.1.4.1

DeJump100("jumpy"なビデオを安定化するフィルタ)

  • 添付ファイルの認可待ち。
  • 2005-06-01 23:12:11現在、ダウンロード可能です。
  • 仕組み

    Doom9's Forum - New filter for some jumpy vhs captures

    ... the odd-numbered lines would sporadically "jump" up or down, shifting vertically by one line in the interlaced field.


    The filter attempts to correct this by examining the last few (10) lines of each interlaced frame, and finding the "end of signal" of the even and the odd lines, and deciding whether to "fix" the frame based on these two positions. The "fix" is to shift all odd lines up or down by one line in the field.

  • 書式
    DeJump(clip, int fix, int mark, int debug)
  • 引数(Doom9's Forum - New filter for some jumpy vhs capturesの説明を日本語訳したもの)
    • fix: 0-修正(fix)する, 1-修正しない
    • mark: 0-マークなし, 1-"信号の終わり"の2ピクセルを、次の色で色付けする: 偶数ラインを緑、良いフレームの奇数ラインを黄色、悪い/修正されたフレームの奇数ラインを赤。
    • debug: 0-デバッグなし, 1-悪いフレームの"信号の終わり"の位置を報告, 2-すべてのフレームの位置を報告

MT 0.25

  • 変更点(MT.txtより引用)

    0.21 forgot to comment out a Sleep(0)


    0.25 Added the splitvertical option

  • splitverticalオプションって?(MT.txtより引用)

    if true the frame are cut vertical(and the filter is allowed to change the height) else it is cut horizontal(and the filter is allowed to change the width). Default false.(trueならフレームは垂直にカットされます(そしてフィルタは高さを変更することを許可されます)。さもなければ、フレームは水平にカットされます(そしてフィルタは幅を変更することを許可されます)。デフォルトはfalse。

FanFilter(fanfilter_25_dll_20050521)

  • 変更点
    • 収録されているフィルタがVFanとHFanの2つになった?
最終更新日時: 2014-03-12 (水) 23:41:43 (3691d)