VideoHelp Forum
+ Reply to Thread
Results 1 to 2 of 2
Thread
  1. This is a PAL DVD. I've tried the solution which jagabo suggest me days earlier, but it works not very perfect on this one.

    Code:
    LoadPlugin("D:\Program Files\Megui\tools\avisynth_plugin\yadifmod.dll")
    LoadPlugin("D:\Program Files\Megui\tools\avisynth_plugin\nnedi2.dll")
    yadifmod(mode=1, order=1, edeint=nnedi2(field=3))
    Import("D:\Program Files\Megui\tools\avisynth_plugin\SRestore.avs")
    SRestore()

    http://files.videohelp.com/u/221292/boom.demuxed.rar
    Quote Quote  
  2. It's a progressive PAL video with out-of-phase fields. Each frame contains half of one film frame, half of the next. You can fix that with:

    Code:
    TFM()
    or

    Code:
    SeparateFields().Trim(1,0).Weave()
    The former is usually a better method since it will adapt to changes in the pattern. Ie, the video may alternate between in-phase and out-of-phase sections.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!