VideoHelp Forum




+ Reply to Thread
Results 1 to 3 of 3
  1. Hey guys.
    I'm going to start some testing with MainConcept for MPEG-2 encoding.

    I know that frameserving from VirtualDub is relatively slow...so I was wondering some things:

    -What is AVISynth's counterpart of the "precise Bicubic Resize" from VDub
    -Is it as sharp as VDub's Bicubic resize
    -Does Mainconcept's native resize do a good job? (This would probably be one of the fastest solutions if it is)
    My AVI -> Any Format Guide is available here.
    My Frame Resize Calculator (enhanced for Virtualdub) is available here
    Quote Quote  
  2. Originally Posted by [url=https://www.videohelp.com/tools?tool=77#comments
    AVISynth[/url] Documention]With b = 0 and c = 0.75 the filter is exactly the same as VirtualDub's "precise bicubic," and the results are identical except for the VirtualDub scaling problem mentioned above.
    The code being reference above looks something like this.

    Code:
    BicubicResize(clip, int target_width, int target_height, float "b", float "c")
    A lot of people seem to like LanczosResize as a good if not better alternative to BicubicResize.

    Originally Posted by AVISynth Documentation
    LanczosResize is an alternative to BicubicResize with high values of c about 0.6 ... 0.75 which produces quite strong sharpening.
    It usually offers better quality (fewer artifacts) and a sharp image.
    A good tool to use in conjuntion with AVISynth is FitCD which is great for resizing, it even saves the script for you.
    Quote Quote  
  3. thx a bunch yo

    i decided to run with Lanczos, but what's crazy is that it ties up 40% of my CPU to play it in WMP 9!
    My AVI -> Any Format Guide is available here.
    My Frame Resize Calculator (enhanced for Virtualdub) is available here
    Quote Quote  



Similar Threads

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