VideoHelp Forum
+ Reply to Thread
Results 1 to 5 of 5
Thread
  1. Member
    Join Date
    Dec 2008
    Location
    Brazil
    Search Comp PM
    I'm converting an avi to DVD and for testing purposes, I converted it using AVStoDVD, burned on the DVD and everything was OK, except for some interlace artifacts.
    Please see an example http://www.100fps.com/distortion3.jpg

    Now I want to convert again the original avi and need to check "deinterlace" in the program(AVStoDVD). The problem is: when I click on the start button, I get "Avisynth open failure: Script error: there is no function named "LeakKernelDeint"
    C:\Docume~1\username\LOCALS~1\Temp\DVD_1_movie_1.a vs, line 7)".
    What does it mean?

    Here's the script. I'm not familiar with it.
    Import("C:\Arquivos de Programas\AVStoDVD\Lib\A2DSource.avsi")

    Video = A2DVideoSource("F:\Documents and Settings\username\Meus documentos\movie.avi", CacheFolder = "C:\DOCUME~1\username\LOCALS~1\Temp")
    Audio = A2DAudioSource("F:\Documents and Settings\username\Meus documentos\movie.avi", CacheFolder = "C:\DOCUME~1\username\LOCALS~1\Temp")

    Video = Video.ConvertToYV12
    Video = Video.LeakKernelDeint(1,10,false,false)
    Video = Video.AddBorders(8,0,8,0)
    Video = Video.Lanczos4Resize(720,480)

    AudioDub(Video, Audio)
    I appreciate any help.
    Quote Quote  
  2. you normally wouldn't deinterlace a dvd - if it's properly done, your dvd player will take care of the interlacing.

    Did you look at it in the dvd player, or on pc (if pc, what software?)

    what format was your original source? use mediainfo if you don't know. AVI is just a container and can hold many different kinds of things.

    Was it interlaced to begin with?
    Quote Quote  
  3. Member
    Join Date
    Dec 2008
    Location
    Brazil
    Search Comp PM
    Originally Posted by poisondeathray View Post

    Did you look at it in the dvd player, or on pc (if pc, what software?)
    DVD player and PC(VLC media player).

    Originally Posted by poisondeathray View Post
    what format was your original source? use mediainfo if you don't know. AVI is just a container and can hold many different kinds of things.

    Was it interlaced to begin with?

    I have captured VHS using HFYU and AC-3 codec.
    Quote Quote  
  4. @user2008

    in the AviSynth script the following line:

    Code:
    LoadPlugin("C:\Arquivos de Programas\AVStoDVD\Lib\LeakKernelDeint.dll")
    is missing. You can add it at the beginning of the AviSynth script ('Title Edit'/'AviSynth' -> toggle off 'Auto AviSynth Script').

    BTW this error is quite strange: what AVStoDVD release are you using?



    Bye
    MrC

    AVStoDVD Homepage
    Quote Quote  
  5. Member
    Join Date
    Dec 2008
    Location
    Brazil
    Search Comp PM
    AVStoDVD 2.3.0.

    Thanks. Problem solved.
    Quote Quote  



Similar Threads

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