ihgl
6th June 2002, 16:20
Made a perfect SVCD from a DVD-source. Just one irritating matter when played on my PC: a too wide a black border on the right. For experimental purpose I made a short AVI from the same DVD to see what figures were put into the avs-file using Gordian knot for cropping. Tried to put various figures in the avisynth editor when remaking the film in DVD2SVCD. But nothing worked. Have read the guides and numerous threads but cannot find anything on this as I presume common problem. The avisynth file when doing the SVCD from my AVI looks like this:
LoadPlugin("C:\Program\DVD2SVCD\SIMPLE~1\SIMPLE~1.DLL")
LoadPlugin("C:\Program\DVD2SVCD\MPEG2Dec\mpeg2dec.dll")
AVISource("C:\Bart\Filmjobb\LJUDHO~1.AVI")
ConvertToYUY2()
SimpleResize(480,353)
AddBorders(0,111,0,112
(Since this is a PAL the figures have to be corrected to give the right height, but that is another task)
crop(..??
Yes what can you put into this script to get away the right black border? In Gordian Knot a figure of 8 gave a perfect AVI. Could anyone give a lead on this matter, I would be very thankful.
LoadPlugin("C:\Program\DVD2SVCD\SIMPLE~1\SIMPLE~1.DLL")
LoadPlugin("C:\Program\DVD2SVCD\MPEG2Dec\mpeg2dec.dll")
AVISource("C:\Bart\Filmjobb\LJUDHO~1.AVI")
ConvertToYUY2()
SimpleResize(480,353)
AddBorders(0,111,0,112
(Since this is a PAL the figures have to be corrected to give the right height, but that is another task)
crop(..??
Yes what can you put into this script to get away the right black border? In Gordian Knot a figure of 8 gave a perfect AVI. Could anyone give a lead on this matter, I would be very thankful.