niiyan/2005-04-07

niiyan

makeAVISを更新

  • ffvfwAVIS.exeに関する記述を追加しました。
  • ネタ元は、Doom9's Forumにおける、ffdshowのmakeAVIS.exeで変換したAVIが読み込めないという質問に対するWilbert氏の返答(参照)。
  • ffdshow-20050312.exeで試してみたところ、たしかにエラーが出ることがあるようです(下の画像を参照)。
    ffdshow_vfw_error.png
    ただし、同じファイルを開き直してみたところ、正常に読み込むことができました。

Don't use ffdshow-20050328

FFT3DFilter Version 0.9.1, April 7, 2005

fft3dGPU 0.41

  • アーカイブに置いてあるファイルを0.41に差し替えました。

Offset Resizing - The exact way to resize interlaced stuff

  • Doom9's Forum - Cropping interlaced video = shimmering bars
    Global NewHeight=1234 # Whatever
    Global NewWidth=1234 # Whatever else
    
    avisource("blah.avi")
    
    AssumeTFF()
    SeparateFields()
    
    Shift=(Height()/Float(NewHeight/2)-1.0)*0.25 # Field shift correction
    
    Tf=SelectEven().LanczosResize(NewWidth, NewHeight/2, 0, -Shift, Width(), Height())
    Bf=SelectOdd().LanczosResize(NewWidth, NewHeight/2, 0, Shift, Width(), Height())
    Interleave(Tf, Bf)
    Weave()
    
  • Doom9's Forum - Proper interlaced -> interlaced vertical resize

    Also take serious note of the comments about using some form of inteligent Bob (Deinterlace) in the process, the results are very much superior to offset resizing of the fields. Offset resizing is effectively the same as using dumb Bob() only much faster.

ShowAUFInfo実行支援バッチスクリプトを追加

最終更新日時: 2014-03-11 (火) 03:50:07 (3696d)