Skip to content

assrender: fix smooth scaling by disabling hinting

Copied from https://gitlab.freedesktop.org//gstreamer/gst-plugins-bad/-/merge_requests/1822

When ass hinting value is set to anything other than NONE, subtitles cannot use smooth scaling, thus all animations will jitter.

The libass author warns about possibility of breaking some scripts when it is enabled, so lets do what is recommended and disable it to get the smooth scaling working.


Attached sample video to show the difference (English text is rendered).

Before: assrender-before

After: assrender-after

Merge request reports