VideoHelp Forum
+ Reply to Thread
Results 1 to 3 of 3
Thread
  1. Hi please can help a poor cat?

    in avisynth 32 bit I was using ReverseFieldDominance() from ReverseFieldDominance.dll that probably was written for 32 bit.

    But now I have avisynth 64 bit it don't work

    Is there a way to obtain the same results in the 64bit enviroment? thanks

    ps: he is for DVCAM .mxf files
    Quote Quote  
  2. ComplementParity() changes the assumed field order but make no changes to the video itself.

    If you want to convert a TFF video to a BFF video you can either:

    Code:
    SeparateFields().Trim(1,0).Weave()
    or

    Code:
    Crop(0,1,0,0).AddBorders(0,0,0,1) # remove one scanline off the top, add one at the bottom
    The latter won't work with interlaced YV12 video. It will work with RGB, YUY2 and YV24.
    Last edited by jagabo; 3rd Oct 2017 at 18:04.
    Quote Quote  
  3. thanks
    Quote Quote  



Similar Threads

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