I use avisynth for frameserving and CCE 2.62 and TMGEnc for encoding. Source video is 480x320 at 23.976, CVD is 352x480. Problem that for one dimension need use downsizing and for other upsizing. Downsizing without prefiltering give aliased noise for sharp edge (step series). I try convert to RGB and use GeneralConvolution filter, but this filter work very slow and after I try increase frame in both dimension and downsize horizantal use HorizontalReduceBy2 filter which use prefilter before downsizing. Result after encoding became better.
video=BilinearResize(video,704,480)# Source has 480x320 resolution
video=HorizontalReduceBy2(video)#after 352x480 resolution
I can not find big difference between BilinearResize and BicubicResize.
I find that important relation for upsizing and best result give rational relation between source and destination (for width 479 and 718)
If any try make same thing let me know.
If any have question I try answer.
With kind regards Yury.
+ Reply to Thread
Results 1 to 1 of 1
Similar Threads
-
Please suggest good AviSynth Anti-Aliasing & Rainbow Remover scripts
By VideoFanatic in forum RestorationReplies: 0Last Post: 30th Nov 2011, 06:54 -
anti-aliasing
By anthell in forum RestorationReplies: 4Last Post: 7th May 2010, 22:08 -
AVG Anti-Virus & Anti-Spyware V8.0 1User/2Year Small Box - Retail
By MJA in forum Off topicReplies: 3Last Post: 13th May 2009, 21:28 -
Anti-Aliasing Photoshop titles
By kippard in forum EditingReplies: 0Last Post: 6th Feb 2009, 17:01 -
Converting *.SRT to *.SUP subtitle problem (anti-aliasing).
By shay86 in forum SubtitleReplies: 1Last Post: 29th Oct 2007, 02:30