<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://avisynth.nl/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://avisynth.nl/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Kitten</id>
		<title>Avisynth wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://avisynth.nl/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Kitten"/>
		<link rel="alternate" type="text/html" href="http://avisynth.nl/index.php/Special:Contributions/Kitten"/>
		<updated>2026-04-07T19:18:54Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.19.24</generator>

	<entry>
		<id>http://avisynth.nl/index.php/AssRender</id>
		<title>AssRender</title>
		<link rel="alternate" type="text/html" href="http://avisynth.nl/index.php/AssRender"/>
				<updated>2026-02-09T22:26:01Z</updated>
		
		<summary type="html">&lt;p&gt;Kitten: new version&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FilterCat6|External_filters|Plugins|Plugins_x64|Adjustment_filters|Subtitling|Deep_color_tools}}&lt;br /&gt;
{{Filter3&lt;br /&gt;
|1=pinterf, vadosnaprimer, Blitzker, pingplug, lachs0r, TheFluff, Seiya&lt;br /&gt;
|2=v0.37&lt;br /&gt;
|3=[https://github.com/pinterf/assrender/releases/ assrender-0.37.7z]&lt;br /&gt;
|4=Subtitling&lt;br /&gt;
|5=Source code is MIT license, binaries are GPL&lt;br /&gt;
|6=[https://forum.doom9.org/showthread.php?t=148926 Doom9 Thread]}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Description ==&lt;br /&gt;
AssRender is an AviSynth plugin that renders ASS/SSA and SRT (without the HTML-like markup) subtitles. It uses libass to render the subtitles.&lt;br /&gt;
&lt;br /&gt;
This also means that it is much more picky about script syntax than VSFilter and friends, so keep that in mind before blaming the filter. Yes, people have reported a lot of errors that were actually the script author’s fault and libass vs VSFilter compatibility.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;'''Note:'''&amp;lt;/span&amp;gt; AssRender is a C-plugin so on Avisynth 3.6 it must be loaded using [[Plugins#LoadCPlugin|LoadCPlugin]]. AviSynth+ has no special treatment. It loads C-plugins similarly to C++.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Requirements ==&lt;br /&gt;
* [x86]: [[AviSynth+]] or [https://sourceforge.net/projects/avisynth2/ AviSynth 2.6]&lt;br /&gt;
* [x64]: [[AviSynth+]] &lt;br /&gt;
* Supported color formats: [[RGB24]], [[RGB32]], [[Y8]], [[YV12]], [[YV16]], [[YV24]], [[YV411]]&lt;br /&gt;
** AviSynth+: all [[planar]] formats (8/10/12/14/16bit, Y/YUV/RGB with or without alpha) are supported. [[RGB48]] and [[RGB64]] are also supported.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
* Being a C plugin, minimum required Avisynth+ version varies on which Avisynth version's .LIB was it linked with. v0.36 may require at least Aviysnth 3.7.5.&lt;br /&gt;
&lt;br /&gt;
== [[Script variables|Syntax and Parameters]] ==&lt;br /&gt;
:{{Template:FuncDef|assrender (clip, string file, string &amp;quot;vfr&amp;quot;, int &amp;quot;hinting&amp;quot;, float &amp;quot;scale&amp;quot;, float &amp;quot;line_spacing&amp;quot;, float &amp;quot;dar&amp;quot;, float &amp;quot;sar&amp;quot;, int &amp;quot;top&amp;quot;, int &amp;quot;bottom&amp;quot;, int &amp;quot;left&amp;quot;, int &amp;quot;right&amp;quot;, string &amp;quot;charset&amp;quot;, int &amp;quot;debuglevel&amp;quot;, string &amp;quot;fontdir&amp;quot;, string &amp;quot;srt_font&amp;quot;, string &amp;quot;colorspace&amp;quot;) }}&lt;br /&gt;
&lt;br /&gt;
v0.36:&lt;br /&gt;
:{{Template:FuncDef|assrender (clip, string file, string &amp;quot;vfr&amp;quot;, int &amp;quot;hinting&amp;quot;, float &amp;quot;scale&amp;quot;, float &amp;quot;line_spacing&amp;quot;, int frame_width, int frame_height, bool float &amp;quot;dar&amp;quot;, float &amp;quot;sar&amp;quot;, set_default_storage_size, int &amp;quot;top&amp;quot;, int &amp;quot;bottom&amp;quot;, int &amp;quot;left&amp;quot;, int &amp;quot;right&amp;quot;, string &amp;quot;charset&amp;quot;, int &amp;quot;debuglevel&amp;quot;, string &amp;quot;fontdir&amp;quot;, string &amp;quot;srt_font&amp;quot;, string &amp;quot;colorspace&amp;quot;) }}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
::{{Par2||clip| }}&lt;br /&gt;
:::Input clip.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
::{{Par2||string|}}&lt;br /&gt;
:::Your subtitle file. May be ASS, SSA or SRT.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
::{{Par2|vfr|string| }}&lt;br /&gt;
:::Specify timecodes v1 or v2 file when working with VFRaC.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
::{{Par2|hinting|int|0}}&lt;br /&gt;
:::Font hinting mode. Choose between: &lt;br /&gt;
:::*none (0, default), light (1), normal (2) and Freetype native (3) autohinting.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
::{{Par2|scale|float|1.0}}&lt;br /&gt;
:::Font scale. Defaults to 1.0.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
::{{Par2|line_spacing|float|1.0}}&lt;br /&gt;
:::Line spacing in pixels. Defaults to 1.0 and won’t be scaled with frame size. &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
::{{Par2|frame_width|int|}}&lt;br /&gt;
::{{Par2|frame_height|int|}}&lt;br /&gt;
:::Actual displayed size, provide more information than dar &amp;amp; sar. Of course you need to set both parameters.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
::{{Par2|dar|float| }}&lt;br /&gt;
::{{Par2|sar|float| }}&lt;br /&gt;
:::Aspect ratio. Of course you need to set both parameters. Less priority than frame_width &amp;amp; frame_height.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
::{{Par2|set_default_storage_size|bool|True}}&lt;br /&gt;
:::Whether to render ASS according to storage size, default is True. &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
::{{Par2|top|int|0}}&lt;br /&gt;
::{{Par2|bottom|int|0}}&lt;br /&gt;
::{{Par2|left|int|0}}&lt;br /&gt;
::{{Par2|right|int|0}}&lt;br /&gt;
:::Margins. They will be added to the frame size and may be negative.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
::{{Par2|charset|string|&amp;quot;UTF-8&amp;quot;}}&lt;br /&gt;
:::Character set to use, in GNU iconv or enca format. Defaults to UTF-8.&lt;br /&gt;
:::Example enca format: enca:pl:cp1250 (guess the encoding for Polish, fall back on cp1250)&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
::{{Par2|debuglevel|int|0}}&lt;br /&gt;
:::How much crap assrender is supposed to spam to stderr.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
::{{Par2|fontdir|string|&amp;quot;&amp;quot;}}&lt;br /&gt;
:::Additional font directory.&lt;br /&gt;
:::Useful if you are lazy but want to keep your system fonts clean.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
::{{Par2|srt_font|string|&amp;quot;Sans&amp;quot;}}&lt;br /&gt;
:::Font to use for SRT subtitles. Defaults to whatever Fontconfig chooses for “Sans”.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
::{{Par2|colorspace|string|&amp;quot;&amp;quot;}}&lt;br /&gt;
:::The color space of your (YUV) video. Possible values:&lt;br /&gt;
:::* &amp;quot;Rec2020&amp;quot;, &amp;quot;BT.2020&amp;quot;&lt;br /&gt;
:::* &amp;quot;Rec709&amp;quot;, &amp;quot;BT.709&amp;quot;&lt;br /&gt;
:::* &amp;quot;Rec601&amp;quot;, &amp;quot;BT.601&amp;quot;&lt;br /&gt;
:::* &amp;quot;PC.709&amp;quot;&lt;br /&gt;
:::* &amp;quot;PC.601&amp;quot;&lt;br /&gt;
:::* &amp;quot;TV.fcc&amp;quot;, &amp;quot;PC.fcc&amp;quot;&lt;br /&gt;
:::* &amp;quot;TV.240m&amp;quot;, &amp;quot;PC.240m&amp;quot;&lt;br /&gt;
:::* &amp;quot;none&amp;quot;, &amp;quot;guess&amp;quot;&lt;br /&gt;
:::Default is to use the ASS script's &amp;quot;YCbCr Matrix&amp;quot; or &amp;quot;Video Colorspace&amp;quot; property.&lt;br /&gt;
:::Recognized .ASS properties: &amp;quot;TV.601&amp;quot; &amp;quot;TV.709&amp;quot;, &amp;quot;PC.601&amp;quot; &amp;quot;PC.709&amp;quot; &amp;quot;TV.240m&amp;quot; &amp;quot;PC.240m&amp;quot; &amp;quot;TV.fcc&amp;quot; &amp;quot;PC.fcc&amp;quot; and &amp;quot;none&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
:::&amp;quot;none&amp;quot; and &amp;quot;guess&amp;quot; decides upon on video resolution: width &amp;gt; 1280 or height &amp;gt; 576 → BT.709, else → BT.601. When no hint found in ASS script and 'colorspace' parameter is empty then the default is BT.601.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
 [[AviSource]](&amp;quot;Blah.avi&amp;quot;)&lt;br /&gt;
 AssRender(&amp;quot;subtitles.ass&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Changelog ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2026-02-03 - pinterf&lt;br /&gt;
     * Version 0.37:&lt;br /&gt;
        - add MSBUILD hint to build_msvc helper&lt;br /&gt;
        - fix #52: regression: frame properties were not passed&lt;br /&gt;
          (Revert &amp;quot;Work with frame copy instead of just modifying it&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
2026-01-22 - seiya-git, pinterf&lt;br /&gt;
     * Version 0.36:&lt;br /&gt;
        - Binaries using AviSynth 3.7.5's lib, VS2022 MSVC 14.38 toolset&lt;br /&gt;
        - Update build instructions&lt;br /&gt;
        - Fix hinting&lt;br /&gt;
        - Fix ass_set_storage_size not be called&lt;br /&gt;
        - Switch submodule build system to meson&lt;br /&gt;
        - Update avisynth(plus) headers to v12&lt;br /&gt;
        - Update libass to 0.17.4&lt;br /&gt;
        - Unicode-safe file reading&lt;br /&gt;
        - Add frame size parameters&lt;br /&gt;
        - Add set_default_storage_size boolean&lt;br /&gt;
        - Use frame properties if they available for &amp;quot;YCbCr Matrix: None&amp;quot;&lt;br /&gt;
        - Work with frame copy instead of just modifying it&lt;br /&gt;
&lt;br /&gt;
2021-03-04 - pinterf&lt;br /&gt;
     * Version 0.35:&lt;br /&gt;
        - Windows MSVC: Update to libass v0.15 (git submodule update --init --recursive --remote)&lt;br /&gt;
          For changes since v0.14 see https://github.com/libass/libass/blob/master/Changelog&lt;br /&gt;
        - don't guess base on video resolution (realfinder)&lt;br /&gt;
          if .ass file has no Matrix info then it should be treated as it &amp;quot;Rec601&amp;quot; to maintain compatibility&lt;br /&gt;
        - Parameter 'colorspace' default value is no longer &amp;quot;guess&amp;quot;&lt;br /&gt;
        - Add more color options: PC.709, PC.601, TV.fcc, PC.fcc, TV.240m, PC.240m, none.&lt;br /&gt;
          &amp;quot;none&amp;quot; and &amp;quot;guess&amp;quot; implies &amp;quot;guess-by-resolution&amp;quot;.&lt;br /&gt;
        - Fix: possible crash on initializing phase (buffer overread, linux crashed, Windows was just lucky)&lt;br /&gt;
&lt;br /&gt;
2021-03-01 - pinterf&lt;br /&gt;
     * Version 0.34:&lt;br /&gt;
        - Fix the fix: revert matrix change made in 0.33&lt;br /&gt;
        - Fix: Check matrix from .ASS file &amp;quot;YCbCr Matrix:&amp;quot; section besides &amp;quot;Video Colorspace:&amp;quot;&lt;br /&gt;
          Recognized values are &amp;quot;tv.601&amp;quot; and &amp;quot;tv.709&amp;quot;&lt;br /&gt;
&lt;br /&gt;
2021-02-28 - pinterf&lt;br /&gt;
     * Version 0.33:&lt;br /&gt;
        - Fix: wrong Bt.709 matrix (it wasn't :) )&lt;br /&gt;
&lt;br /&gt;
2021-02-27 - pinterf&lt;br /&gt;
     * Version 0.32:&lt;br /&gt;
        - Fix: treat I420 variant as YV12 instead of unsupported color space&lt;br /&gt;
&lt;br /&gt;
2021-02-18 - pinterf&lt;br /&gt;
     * Version 0.31:&lt;br /&gt;
        - Fix colors for planar RGB&lt;br /&gt;
        - code: hidden ifdef FOR_AVISYNTH_26_ONLY for Avisynth 2.6-only build&lt;br /&gt;
&lt;br /&gt;
2021-02-17 - pinterf&lt;br /&gt;
     * Version 0.30:&lt;br /&gt;
        - 10-16 bit support (including RGB48 and RGB64)&lt;br /&gt;
        - YV411, Planar RGB support&lt;br /&gt;
&lt;br /&gt;
2021-02-16 - pinterf&lt;br /&gt;
     * Version 0.29:&lt;br /&gt;
        - project moved to https://github.com/pinterf/assrender from https://github.com/vadosnaprimer/assrender&lt;br /&gt;
        - Move to Visual Studio 2019 - v142 platform toolset&lt;br /&gt;
        - Add .def module definition file for Avisynth 2.6 std compatibility (function name mangling)&lt;br /&gt;
        - Update Avisynth C headers&lt;br /&gt;
        - Check Linux and gcc-MinGW CMake build&lt;br /&gt;
        - Add build instructions and change log to README&lt;br /&gt;
&lt;br /&gt;
2019-01-14 - vadosnaprimer&lt;br /&gt;
        - https://github.com/vadosnaprimer/assrender/&lt;br /&gt;
        - add batch that lets not to change deps sdk and vs version copied from SMP libass&lt;br /&gt;
        - update SMP submodules&lt;br /&gt;
&lt;br /&gt;
2016-10-18 - Blitzker&lt;br /&gt;
        - https://github.com/Blitzker/assrender&lt;br /&gt;
        - Visual Studio 2015 support&lt;br /&gt;
&lt;br /&gt;
2012-04-20 - lachs0r &lt;br /&gt;
    * Version 0.25:&lt;br /&gt;
        - code restructured&lt;br /&gt;
        - added support for the BT.709 color space and the “Video Colorspace”&lt;br /&gt;
          property that has been introduced with recent versions of Aegisub.&lt;br /&gt;
        binary:&lt;br /&gt;
            - updated everything, switched to MinGW-w64&lt;br /&gt;
              (same toolchain as mplayer2 now)&lt;br /&gt;
&lt;br /&gt;
2011-09-22 - lachs0r &lt;br /&gt;
    * Version 0.24.1:&lt;br /&gt;
        binary:&lt;br /&gt;
            - updated libass to current git HEAD&lt;br /&gt;
            - switched Harfbuzz to libass’ compatibility branch&lt;br /&gt;
            - compiled Harfbuzz without Uniscribe backend&lt;br /&gt;
              fixes lots of crashes and misbehavior&lt;br /&gt;
&lt;br /&gt;
2011-07-29 - lachs0r&lt;br /&gt;
    * Version 0.24:&lt;br /&gt;
        binary:&lt;br /&gt;
            - updated libass to current git HEAD:&lt;br /&gt;
                - fixed performance regression&lt;br /&gt;
&lt;br /&gt;
2011-07-29 - lachs0r&lt;br /&gt;
    * Version 0.23:&lt;br /&gt;
        - disabled font hinting by default&lt;br /&gt;
        binary:&lt;br /&gt;
            - updated libass to current git HEAD and included Harfbuzz:&lt;br /&gt;
                - added support for bidirectional text, Arabic shaping etc.&lt;br /&gt;
                - added proper support for @fonts (vertical writing)&lt;br /&gt;
                - slight performance regression&lt;br /&gt;
                  (glyph cache not hooked up with Harfbuzz yet)&lt;br /&gt;
            - updated FreeType to current git HEAD:&lt;br /&gt;
                - fixed outline stroker for some broken fonts&lt;br /&gt;
&lt;br /&gt;
2011-06-16 - lachs0r&lt;br /&gt;
    * Version 0.22:&lt;br /&gt;
        - fixed hang when a glyph with zero dimensions was encountered&lt;br /&gt;
          (mostly vector clips)&lt;br /&gt;
&lt;br /&gt;
2011-06-08 - lachs0r &amp;lt;lachs0r@srsfckn.biz&amp;gt;&lt;br /&gt;
    * Version 0.21:&lt;br /&gt;
        - finally implemented proper subsampling for YV12&lt;br /&gt;
        - temporarily removed YV16 support&lt;br /&gt;
        - renamed parameter verbosity → debuglevel&lt;br /&gt;
        - code cleanups&lt;br /&gt;
        binary:&lt;br /&gt;
            - reverted to GCC 4.5.2 (4.6 miscompiles MinGW)&lt;br /&gt;
&lt;br /&gt;
2011-06-01 - lachs0r&lt;br /&gt;
    * Version 0.20:&lt;br /&gt;
        - fixed the masksub stuff&lt;br /&gt;
        - properly output debug messages to stderr instead of stdout&lt;br /&gt;
        - reformatted source and corrected/removed some comments&lt;br /&gt;
        - modified CMakeLists.txt to strip the binary by default&lt;br /&gt;
        binary:&lt;br /&gt;
            - now built with GCC 4.6 instead of 4.5.2&lt;br /&gt;
            - included enca again&lt;br /&gt;
            - patched fontconfig:&lt;br /&gt;
                - prettier debug output&lt;br /&gt;
                - use the correct location for its cache&lt;br /&gt;
&lt;br /&gt;
2011-02-01 - lachs0r&lt;br /&gt;
    * Version 0.19:&lt;br /&gt;
        This is a bugfix/cleanup release.&lt;br /&gt;
        - fixed possible buffer overflows in timecodesv1 and SRT parsing&lt;br /&gt;
        - fixed random crashes on unloading&lt;br /&gt;
        - probably fixed compilation with MSVC (patch by TheFluff)&lt;br /&gt;
        - very slightly improved performance with GCC&lt;br /&gt;
        - various code cleanups&lt;br /&gt;
&lt;br /&gt;
2011-01-25 - lachs0r&lt;br /&gt;
    * Version 0.18:&lt;br /&gt;
        - improved YV12 support (should be somewhat usable now)&lt;br /&gt;
        - added support for RGB24, YV24, YV16 and Y8 (YUY2 coming soon)&lt;br /&gt;
        - added SRT subtitle format support&lt;br /&gt;
            additional parameter: srt_font (font to use for srt subs)&lt;br /&gt;
        - exposed some libass parameters:&lt;br /&gt;
            line_spacing (line spacing)&lt;br /&gt;
            dar, sar (aspect ratio)&lt;br /&gt;
            top, bottom, left, right (margins)&lt;br /&gt;
            fontdir (additional font directory)&lt;br /&gt;
        - masksub equivalent if used on a blankclip&lt;br /&gt;
            (still buggy - read source for details)&lt;br /&gt;
        - no more global variables&lt;br /&gt;
&lt;br /&gt;
2011-01-17 - lachs0r &lt;br /&gt;
    * Version 0.17:&lt;br /&gt;
        - added rudimentary YV12 support (chroma subsampling still needs work)&lt;br /&gt;
        - binary: Previously, I linked against a very old avisynth_c.lib - now&lt;br /&gt;
                  you shouldn’t get any error messages about “avisynth_c.dll”&lt;br /&gt;
        - tidied up the RGB32 blitter a bit&lt;br /&gt;
&lt;br /&gt;
2011-01-16 - lachs0r&lt;br /&gt;
    * Version 0.15:&lt;br /&gt;
        - reimplemented as AviSynth C plugin - this fixed several crashes and&lt;br /&gt;
          got rid of the major pain in the ass that is MSVC&lt;br /&gt;
        - binary: built with patched Fontconfig (no longer needs fonts.conf)&lt;br /&gt;
    * Version 0.16:&lt;br /&gt;
        - implemented VFRaC support via timecodes files (v1 and v2 supported)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Archived Downloads ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;; width=&amp;quot;600px&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!!width=&amp;quot;100px&amp;quot;| Version&lt;br /&gt;
!!width=&amp;quot;150px&amp;quot;| Download&lt;br /&gt;
!!width=&amp;quot;150px&amp;quot;| Mirror&lt;br /&gt;
|-&lt;br /&gt;
!v0.25&lt;br /&gt;
|[http://srsfckn.biz/assrender/assrender-0.25.7z assrender-0.25.7z]&lt;br /&gt;
|[https://web.archive.org/web/20180118024447if_/http://srsfckn.biz/assrender/assrender-0.25.7z assrender-0.25.7z]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!--[http://encodan.srsfckn.biz/assrender/ C Plugin] - dead link ---&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
*[http://github.com/pinterf/assrender GitHub] - Updated version (v0.30+) &lt;br /&gt;
*[http://github.com/pingplug/assrender GitHub] - Updated version (v0.28), only source code available. &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
-----------------------------------------------&lt;br /&gt;
'''Back to [[External_filters#Subtitling|External Filters]] &amp;amp;larr;'''&lt;/div&gt;</summary>
		<author><name>Kitten</name></author>	</entry>

	</feed>