PDA

View Full Version : Final Video Has Wrong Resolution


2brains
10th July 2002, 22:40
Hi All

New to this but have so far encoded 4 different dvds with DVD2SVCD and am impressed with the final result. The problem is that the final output once CCE has finished is 768 x 576 as if it has never been resized.

If i test the avisynth script that dvd2svcd has generated in media player it comes out the right size, but for some reason CCE is resizing the video upwards again.

Im Using win2k, CCE 2.50, and have tried full screen and widescreen dvds with the same effect

Thanks

Dreassica
10th July 2002, 23:11
uncheck DVD compliant in CCE or otherwise CCE will increase Resolution back to DVD res again!!

2brains
11th July 2002, 09:08
Just had a look and Dvd compliant is not ticked, so i dont think its that causing it

Thanks

Dreassica
11th July 2002, 10:59
post the contents of your avs file, so we can have a look ourselves!

2brains
12th July 2002, 00:06
This is the avs from the last dvd i tried, i selected CVD mode in DVD2SVCD to see if it would make a difference to my problem, but it didnt :(

LoadPlugin("C:\PROGRA~1\DVD2SVCD\SIMPLE~1\SIMPLE~1.DLL")
LoadPlugin("C:\PROGRA~1\DVD2SVCD\MPEG2Dec\mpeg2dec.dll")
mpeg2source("D:\Dvd\CONVER~1\ab\DVD2AV~1.D2V")
SimpleResize(352,432)
Sharpen(0.2)
AddBorders(0,72,0,72)
ResampleAudio(44100)

Nothing much to see its unmodified from the DVD2SVCD generated script.