VideoHelp Forum




+ Reply to Thread
Results 1 to 13 of 13
  1. Member
    Join Date
    Jul 2007
    Location
    Sweden
    Search Comp PM
    Hi,

    I read somewhere that Bicubic resize filter shoud be used when output width is less than input, Lanczos when more.

    In my case the output width is not less than input, and therefore I will use Lanczos.

    I read the following in FulciLives guide about FitCD:
    "...since you are usig TMPGEnc Plus you should checkmark the RGB-output box. If you were using CCE you would instead checkmark the YUY2-output box. "

    My question is what boxes should I check in FitCD when using Lanczos resize filter, and when HCenc will be used for encoding??
    Quote Quote  
  2. Member
    Join Date
    Dec 2004
    Location
    Triptonia
    Search Comp PM
    select lanczos from pulldown menu,
    untick output boxes.
    HC needs yv12 input. your source is likely already yv12, or outputed as such.
    if not add:
    coverttoyv12()
    at the end of your script

    gl
    Quote Quote  
  3. Originally Posted by blizzery
    I read somewhere that Bicubic resize filter shoud be used when output width is less than input, Lanczos when more.
    That advice is backwards. You want to use Lanczos when downsizing to reduce moire artifacts, bicubic when upsizing because it's faster.
    Quote Quote  
  4. Member
    Join Date
    Jan 2007
    Location
    United States
    Search Comp PM
    test it aND BE YOUR OWN GUIDE

    I have found Lanczos almost always gives me better results with less artifacting PERIOD.

    and bi-cubic only comes close to lanczos when either hlaving the size or doubling the size. which is very very rare situation
    Quote Quote  
  5. Always Watching guns1inger's Avatar
    Join Date
    Apr 2004
    Location
    Miskatonic U
    Search Comp PM
    FitCD only uses Lanczos, but avisynth supports several variations of Lancsoz, including Lancsoz 3 and 4. I always change my scripts to use Lancsoz4Resize after saving them from FitCD or writing my own.
    Read my blog here.
    Quote Quote  
  6. Member
    Join Date
    Jan 2007
    Location
    United States
    Search Comp PM
    @guns1inger i didn't know that , i'm going to try those
    Quote Quote  
  7. Member AlanHK's Avatar
    Join Date
    Apr 2006
    Location
    Hong Kong
    Search Comp PM
    Originally Posted by guns1inger
    FitCD only uses Lanczos
    You can choose from Lanczos, Bilinear or Bicubic.
    Quote Quote  
  8. Always Watching guns1inger's Avatar
    Join Date
    Apr 2004
    Location
    Miskatonic U
    Search Comp PM
    I meant in terms of Lanczos FitCD only uses one variation. I should have made the clearer, obviously.
    Read my blog here.
    Quote Quote  
  9. AVISynth's LanczosResize() and Lanczos3Resize() are the same thing. Lanczos4Resize() may be a little better but I haven't seen much difference.
    Quote Quote  
  10. Always Watching guns1inger's Avatar
    Join Date
    Apr 2004
    Location
    Miskatonic U
    Search Comp PM
    It seems to be sharper without adding edge rings and artifacts.
    Read my blog here.
    Quote Quote  
  11. I thought I saw a little more ringing with Lanczos4Resize(). But I haven't tested it very much.

    I just noticed that AVISynth's BilinearResize() and BicubicResize() filters are the equivalent of VirtualDub's Precise Bilinear and Precise Bicubic filters -- much better than the plain Bilinear and Bicubic filters.
    Quote Quote  
  12. Originally Posted by jagabo
    I just noticed that AVISynth's BilinearResize() and BicubicResize() filters are the equivalent of VirtualDub's Precise Bilinear and Precise Bicubic filters -- much better than the plain Bilinear and Bicubic filters.
    Bilinear, yes. Bicubic, no. BicubicResize(xxx,yyy,0,0.75) is the equivalent to the VDub Precise Bicubic.

    The default BicubicResize(xxx,yyy) is the same as BicubicResize(xxx,yyy,0.33,0.33) and isn't so good (in my opinion):
    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 default is b = 1./3. and c = 1./3.,
    http://avisynth.org/mediawiki/BicubicResize

    Unless I misunderstood what you wrote (always possible).
    Quote Quote  
  13. Member Alex_ander's Avatar
    Join Date
    Oct 2006
    Location
    Russian Federation
    Search Comp PM
    Originally Posted by jagabo
    AVISynth's LanczosResize() and Lanczos3Resize() are the same thing.
    In latest AviSinth versions Lanczos3Resize() even gives error message, LanczosResize() should be always used instead. Lanczos4Resize() and Spline36Resize() give extra sharpening and are useful for increasing a clean (artifact-free) image (otherwise they emphasise those artifacts and the simple LanczosResize is better).
    Quote Quote  



Similar Threads

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