I have an avi file and srt sub. How can I create a permanent sub using either avisynth or aviscript? I don't know anything about the 2 programs. Must I use virtualdub to frameserve or better still can I directly load the avs file into tmpgenc for encoding?
The reason why I chose this method is because when I tried to frameserve
from virtualdub using the default textsub filter in virtualdub, tmpgenc will
report as file unsupported.Please help!!
+ Reply to Thread
Results 1 to 11 of 11
-
-
Can someone post a simple script, just the avi file and the srt file and all the essential dll. Would appreciate very much. Thanks
-
Originally Posted by Drakng
When I get home tonght, I'll dig up what I have used in the past... As I recall, it is fairly straightforward..... biggest PITA was geting the sub file in order... Subtitle Workshop seems to ring a bell..... it will be at least 4-5hrs before I can get to it though... -
OK... sorry for the delay.... long day at work.....
I guess there was a bit of confusion as the package that the VSFilter.dll is part of is called TextSub. Here is a link to it on WarpEnterprises. This package has a full set of instructions on how to use it. If you have any furthur questions, let me know....
T -
Yeah.. I read the tread but it doesn't seem to apply in my case.Textsub is
already provided in virtualdub. I don't know how to write the script and the
parameters required.
I just need a simple script for a avs file so that I can directly loaded it in tmpgenc or VD...Please help. -
Code:
LoadPlugin("c:\program\dvd2svcd\mpeg2dec\mpeg2dec.dll") mpeg2source("c:\y\xyz.d2v") LoadPlugin("C:\Program\VobSub\textsub.vdf") textsub("c:\y\xyz.ssa") LanczosResize(352,288)
/Mats
Similar Threads
-
New AVISynth UI
By tin2tin in forum Latest Video NewsReplies: 23Last Post: 19th Jan 2012, 01:53 -
Aviscript
By kemo1000 in forum EditingReplies: 4Last Post: 14th Jan 2012, 08:43 -
AVIScript Line25 error
By pboong in forum Video ConversionReplies: 25Last Post: 24th Aug 2010, 06:35 -
avisynth
By sportflyer in forum Newbie / General discussionsReplies: 1Last Post: 16th Feb 2010, 04:36 -
AVIsynth help!
By helper in forum Newbie / General discussionsReplies: 11Last Post: 15th Oct 2008, 03:35