dannybz
17th February 2010, 02:45
I want to encode two AVIs:
(1) 624x352 856kps 23.976fps
(2) 640x352 1029kpbs 23.976fps
Their quality, as you can see, pretty low. Does it matter if I use DirectShowSource over AVISource? I have read so many posts that I am confused whether I should use BicubicResize or LanzcosResize, and
I'm having a headache deciding on the "appropriate" resizing script. Which one should I use, which is better than the other, or does it depend on the size of the AVI?
(1) 624x352
Method 1
AddBorders(0,64,0,64)
BicubicResize(720,480,0,0.5)
Method 2
AddBorders(0, 60, 0, 60)
BicubicResize(720,360,0,0.5) OR
LanzcosResize(720,360)
Method 3
AddBorders(0,37,0,37)
LanczosResize(720,406)
(2) 640x352
Method 1
AddBorders(0, 64, 0, 64)
BicubicResize(720,480,0,0.5)
Method 2
AddBorders(0, 64, 0, 64)
BicubicResize(720,352,0,0.5) OR
LanzcosResize(720,352)
Method 3
AddBorders(0,42,0,42)
LanczosResize(720,396)
(1) 624x352 856kps 23.976fps
(2) 640x352 1029kpbs 23.976fps
Their quality, as you can see, pretty low. Does it matter if I use DirectShowSource over AVISource? I have read so many posts that I am confused whether I should use BicubicResize or LanzcosResize, and
I'm having a headache deciding on the "appropriate" resizing script. Which one should I use, which is better than the other, or does it depend on the size of the AVI?
(1) 624x352
Method 1
AddBorders(0,64,0,64)
BicubicResize(720,480,0,0.5)
Method 2
AddBorders(0, 60, 0, 60)
BicubicResize(720,360,0,0.5) OR
LanzcosResize(720,360)
Method 3
AddBorders(0,37,0,37)
LanczosResize(720,406)
(2) 640x352
Method 1
AddBorders(0, 64, 0, 64)
BicubicResize(720,480,0,0.5)
Method 2
AddBorders(0, 64, 0, 64)
BicubicResize(720,352,0,0.5) OR
LanzcosResize(720,352)
Method 3
AddBorders(0,42,0,42)
LanczosResize(720,396)