DVobSub is not only a plugin for AVISynth/AVIUtl/VirtualDub to strip subtitles from DVD VOB files and to integrate subs with video, it's also a DirectShow filter for displaying them on your DivX/XviD/etc video files during playback.
Displaying subtitles on video, will be automatic, if you're using a player that makes use of DirectShow to render video, such as WMP, PowerDVD, WinDVD, BSPlayer and if there is a subtitle file with the same name as the video file present in either the same directory, or one of the dirs defined in the configuration. Please refer to the readme and/or refer to the official site for more specific info.
This plugin will facilitate displaying bitmap-subtitles (ripped from DVD) in the VobSub format. Files come in pairs of *.idx and *.sub (index/bitmaps). The *.sub file may also be RAR-compressed. Various plain-text formats (editable in Notepad) are also supported: SubRip (*.srt), MicroDVD (*.txt), SubViewer (*.sub), etc.
Note: No longer includes SubResync/SubMux/Cutter/Joiner. Install v2.23 for the latest version of these tools.
How to install DVobSub:
1) Use e.g. WinRAR to unpack the relevant VSFilter.dll, without extracting paths:
- Win9x/ME: file from "Release" dir --> C:\WINDOWS\SYSTEM\
- WinNT/2K: file from "Release Unicode" dir --> C:\WINNT\SYSTEM32\
- WinXP: file from "Release Unicode" dir --> C:\WINDOWS\SYSTEM32\
2) Go to Start --> Run, and type: regsvr32 vsfilter.dll
3) Click OK and OK again when it says "DllRegisterServer in vsfilter.dll succeeded."
How to uninstall DVobSub:
1) Go to Start --> Run, and type: regsvr32 /u vsfilter.dll
2) Click OK and OK again when it says "DllUnregisterServer in vsfilter.dll succeeded." |