QUOTE(atrash @ Jun 21 2006, 02:45 PM)
shinjite..can u explain it again?i'm a bit blur!what u've written there is how to hrdsub it isn it?
Basically hardsub videos have the subtitles in the video itself where you as the user will not be able to extract it off anymore or edit it. As for softsub, the subtitles comes with the movie itself in the same container where it can be extracted out and be edited.
So if you want to hardsub the subtitles into the video, there are 2 ways:-
1) Download VirtualDubMod (freeware) and download VobSub and install. Once installed, you open VirtualDub and go to its filters. In the filter section, there will be a filter call TextSub. Open it and add in the subtitle that is supported like .srt, .ass, .ssa and etc. Once loaded, you can check the subtitles with VirtualDub b4 encoding the movie.
2) Install Avisynth and get the VSFilter.dll file. Its the best framework available for videos.
----Script----
Open notepad and type this :-
LoadPlugin("C:\avisynth\plugins\VSFilter.dll")
a) If the source is AVI, type:-
AviSource("C:\xxxx\xxxx.avi")
TextSub("C:\xxxx.srt") <--- example of loading a srt sub file, if others just change the extension
If the source is in mkv or other containers, type :-
DirectShowSource("C:\xxxx\xxxx.mkv") <--- same as above, follow the video's extension
b) Save the notepad into a .avs file and open it up in VirtualDub and encode it
PS : Make sure use 2 passes for your encode to achieve the quality. Best is to use a lossless source