Blitzker / assfiltermod

DirectShow subtitle provider based on libass
GNU General Public License v3.0
76 stars 8 forks source link

AssFilterMod

Description

AssFilterMod is a fork of AssFilter by Alex Marsev.

Open-source DirectShow subtitle renderer based on libass and the SubRenderIntf interfaces. Like the well known XySubFilter, AssFilter don't render the subtitles directly onto the video. It instead communicate directly with the video renderer to send the subtitles. This process allow the video renderer to do what it wants with the subtitles.

AssFilterMod is a version of AssFilter with new features and bug fixes:

General Settings:

img

Multiple folders need to be seperated by using the delimiter ; in the External Subtitles Folders. Note: Only subfolders of the currently playing media file folder can be used.

SRT Settings:

img

In the Custom Tags edit control, you can enter Ass Tags and customize your SRT subtitles the way you want.

Ex: If you want your subtitles to be BOLD, enter {\b1}.

Important notes:

Requirements

Windows Vista, 7, 8, 8.1 and 10 (32 and 64 bits)

Releases

Can be found here https://github.com/Blitzker/assfiltermod/releases

Compilation

Compiling AssFilterMod is pretty straightforward:

3rd-party libraries

Credits