VideoHelp Forum




+ Reply to Thread
Results 1 to 3 of 3
  1. Member
    Join Date
    Jan 2003
    Location
    Caguas, PR
    Search Comp PM
    Greetings.

    Whenever I use the following script:

    Code:
    # Created by AVSEdit
    LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\Convolution3d.dll")
    LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\ReInterpolate411.dll")
    avisource("D:\filename.avi")
    Converttoyuy2(interlaced=true)
    ReInterpolate411()
    crop(4,4,-4,-12)
    SeparateFields()
    odd=SelectOdd.Convolution3D (0, 32, 128, 16, 64, 10, 0)
    evn=SelectEven.Convolution3D (0, 32, 128, 16, 64, 10, 0)
    Interleave(evn,odd)
    Weave()
    DoubleWeave.SelectOdd()
    AddBorders(8,8,8,8)
    LanczosResize(352,480)
    ConvertToRGB(interlaced=true)
    With a video captured with a Canopus ADVC-100 using WinDV, and encoding with TMPGEnc Plus. The resulting video when played on a DVD player, the areas of action display weird or with bars or something even though the video is encoded with a field order at B or A. It is like the script or TMPGEnc doesn't respect the field order specified.

    Any suggestions or what I might need to change so that it displays properly?

    The problem happens with either VHS, Hi8 or Mini DV.

    Thank you.
    --

    Take Care.
    JuanMa
    Quote Quote  
  2. Member
    Join Date
    Jun 2002
    Location
    United States
    Search Comp PM
    Are you sure the video you capture is bottom field first. This script is made for bff video. You might try to eliminate the doubleweave.selectodd and see what happens.
    Quote Quote  
  3. Member
    Join Date
    Jan 2003
    Location
    Caguas, PR
    Search Comp PM
    From what I have read here on the board DV video is bottom field. So the video should be bottom field.

    I will try to eliminate that line and check it out.

    Thanks.
    --

    Take Care.
    JuanMa
    Quote Quote  



Similar Threads

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