Log in

View Full Version : D2S 1.2.1 b3 outputs not correct resized movie...


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

r6d2
8th January 2004, 15:48
Originally posted by Purplered
anyone knows some hints to solve this problem? D2S 1.1.1 b2 works fine but doesn't support dual audio on AVI files.
I think the problem is in the aspect ratio. Does it happens with all movies? Some AVIs may have wrong or unusual pixels aspect ratios. Can you check the PAR of the source?

D2S currently has a issue with CVD output AR, but it should work with a SVCD.

Don't worry about the resizer chosen or the AviSynth version. They are probably not the source of this problem.

It would be useful to look at your log, and the CCE settings or template you used. Also take a look at Q62 in the FAQ.