PDA

View Full Version : Best resize for 16:9 SVCD


dingo
10th July 2002, 20:31
I would like to know what is the best resize filter for resizing to anamorphic svcd. (for 4:3 I use bicubic 0,0.5)

I use Bilinear because Anamorphic SVCD needs an important bitrate

My script for PAL (using Fitcd optimization)

Crop(24,16,672,544)
BilinearResize(448,542)
AddBorders(16,17,16,17)

Tell me if this script correct is ?

or if I must use bicubic or simpleresize ???

UltimateDBZ
10th July 2002, 20:39
You don't have to use one or the other for a specific aspect ratio. Some find little difference between SimpleResize and Bicubic. Some, however, find that Bicubic gives the best results, and is worth the extra encoding time. I have not read of anyone finding Bilinear to be the best, but that doesn't mean such a person doesn't exist.

I personally use SimpleResize on widescreen movies, and Bicubic on full screen, because there is more resizing done on full screen. But that's just my tastes, run tests of your own to find what is to your liking.