AssFilterMod: Difference between revisions

From Avisynth wiki
Jump to navigationJump to search
AssFilterMod: add documentation
 
add archived downloads section
Line 3: Line 3:
| [https://github.com/Blitzker Blitzker ]
| [https://github.com/Blitzker Blitzker ]
| v0.4 (csri_v2)
| v0.4 (csri_v2)
| [x86] : [http://www.mediafire.com/file/73h86ifmhbw2p2d/assfiltermod_csri_v2_x32.zip assfiltermod_csri_v2_x32.zip]
| [x86] : [https://web.archive.org/web/20200526171114if_/https://files.videohelp.com/u/223002/assfiltermod_csri_v2_x32.zip assfiltermod_csri_v2_x32.zip]
------------
------------
[x64] : [http://www.mediafire.com/file/3pb5aeee8489srw/assfiltermod_csri_v2_x64.zip assfiltermod_csri_v2_x64.zip]
[x64] : [https://web.archive.org/web/20200526171149if_/https://files.videohelp.com/u/223002/assfiltermod_csri_v2_x64.zip assfiltermod_csri_v2_x64.zip]
| Subtitling
| Subtitling
| GPLv3
| GPLv3
Line 15: Line 15:
<br>
<br>
== Requirements ==
== Requirements ==
* [x86]: [[AviSynth+]] or [http://forum.doom9.org/showthread.php?t=168764 AviSynth 2.6]
* [x86]: [[AviSynth+]] or [https://sourceforge.net/projects/avisynth2/ AviSynth 2.6]
* [x64]: [[AviSynth+]]
* [x64]: [[AviSynth+]]
* Supported color formats: [[RGB32]]
* Supported color formats: [[RGB32]]
Line 51: Line 51:
  Version          Date          Changes<br>
  Version          Date          Changes<br>
  v0.4(csri_v2)    2017/12/16    - Added AviSynth support[https://forum.doom9.org/showthread.php?p=1827142#post1827142]
  v0.4(csri_v2)    2017/12/16    - Added AviSynth support[https://forum.doom9.org/showthread.php?p=1827142#post1827142]
<br>
== Archived Downloads ==
{| class="wikitable" border="1"; width="600px"
|-
!!width="100px"| Version
!!width="200px"| Download
!!width="200px"| Mirror
|-
!v0.4 (csri_v2)
|[x86] : [https://web.archive.org/web/20200526171114if_/https://files.videohelp.com/u/223002/assfiltermod_csri_v2_x32.zip assfiltermod_csri_v2_x32.zip]
------------
[x64] : [https://web.archive.org/web/20200526171149if_/https://files.videohelp.com/u/223002/assfiltermod_csri_v2_x64.zip assfiltermod_csri_v2_x64.zip]
|[x86] : [https://www.mediafire.com/file/73h86ifmhbw2p2d/assfiltermod_csri_v2_x32.zip assfiltermod_csri_v2_x32.zip]
------------
[x64] : [https://www.mediafire.com/file/3pb5aeee8489srw/assfiltermod_csri_v2_x64.zip assfiltermod_csri_v2_x64.zip]
|}
<br>
<br>
<br>
<br>
== External Links ==
== External Links ==
*[https://github.com/Blitzker/assfiltermod GitHub] - Source code repository (does not latest source code with AviSynth support).
*[https://github.com/Blitzker/assfiltermod GitHub] - Source code repository (does not include latest changes with AviSynth support).
<br>
<br>
<br>
<br>
-----------------------------------------------
-----------------------------------------------
'''Back to [[External_filters#Subtitling|External Filters]] &larr;'''
'''Back to [[External_filters#Subtitling|External Filters]] &larr;'''

Revision as of 19:14, 26 May 2020

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]


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



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




Back to External Filters