I noticed that AVI2SVCD defaults to bilinear resize (in avisynth setup) for VCD conversion as opposed to bicubic which it automatically selects when coverting to SVCD. Was wondering if I should change it to bicubic for VCD or is bilinear the best setting quality-wise for VCD?
TIA
JDC
+ Reply to Thread
Results 1 to 9 of 9
-
-
I use, LanczosResize, as do a bunch of people.
Ejoc's CVD Page:
DVDDecrypter -> DVD2AVI -> Vobsub -> AVISynth -> TMPGEnc -> VCDEasy
DVD:
DVDShrink -> RecordNow DX
Capture:
VirualDub -> AVISynth -> QuEnc -> ffmpeggui -> TMPGEnc DVD Author -
I think it only matters when you increase the size,
Fortunately a VCD is so bad that it won't make any difference -
I write my own AVISynth scripts, so its not an issue. But yea its a VCD so it wont matter how you resize it, it'll look bad reguardess(IMO)
Ejoc's CVD Page:
DVDDecrypter -> DVD2AVI -> Vobsub -> AVISynth -> TMPGEnc -> VCDEasy
DVD:
DVDShrink -> RecordNow DX
Capture:
VirualDub -> AVISynth -> QuEnc -> ffmpeggui -> TMPGEnc DVD Author -
FOO - I am increasing the size: from 320x240 (NTSC) to 352x288 (PAL). Any thoughts?
TIA
JDC -
Bilinear uses the two nearest pixels and is faster,Bicubic uses 4 nearest and gives you a better picture(less blocks).
-
You use billinear when you are only resizing one way, horizontal or vertical, ie: 720x480->352x480.
You use bicubic when you are resizing both ways, ie: 720x480->352x240.
Also generally speaking, you want to use bicubic anytime you are increasing resolution.
As a byproduct of how bicubic works, you get sharper picture which is actually a bad thing with such low bitrates as VCD, but since your source seems to be pretty low quality to begin with, I assume its already very compressible.
I would use bicubic simply because you are increasing resolution.
Similar Threads
-
KMPlayer and bicubic scaling
By Asterra in forum Newbie / General discussionsReplies: 1Last Post: 19th Feb 2012, 04:10 -
Resize MKV
By joe1974 in forum MacReplies: 1Last Post: 11th Jun 2010, 10:06 -
Want to resize an avi
By janlafata in forum Video ConversionReplies: 2Last Post: 17th Aug 2009, 23:06 -
Resize HD to SD
By ron spencer in forum Authoring (Blu-ray)Replies: 9Last Post: 1st Jan 2009, 12:52 -
.sup resize...
By alcOre in forum SubtitleReplies: 1Last Post: 1st Dec 2008, 03:57