AssFilterMod
From Avisynth wiki
(Difference between revisions)
(add archived downloads section) |
(→Description: add deprecated note) |
||
Line 14: | Line 14: | ||
<br> | <br> | ||
<br> | <br> | ||
+ | <span style="color:red">'''Note: this plugin is no longer developed. [[AssRender]] is strongly recommended. '''</span> | ||
+ | <br> | ||
+ | <br> | ||
+ | |||
== Requirements == | == Requirements == | ||
* [x86]: [[AviSynth+]] or [https://sourceforge.net/projects/avisynth2/ AviSynth 2.6] | * [x86]: [[AviSynth+]] or [https://sourceforge.net/projects/avisynth2/ AviSynth 2.6] |
Latest revision as of 09:20, 27 August 2021
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 |
Contents |
[edit] Description
AssFilterMod is an AviSynth plugin that uses libass to render ASS subtitles.
Note: this plugin is no longer developed. AssRender is strongly recommended.
[edit] Requirements
- [x86]: AviSynth+ or AviSynth 2.6
- [x64]: AviSynth+
- Supported color formats: RGB32
[edit] Syntax and Parameters
- assrender (clip, string "file", string "fonts", float "scale", bool "lig", bool "mask")
- clip =
- Input clip.
- clip =
- string =
- Your ASS subtitle file.
- string =
- string fonts = ""
- Fonts folder to auto-load. (Default: "")
- string fonts = ""
- float scale = 1.0
- Subtitles scaling. (Default: 1.0).
- float scale = 1.0
- bool lig = false
- Font ligatures. (Default: false)
- bool lig = false
- bool mask = false
- When true, render on a black background. (Default: false)
- bool mask = false
[edit] Examples
AviSource("Blah.avi") AssRender("subtitles.ass")
[edit] Changelog
Version Date Changes
v0.4(csri_v2) 2017/12/16 - Added AviSynth support[1]
[edit] Archived Downloads
Version | Download | Mirror |
---|---|---|
v0.4 (csri_v2) | [x86] : assfiltermod_csri_v2_x32.zip
[x64] : assfiltermod_csri_v2_x64.zip |
[x86] : assfiltermod_csri_v2_x32.zip
[x64] : assfiltermod_csri_v2_x64.zip |
[edit] External Links
- GitHub - Source code repository (does not include latest changes with AviSynth support).
Back to External Filters ←