View Full Version : can we use cce226 & avisynth to transfer divx movie???
stupidkuei
30th October 2002, 13:50
we can use tmpgenc & vobsub 2.18 to transfer divx movie to svcd or vcd with subtitle
If I want to use cce266 & avisynth, can we transfer divx movie to svcd or vcd with subtitle????
thanks a lots!!!!!
Matthew
31st October 2002, 00:12
Don't know about the subtitles part (it can be done I'm just not sure how), but there's a great Q&A in the DVD2SVCD basic forum about how to ensure you get correct AR when using avisynth to convert a divx to SVCD. It's Q62 in the FAQ.
frank
31st October 2002, 15:30
YES, you can.
If you knew Avisynth then it's no problem!
Read the DIVX file with AVISource() command, then resize.
Vobsub works, but only in YUY2. Use ConvertToYUY2.
stupidkuei
31st October 2002, 17:16
Thanks
and how to subtitle better?
can u write an avisynth for me?
my set is as follow, but the subtitle looks dirty
AVISource("d:\Black\Black Knight.avi").BilinearResize(352,240)
ConvertToYUY2
Loadplugin("C:\windows\system32\vobsub.dll")
Vobsub("d:\black\Black Knight")
ResampleAudio(44100)
how to make it better???
thanks!!!!!
OronMuffe
1st November 2002, 13:18
To edit the look of the subs, just go to the VobSub dir and open "VobSub Configure". Press Open and select the .sub-file you have, chose the right language in the drop-down, then make changes to colors, x and y placement and stuff. Last, press OK. Done.
stupidkuei
1st November 2002, 18:20
and how to deal with the ac3 sound part???
can anyone tell me how to do in avisynth set??
Kb_cruncher
3rd November 2002, 12:08
I only use avisynth to do the video,the audio i do seperately by loading the ac3 into "BesweetGUI" and encoding to mp2(which is the format SVCD uses(SVCD standards also say to use 44Khz audio but most dvd players will play 48Khz ok so no need to downsample the ac3 track).
Once you have the audio and video you multiplex them together with a multiplexer that can output a (S)VCD compliant mpeg file."BBMpeg" is a good one.
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.