VideoHelp Forum




+ Reply to Thread
Results 1 to 3 of 3
  1. I am sorry because i opened new thread but this is very importan to me.


    1. Firstly i dont now what is frameserve actually? So some expenation would help.

    2. @FulciLives

    I did test from your tutorial for avisynt. I use this avisynth code and result is Ok for bad VHS cassete but i have a one problem. As you now i use Canopus ADVC 110 and work with DV format.


    Code:
    LoadPlugin("Convolution3d.dll")
    avisource("D:\CAPTURE\capture.avi")
    ConvertToYuY2(interlaced=true)
    SeparateFields()
    odd=SelectOdd.Convolution3D (1, 32, 128, 16, 64, 10, 0)
    evn=SelectEven.Convolution3D (1, 32, 128, 16, 64, 10, 0)
    Interleave(evn,odd)
    Weave()
    DoubleWeave.SelectOdd()
    Problem is that my MPEG2 is jerky(like slowmotion). How can i fix than. I use CCE.

    I directly Avisynth script load in CCE and encode to mpeg2. And than mpeg2 is jerky.

    3. Second i load that Avisynth code in Virtual dub mod without problems, but i dont know how to frameserve.

    Can you explained how can i frameserve from virtual dub.

    4. What is better:

    Does is better to put Avisynth script directly in CCE or is better first to put Avisynth script in virtual dub and than frameserve to CCE?

    To many questions but is very important to me.

    thanks
    Quote Quote  
  2. Member
    Join Date
    Feb 2004
    Location
    Australia
    Search Comp PM
    Frameserving is the process of feeding video from one application to another , such as in the case of virtualdub to bbmpeg ... my guide :

    https://forum.videohelp.com/viewtopic.php?t=270071

    Video and audio can also be frameserved from vitualdub to wax2 as well .

    As for that script , you could use :

    avisource("D:\CAPTURE\capture.avi")
    ConvertToRGB32

    Open that by loading it into bbmpeg_vfw

    It will dirrectly encode to mpeg1 / 2 ...

    The script you have listed appear's to be the problem causing the slow motion effect .

    I would suggest reading up on the usage of convolution , and weave , they just dont appear to be correct if you are simply converting an avi to mpeg .
    Quote Quote  
  3. I found that this code is good for me, because with this code i dont have jerky.

    Code:
    LoadPlugin("Convolution3d.dll")
    avisource("D:\CAPTURE\capture.avi")
    ConvertToYuY2(interlaced=true)
    SeparateFields()
    odd=SelectOdd.Convolution3D (1, 32, 128, 16, 64, 10, 0)
    evn=SelectEven.Convolution3D (1, 32, 128, 16, 64, 10, 0)
    Interleave(evn,odd)
    Weave()
    I write this code in notepad and save with extension avs.

    Than i load this avs file in CCE and make mpeg.

    It is very interesting that i dont have jerky when i delete DoubleWeave.SelectOdd()

    It is little confusing because i captured in DV avi with Canopus 110.

    What you think about that?

    Fulcilives what you think about this situation?
    Quote Quote  



Similar Threads

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