Hi all,
I used this guide to use my .sub file for a movie. I used the fourth scenario near the bottom with AVISynth. In the VobSob documents that came with it, it said to use textsub, you need this:
in your AVISynth script. I've had problems with this. For instance, what do I put under "charset"? Also, what do I put under "fps"? Any help would be appreciated, thanks.Code:LoadPlugin("textsub.vdf") TextSub("path\filename.ext"[, charset[, fps]])![]()
+ Reply to Thread
Results 1 to 5 of 5
-
-
I think that all you need is like what he had in the guide:
Code:LoadPlugin("c:Program FilesVirtualdubpluginsTextSub.vdf") LoadPlugin("c:winntsystem32mpeg2dec.dll") mpeg2source("d:dvdmatrixmatrix.d2v") #[filter] #[filter] #[filter] #[filter] TextSub(d:dvdmatrixsubsmatrix.srt")
what are you askin' me for...
I'm an idiot! -
@fantomlord
That was the first thing I tried. When I loaded the .avs into Windows Media Player, the movie itself worked, but there weren't any subs.
That guide was written for an older version of VobSob. Maybe that's the problem... Also, if it helps, my subs are in a .sub format. 8) -
hmm...
last time I did subs, I was using older versions of avisynth.
when you write your script, do you try opening it with media player?
do the subs show up, or do you get an error message?
I'm also assuming your using the right extension in your script:
Code:TextSub(d:\dvdmatrixsubsmatrix.sub")
what are you askin' me for...
I'm an idiot! -
Alright, since that guide didn't work, I used another guide. I'm too lazy to get the link, but it is the one where you frameserve it with VDub. I converted the .sub file to a .ssa file and used the Subtitler filter and frameserved it to TMPGEnc. Thanks for your help.
Similar Threads
-
PIP Problem using AviSynth
By wakeup in forum EditingReplies: 4Last Post: 20th Feb 2012, 18:14 -
W7 + AviSynth + VC-1 = problem?
By follz20 in forum Video ConversionReplies: 5Last Post: 5th May 2010, 12:16 -
AviSynth Script Problem
By Eva-Unit01 in forum EditingReplies: 21Last Post: 29th Dec 2009, 12:00 -
Avisynth Directshowsource Problem
By Robert Simandl in forum Video ConversionReplies: 3Last Post: 2nd Jan 2008, 07:41 -
Alparysoft Deinterlace for AVISynth problem
By _migz_ in forum Video ConversionReplies: 5Last Post: 3rd Aug 2007, 07:54