marnix88
18th July 2006, 15:30
Hello, is there a way to change the position of subtitles with VSFilter?
I'm using the script below to add subtitles when encoding an AVI clip with CCE. I know I can create a Style file for SRT subtitles and edit SSA/ASS subtitles to change the Y position, but it would be a lot easier if it could be done directly in the AVISynth script.
Thanks.
LoadPlugin("D:\VirtualDubMod\plugins\VSFilter.dll")
AVISource("H:\TestClip.avi",audio=False)
ConvertToYUY2()
LanczosResize(720,464)
AddBorders(0,8,0,8)
TextSub("C:\MySubtitles.srt")
I'm using the script below to add subtitles when encoding an AVI clip with CCE. I know I can create a Style file for SRT subtitles and edit SSA/ASS subtitles to change the Y position, but it would be a lot easier if it could be done directly in the AVISynth script.
Thanks.
LoadPlugin("D:\VirtualDubMod\plugins\VSFilter.dll")
AVISource("H:\TestClip.avi",audio=False)
ConvertToYUY2()
LanczosResize(720,464)
AddBorders(0,8,0,8)
TextSub("C:\MySubtitles.srt")