Purplered
8th January 2004, 12:00
Hi,
since i use DVD2SVCD v1.2.1 b3 (before D2S 1.1.1 b2) CCE brings me a bad resized movie...
I want a PAL SVCD 480x576 25fps and get always (SVCD, CVD, VCD) this:
http://firmware.port5.com/enc.gif
the only one that works is resize to DVD. same on other resize methodes (bicubic etc.)
whats going on with D2S? i tested AVS2.08 and AVS2.52 and allways the same result with the movies.
Here my Avisynth Script:
LoadPlugin("E:\DVD2SVCD\Avisynth2 Plugins\Mpeg2dec\MPEG2DEC2.dll")
AVISource("C:\1.AVI",False)
ConvertToYUY2()
LoadPlugin("E:\DVD2SVCD\Avisynth2 Plugins\Tweak.dll")
LoadPlugin("E:\DVD2SVCD\Avisynth2 Plugins\FluxSmooth.dll")
LoadPlugin("E:\DVD2SVCD\Avisynth2 Plugins\Blockbuster.dll")
LoadPlugin("E:\DVD2SVCD\Avisynth2 Plugins\Legalclip.dll")
LanczosResize(480,576)
Tweak(0,1.0,5,1.0)
FluxSmooth()
Blockbuster( method="sharpen", detail_min=10, detail_max=99, strength=1 )
Legalclip()
anyone knows some hints to solve this problem? D2S 1.1.1 b2 works fine but doesn't support dual audio on AVI files.
thx in adv.
Purplered
since i use DVD2SVCD v1.2.1 b3 (before D2S 1.1.1 b2) CCE brings me a bad resized movie...
I want a PAL SVCD 480x576 25fps and get always (SVCD, CVD, VCD) this:
http://firmware.port5.com/enc.gif
the only one that works is resize to DVD. same on other resize methodes (bicubic etc.)
whats going on with D2S? i tested AVS2.08 and AVS2.52 and allways the same result with the movies.
Here my Avisynth Script:
LoadPlugin("E:\DVD2SVCD\Avisynth2 Plugins\Mpeg2dec\MPEG2DEC2.dll")
AVISource("C:\1.AVI",False)
ConvertToYUY2()
LoadPlugin("E:\DVD2SVCD\Avisynth2 Plugins\Tweak.dll")
LoadPlugin("E:\DVD2SVCD\Avisynth2 Plugins\FluxSmooth.dll")
LoadPlugin("E:\DVD2SVCD\Avisynth2 Plugins\Blockbuster.dll")
LoadPlugin("E:\DVD2SVCD\Avisynth2 Plugins\Legalclip.dll")
LanczosResize(480,576)
Tweak(0,1.0,5,1.0)
FluxSmooth()
Blockbuster( method="sharpen", detail_min=10, detail_max=99, strength=1 )
Legalclip()
anyone knows some hints to solve this problem? D2S 1.1.1 b2 works fine but doesn't support dual audio on AVI files.
thx in adv.
Purplered