PDA

View Full Version : how to use avisynth2.51&cce2.67 to SVCD?


stupidkuei
4th April 2003, 19:43
If I have an avi file

I want to have it to svcd mpeg2

What should I write in .avs file? then let cce 2.67 read the .avs file

NTSC 480x480

thanks

auenf
7th April 2003, 12:51
that all depends on the details of the source AVI.

Enf...

stupidkuei
7th April 2003, 14:25
can u give me an example???

I wanna to know the detail

thanks!!!! 720x480 DV AVI

digitalman
15th April 2003, 16:00
A basic resize line like this should work:

BilinearResize(480,480)

bb
16th April 2003, 08:19
Seems like you're a beginner, so I recommend to use DVD2SVCD. It has an AVI2SVCD mode which automates the task to create an SVCD. It creates AviSynth files, too, which you can use as a template.

bb