zeus163
27th June 2003, 08:18
I recently started to download SVCD episodes of Everwood. My goal is to put them onto a DVD. I wrote an avs script utilizing mpegdecoder and everything seems to be fine when I pull it into VirtualDub. I then pull the file into CCE and again everything seems to be fine. After the encode is over I've found out that the resulting file is the same length as the original, but it plays faster and the video starts over--so, you can watch the beginning twice (about 3 minues of the beginning is on the end). This is a bit perplexing as I'm not sure why this is happening and obviously I can't sync the .ac3 I create from it. My script is down below and if anybody could help me figure out my problem, that would be totally cool. Plus, I can then use this for future SVCD conversions. Thanks in advance!
LoadPlugin("C:\Program Files\....\MPEGDecoder.dll")
MPEGSource("F:\...\Everwood.1x01.WS.DSR.SVCD.SD-6.mpg",-2)
BicubicResize(720,480)
ConvertToYUY2()
AddAudio()
LoadPlugin("C:\Program Files\....\MPEGDecoder.dll")
MPEGSource("F:\...\Everwood.1x01.WS.DSR.SVCD.SD-6.mpg",-2)
BicubicResize(720,480)
ConvertToYUY2()
AddAudio()