Log in

View Full Version : XviD to VCD\SVCD help please


Kb_cruncher
23rd July 2002, 17:10
i have some movies encoded in xvid that i want to convert to svcd.
the files won't open in vdub,i have the decoder installed properly.so i tryed with avisynth avs script......

AVISource parameter does'nt open in vdub and i get a error message with cce.

DirectShowSource with the "fps"parameter is the only avs that will open in vdub.CCE crashes but tmpeg opens it fine(tmpeg also open the avi).here is the script...

LoadPlugin("D:\SimpleResize.dll")
DirectShowSource("D:\the others.avi",fps=25)
SimpleResize(352,384)
AddBorders(0,96,0,96)
#ResampleAudio(44100)

windows media player and zoom player play the files fine so there is no problem with the decoder.

i really want to use cce as it is much faster.do i need to have the exact build of xvid that was used to encode the movies for it to work?

maybe this post needs to be in the xvid section so i will post there too.hope this is o.k....moderator??