Log in

View Full Version : rotated picture


guga
17th February 2002, 18:57
hi,

i hope, someone can help me. im from germany and tried to convert german DVD's with PAL to SVCD and also a DVD region 1 to SVCD.

everything works without problems. but the result is a SVCD with an rotated and upsidedown picture. thats very strangely and not very delightful to watch in TV.

could someone help me?

thnx guga

gerti67
17th February 2002, 19:10
Hello guga,

is this only with this DVD or do you have this kind of error with all of them? For further help please post your "Avisynth_Script_file.avs" (open with notepad) and paste in your post.

Greetings,
Gerti

guga
17th February 2002, 19:46
it's all the same problem with german and english DVDs, region 1 or region 2...

avs:
LoadPlugin("C:\PROGRA~1\DVD2SVCD\SIMPLE~1\SIMPLE~1.DLL")
LoadPlugin("C:\PROGRA~1\DVD2SVCD\MPEG2Dec\mpeg2dec.dll")
mpeg2source("H:\dvd_temp\movies\DVD2AV~1.D2V")
AssumeFPS(25,1,True)
SimpleResize(480,432)
AddBorders(0,72,0,72)

gerti67
17th February 2002, 20:18
Hi guga,

as a quick workaround try to add the following line to your script (tick "Edit as part of CCE ..." in "Frameserver" tab):

LoadPlugin("C:\PROGRA~1\DVD2SVCD\SIMPLE~1\SIMPLE~1.DLL")
LoadPlugin("C:\PROGRA~1\DVD2SVCD\MPEG2Dec\mpeg2dec.dll")
mpeg2source("H:\dvd_temp\movies\DVD2AV~1.D2V")
AssumeFPS(25,1,True)
SimpleResize(480,432)
AddBorders(0,72,0,72)
FlipVertical

then hit OK button and see what happens.

But there's something strange with your system that has to be investigated a bit more. ;)

Greetings,
gerti67

guga
20th February 2002, 11:22
thank you, works fine...

guga