fedevaps
26th November 2005, 12:40
I have followed this guide:
http://www.doom9.org/index.html?/mpg/avi2dvdr.htm
I have then made this script:
LoadPlugin("C:\Programmer\GordianKnot\VirtualDubMod\plugins\textsub.vdf")
avisource("The_Descent.avi)
BicubicResize(720,272)
AddBorders(0,104,0,104)
TextSub("The_Descent.srt")
ResampleAudio(44100)
In c:\ I have the movie and the .srt file:
c:\The_Descent.avi
c:\The_Descent.srt
this is also where I keep my script: movie.avs.
When I try to open the script in QuEnc 0.61 I get this error:
AviSynth open failure:
Script error: expected a , or )
(C:\movie.avs, line 5, column 20)
Any ideas??
http://www.doom9.org/index.html?/mpg/avi2dvdr.htm
I have then made this script:
LoadPlugin("C:\Programmer\GordianKnot\VirtualDubMod\plugins\textsub.vdf")
avisource("The_Descent.avi)
BicubicResize(720,272)
AddBorders(0,104,0,104)
TextSub("The_Descent.srt")
ResampleAudio(44100)
In c:\ I have the movie and the .srt file:
c:\The_Descent.avi
c:\The_Descent.srt
this is also where I keep my script: movie.avs.
When I try to open the script in QuEnc 0.61 I get this error:
AviSynth open failure:
Script error: expected a , or )
(C:\movie.avs, line 5, column 20)
Any ideas??