Log in

View Full Version : How to revise the position of the subtitle in avisynth


andilan
18th March 2004, 15:14
hi,i m a newbie,have a quetion now,Hope get help with everybody

i make a script for avisynth,I want to place the subtitle in black blank,but i don't know how do it,sorry,my english is too bad

-----------------------------------------------------------
black blank (I want to subtitle in here)
-----------------------------------------------------------


VIDEO

------------------------------------------------------------
black blank (I want to subtitle in here)
------------------------------------------------------------

my scripts:

LoadPlugin("VSFilter.dll")
DirectShowSource("E:\dvd\CD1.avi",24)
VobSub("E:\dvd\CD1.idx")

mf
18th March 2004, 15:38
AddBorders (http://www.avisynth.org/?page=AddBorders).

aklendathu
19th March 2004, 15:32
If I understood the question correctly, you want TWO different subtitles overlaid onto your video, one above, one below ?