Skip to content

Releases: AmusementClub/assrender

assrender v0.38.1

07 Nov 14:30
Compare
Choose a tag to compare

update libass to 0.17.1, update its dependencies

assrender v0.38.0

11 Dec 14:28
Compare
Choose a tag to compare

update libass to 0.17.0
add FrameProp function to render text from frame property, details could be seen on the README

assrender v0.37.1

06 Aug 13:27
Compare
Choose a tag to compare

update dependencies
add csri (common subtitle renderer interface), which means assrender could be used in Aegisub
old behavior as a parameter in vs plugin, another renderer in csri

assrender v0.37.0

20 May 14:18
Compare
Choose a tag to compare

update libass ( to 0.16.0 ), and its dependencies.
change some behavior about frame size because of this libass/libass#591
so we will also provide a release of the old behavior util libass/libass#597 settled.
add frame_width, frame_height to set the actual displayed size for replacing dar, sar, they provide more information and reduce manual calculation.

assrender v0.36.2

01 Jan 12:20
Compare
Choose a tag to compare

now "Subtitle" support multiline subtitles.
some notes:
now start end and text all support a list or single element as parameter, and each pair of "start" and "end" matches a "text", and the missing "start" and "end" will be filled with the last one.
the "start and end" beyond text and unpaired "start and end" will be discarded

assrender v0.36.1

11 Dec 00:34
Compare
Choose a tag to compare

fix: segment fault of Subtitle
dependency: freetype update to 2.11.0 (bug-fixed)

assrender v0.36

21 Sep 10:47
Compare
Choose a tag to compare

add "Subtitle" from vapoursynth/subtext
dependency freetype back to 2.10.4

assrender v0.35.4

14 Sep 14:05
Compare
Choose a tag to compare

Update libass to 0.15.2
ass.dll (use for Aegisub and other software linking libass of vcpkg-x64-windows): add asm optimization

assrender v0.35.3

02 May 03:25
Compare
Choose a tag to compare

update libass to 0.15.1

assrender v0.35.2

15 Apr 09:48
Compare
Choose a tag to compare

fix: filename encoding in vapoursynth interface
fix: linux build
detect bom if charset not set