AssFilterMod

From Avisynth wiki
Revision as of 14:47, 29 April 2020 by Reel.Deal (talk | contribs) (AssFilterMod: add documentation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Abstract
Author Blitzker
Version v0.4 (csri_v2)
Download [x86] : assfiltermod_csri_v2_x32.zip

[x64] : assfiltermod_csri_v2_x64.zip

Category Subtitling
License GPLv3
Discussion Doom9 Thread


Description

AssFilterMod is an AviSynth plugin that uses libass to render ASS subtitles.

Requirements


assrender (clip, string "file", string "fonts", float "scale", bool "lig", bool "mask")


clip   =
Input clip.


string   =
Your ASS subtitle file.


string  fonts = ""
Fonts folder to auto-load. (Default: "")


float  scale = 1.0
Subtitles scaling. (Default: 1.0).


bool  lig = false
Font ligatures. (Default: false)


bool  mask = false
When true, render on a black background. (Default: false)


Examples

AviSource("Blah.avi")
AssRender("subtitles.ass")


Changelog

Version          Date          Changes
v0.4(csri_v2) 2017/12/16 - Added AviSynth support[1]



  • GitHub - Source code repository (does not latest source code with AviSynth support).




Back to External Filters