ChihayaLab / xy-VSFilter

Official xy-VSFilter Repository

Home Page:https://code.google.com/p/xy-vsfilter/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is this

This is a subtitle render filter for directshow video players such as mpc-hc/mpc-be, potplayer with madVR, which use libass to render ASS and SSA format subtitles, and origns from Cyberbeing/xy-VSFilter#16, named XySubFilter with libass.

How to use

  1. Run Install_XySubFilter.bat as administrator and dont move or delete the "XySubFilter.dll".
  2. Select XySubFilter in your player as your subtitle renderer.
    • Options -> Subtitle -> Subtitle renderer in MPC-BE
    • Options -> Playback -> Output -> Subtitle Renderer in MPC-HC

How to compile

  1. clone or download release from https://github.com/ShiftMediaProject/VSYASM, and run install_script.bat as administrator.
  2. Clone the repo and run git submodule update --init --recursive --remote in the folder.
  3. In Visual Studio, manully set the Runtime Library of libass and its dependencies to "/MT" for Release and "/MTd" for Debug. See here for more.
  4. Build project xy_sub_filter.

About

Official xy-VSFilter Repository

https://code.google.com/p/xy-vsfilter/

License:GNU General Public License v2.0


Languages

Language:C++ 85.2%Language:C 13.1%Language:Assembly 1.6%Language:Shell 0.1%