mrbass
3rd September 2003, 09:57
Remember how SimpleResize is the fastest for SVCDs and Bilinear was pretty close but 2nd. Bicubic pulled up the rear as being the slowest but best quality IMHO. So I test these with DVD2DVD and the results are SimpleResize is now the slowest and Bilinear and Bicubic are the same. Supposedly Bilinear I think (which is the default) is supposed to be better than Bicubic in this case since it's not resizing the original video like it was with SVCD resolution.
Bottomline: just use Bilinear (default) for DVD2DVD conversion.
CCE RT 1.75 DVD2DVD
0=LoadPlugin(!SimpleResize.dll)
1=ConvertToYUY2().SimpleResize(^TargetWidth,^TargetHeight)
2=AddBorders(0,^BorderTop,0,^BorderBottom)
!SimpleResize.dll=C:\Program Files\DVD2SVCD\Avisynth2.5
Plugins\SimpleResize\SimpleResize.dll
---AVS Begin---
LoadPlugin("C:\PROGRA~1\DVD2SVCD\AVISYN~1.5PL\Mpeg2dec\MPEG2D~1.DLL")
mpeg2source("H:\GLADIA~1\source\DVD2AV~1.D2V")
LoadPlugin("C:\Program Files\DVD2SVCD\Avisynth2.5
Plugins\SimpleResize\SimpleResize.dll")
ConvertToYUY2().SimpleResize(720,480)
ConvertToYUY2()
----AVS End----
------------------------------------------------
CCE RT 2.09 DVD2DVD
0=BilinearResize(^TargetWidth,^TargetHeight)
1=AddBorders(0,^BorderTop,0,^BorderBottom)
---AVS Begin---
LoadPlugin("C:\PROGRA~1\DVD2SVCD\AVISYN~1.5PL\Mpeg2dec\MPEG2D~1.DLL")
mpeg2source("H:\GLADIA~1\source\DVD2AV~1.D2V")
BilinearResize(720,480)
ConvertToYUY2()
----AVS End----
------------------------------------------------
CCE RT 2.09 DVD2DVD
0=BicubicResize(^TargetWidth,^TargetHeight,^b_value,^c_value)
1=AddBorders(0,^BorderTop,0,^BorderBottom)
^b_value=0.0
^c_value=0.6
---AVS Begin---
LoadPlugin("C:\PROGRA~1\DVD2SVCD\AVISYN~1.5PL\Mpeg2dec\MPEG2D~1.DLL")
mpeg2source("H:\GLADIA~1\source\DVD2AV~1.D2V")
BicubicResize(720,480,0.0,0.6)
ConvertToYUY2()
----AVS End----
Bottomline: just use Bilinear (default) for DVD2DVD conversion.
CCE RT 1.75 DVD2DVD
0=LoadPlugin(!SimpleResize.dll)
1=ConvertToYUY2().SimpleResize(^TargetWidth,^TargetHeight)
2=AddBorders(0,^BorderTop,0,^BorderBottom)
!SimpleResize.dll=C:\Program Files\DVD2SVCD\Avisynth2.5
Plugins\SimpleResize\SimpleResize.dll
---AVS Begin---
LoadPlugin("C:\PROGRA~1\DVD2SVCD\AVISYN~1.5PL\Mpeg2dec\MPEG2D~1.DLL")
mpeg2source("H:\GLADIA~1\source\DVD2AV~1.D2V")
LoadPlugin("C:\Program Files\DVD2SVCD\Avisynth2.5
Plugins\SimpleResize\SimpleResize.dll")
ConvertToYUY2().SimpleResize(720,480)
ConvertToYUY2()
----AVS End----
------------------------------------------------
CCE RT 2.09 DVD2DVD
0=BilinearResize(^TargetWidth,^TargetHeight)
1=AddBorders(0,^BorderTop,0,^BorderBottom)
---AVS Begin---
LoadPlugin("C:\PROGRA~1\DVD2SVCD\AVISYN~1.5PL\Mpeg2dec\MPEG2D~1.DLL")
mpeg2source("H:\GLADIA~1\source\DVD2AV~1.D2V")
BilinearResize(720,480)
ConvertToYUY2()
----AVS End----
------------------------------------------------
CCE RT 2.09 DVD2DVD
0=BicubicResize(^TargetWidth,^TargetHeight,^b_value,^c_value)
1=AddBorders(0,^BorderTop,0,^BorderBottom)
^b_value=0.0
^c_value=0.6
---AVS Begin---
LoadPlugin("C:\PROGRA~1\DVD2SVCD\AVISYN~1.5PL\Mpeg2dec\MPEG2D~1.DLL")
mpeg2source("H:\GLADIA~1\source\DVD2AV~1.D2V")
BicubicResize(720,480,0.0,0.6)
ConvertToYUY2()
----AVS End----