I have search very long time for make good subtitle in my VCD! And i have found a great method (But no very Easy).
Software Need :
- SubRip (http://membres.tripod.fr/submagic/SubRipEn.html)
- Subrip to SubStation Alpha file (http://membres.tripod.fr/submagic/Files/srt2ssa.zip)
- AViSynth (http://www.math.berkeley.edu/~benrg/avisynth-beta.html)
- Plugin Subtitler(http://fabrice.campanella.free.fr/subtitler-2_0.zip)
- TMPGEnc
Ok.
Rip your Subtitle with Subrip and convert this with Subrip to SubStation Alpha.
Create a movie.avs file like this :
function VD_Subtitler(clip clip, string filename)
{
LoadVirtualdubPlugin("subtitler.vdf", "_VD_Subtitler")
return clip._VD_Subtitler(1, filename)
}
movie = DirectShowSource("C:\vobfiles\VTS_1_01.Vob")+Direc tShowSource("C:\vobfiles\VTS_1_02.Vob")+DirectShow Source("C:\vobfiles\VTS_1_03.Vob")+DirectShowSourc e("C:\vobfiles\VTS_1_04.Vob")
movieRGB = ConvertToRGB(movie)
VD_Subtitler(movieRGB)
#END
After with TMPGEnc load movies.asv and encode your movie.
Voila!
You can use any font you want with SubStation Alpha file and you can have very beautyful subtitle. :P
<font size=-1>[ This Message was edited by: Yodapunk on 2001-12-10 19:20:12 ]</font>
+ Reply to Thread
Results 1 to 1 of 1
Similar Threads
-
make subtitle for learning video
By seyyed in forum SubtitleReplies: 1Last Post: 2nd Oct 2011, 08:06 -
How to make softsub from hardsub subtitle
By lequios in forum Newbie / General discussionsReplies: 6Last Post: 24th Jul 2010, 00:50 -
Best DV archiving methode?
By mkrve in forum Camcorders (DV/HDV/AVCHD/HD)Replies: 10Last Post: 6th Feb 2010, 15:31 -
What can I do to make my own subtitle ?
By SB4 in forum SubtitleReplies: 4Last Post: 3rd May 2009, 12:50 -
how to make a DVD subtitle as a default playing subtitle
By yozloy in forum Authoring (DVD)Replies: 3Last Post: 15th Sep 2008, 10:51