niiyan/2005-12-12

OMFInput Version 0.1(OMFインポートフィルタ) by Josh Harris(tateu)

  • OMFSourceの新バージョン。
  • 動作には、omfToolkit.dllをパスの通った場所に置く必要があります。omfToolkit.dllは、AAF Associationの「OMF developer libraries」(OMF.zip)から入手できます。
  • (2005-12-14 23:54:00 追記)OMFInput(OmfSource)をビデオ入力プラグインページに追加しました。

aviparse(仮称) by tritical

  • これは何?
    • 「tfm/tdecimate(mode=5)」でタイムコード(v1)出力をともなってエンコードした可変フレームレート(VFR)のAVIを120fpsのAVIにする。

      Doom9's Forum - Another motion adaptive deinterlacer and smart bobber

      it is possible to do a normal vfr encode with tfm/tdecimate(mode=5) with v1 timecode file output... encode the output from tdecimate to avi and then run this program on it to get a 120fps avi file.

  • AVIヘッダをパースし、フレームレート/数を修正し、フレーム・チャンクをパースして、ドロップフレームを挿入する。そして、インデックスをパースして修正する。

    Doom9's Forum - Another motion adaptive deinterlacer and smart bobber

    It can parse all the avi header info, modify framerate/count, parse all the frame chunks and insert drop frames, and parse and modify the index.

  • 実行すると、"c:\path\avifile-120.avi"に119.88fpsのAVIファイルが作成されます。
  • 制限
    • AVIは1つのストリームのみ持つことができ、それはビデオストリームでなければならない。
    • 出力は119.88fpsでなければならない。
    • タイムコードファイルはv1でなければならず、持つことができるフレームレートは17.982, 23.976, 29.970, 39.960, 59.940, and 119.88 fps。
    • インデックスのタイプが"idx1"のAVIのみサポート。"indx"+"ix##"を持つOpenDMLはサポート外。

      Doom9's Forum - Another motion adaptive deinterlacer and smart bobber

      the avi can only have one stream and it must be a video stream ("00dc"), the output must be 119.88 fps, the timecode file must be v1 and can only have framerates of 17.982, 23.976, 29.970, 39.960, 59.940, and 119.88 fps, and it only supports avi files with the "idx1" index type and not opendml avi's that have the "indx"+"ix##"

  • 今週中には、readmeなどがセットになったフルバージョンがリリースされるとのこと。
  • (2005-12-13 23:58:27 追記)Doom9's Forum - Another motion adaptive deinterlacer and smart bobberによれば、現在リンクされているバージョンは若干の変更が加えられているようです。
    • オフセットを修正するバグがあった。
    • PALモードの追加。
    • v2タイムコードも利用可能に。
    • mkv2vfrでVFRのMKVから抽出したAVIとタイムコードを、このツールを使って120fpsのAVIにすることができる。

ScriptFunctionsを更新

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