digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Subtitles (http://www.digitalfaq.com/archives/subtitles/)
-   -   Cannot get the subtitles to work with my script (http://www.digitalfaq.com/archives/subtitles/8053-cannot-subtitles-work.html)

khusru 02-05-2004 09:42 PM

Cannot get the subtitles to work with my script
 
i keep gettng a syntax error message, i have vsfilter in my pluggin, heres ,my script


AviSource("c:\once.avi",false)
BlindPP(cpu=4)
Blockbuster(method="noise",detail_min=1,detail_max =3,variance=0.1,seed=1)
Convolution3D(1, 6, 12, 6, 8, 2.8, 0)
GripCrop(528, 576, overscan=2, source_anamorphic=false)
GripSize(resizer="LanczosResize")
LoadPlugin("C:\Documents and Settings\Khusru Miah.HOMEPC1
\My Documents\Encoding Tools\AviSynth 2.5\plugins\vsfilter.dll")
(...)
TextSub("c:\once.srt")"
Undot()
TemporalSoften(2,7,7,3,2)
DCTFilter(1,1,1,1,1,1,0.5,0)
#Blockbuster(method="noise",detail_min=1,detail_ma x=10,variance=0.3,seed=5623)
GripBorders()


any help??

clickit 02-06-2004 02:26 AM

remove the extra double quote
in this line
TextSub("c:\once.srt")"

here is the proper line

TextSub("c:\once.srt")

Dialhot 02-06-2004 03:26 AM

Never put the textsub line in the middle of the script !

It must be the last line before the border, or just after if you want th subtitles to appear in the black bar.

clickit 02-06-2004 03:30 AM

right


All times are GMT -5. The time now is 02:43 AM  —  vBulletin © Jelsoft Enterprises Ltd

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.