hoops10
22nd April 2002, 04:15
I've done multiple encodes using avisynth/CCE method for making svcds. Recently, however I've been having problems with the video being jerky. I used smartripper to rip the vobs onto my HD. First I use dvd2avi (1.76) to create a project file and downmix the DD to DS. Then I create an .avs file that looks like this:
LoadPlugin("c:\winnt\system\mpeg2dec.dll")
video=mpeg2source("c:\movie\one.d2v")
audio=wavsource("c:\movie\chimes.wav")
audiodub(video,audio)
BicubicResize(480,360)
AddBorders(0,60,0,60)
I used 3 pass VBR in CCE, select progressive frames in the video tab( this is ntsc video), uncheck the audio tab, put in the min, max and avg bitrates and then let it encode. Then I use bbmpeg to mux it and cut it. The final mpgs have very jerky video.
Second try, I use dvd2svcd and the final mpgs are perfect without any jerky video at all. Any ideas why? They both use dvd2avi->avisynth->cce method. Please help.
LoadPlugin("c:\winnt\system\mpeg2dec.dll")
video=mpeg2source("c:\movie\one.d2v")
audio=wavsource("c:\movie\chimes.wav")
audiodub(video,audio)
BicubicResize(480,360)
AddBorders(0,60,0,60)
I used 3 pass VBR in CCE, select progressive frames in the video tab( this is ntsc video), uncheck the audio tab, put in the min, max and avg bitrates and then let it encode. Then I use bbmpeg to mux it and cut it. The final mpgs have very jerky video.
Second try, I use dvd2svcd and the final mpgs are perfect without any jerky video at all. Any ideas why? They both use dvd2avi->avisynth->cce method. Please help.