View Single Post
Old 14th August 2002, 22:41   #9  |  Link
ukendt
Moderator
 
Join Date: Oct 2001
Location: Denmark
Posts: 541
this works .....with Vobsub 2.09

LoadPlugin("MPEG2DEC.dll")
LoadPlugin("C:\windows\system32\vobsub.dll")
mpeg2source("C:\VTS\movie.d2v")
Crop(9,0,702,576)
BilinearResize(448,414)
AddBorders(16,40,16,122)
VobSub("C:\VTS\vts_01_0")
ResampleAudio(44100) # CCE 2.5 'crashfix' for Athlons

I don't use CCE to make the sound, nor VD.
Use wav2mp to make the sound for svcd and mix with BBmpg.
In order to see the right (avisynth)script use Fitcd.
This script is for region 2, 16:9 and U may move the picture adjusting addborders. Subs will be below the picture (U may decide "how much below" working on vobsub).
When U are done, open the script file with WMP, don't bother about proportions and look and see if subs are available. If so , open CCE,add scripfile and encode with the proper settings.
BTW this methode will make removing perm subs easier, re-incoding and cropping out the black bars

Last edited by ukendt; 14th August 2002 at 22:44.
ukendt is offline