Portable Library for SSA/ASS Subtitles Rendering
http://code.google.com/p/libass/
Libass is a portable library for SSA/ASS subtitles rendering.
- Sources inherited from project multimedia:libs
- Devel package for openSUSE:Factory
-
4
derived packages
- Links to openSUSE:Factory / libass
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:infi777:games/libass && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000141 141 Bytes | |
baselibs.conf | 0000000008 8 Bytes | |
libass-0.17.0.tar.xz | 0000403780 394 KB | |
libass.changes | 0000022877 22.3 KB | |
libass.spec | 0000002704 2.64 KB |
Revision 60 (latest revision is 68)
Takashi Iwai (tiwai)
accepted
request 1041176
from
Dirk Mueller (dirkmueller)
(revision 60)
- update to 0.17.0: * This release’s major feature is the addition of a new ASS ScriptInfo header pair: LayoutResX and LayoutResY. The introduction has been coordinated with active VSFilters and will soon be available in xy- VSFilter and XySubFilter as well. * Since the beginning, many features in ASS scale relative to or are otherwise affected by the storage resolution of the video file the subs are bundled with. Adjusting subs for different video resolutions traditionally took non-trivial effort. Of course this behavior must be kept by default to preserve compatibility with existing files. But now, setting both of the new headers to a positive, non-zero value will replace the video storage resolution with the specified resolution for the whole file, allowing easy reuse across all encodes of the same display aspect ratio. This includes PAR effects, so reuse across anamorphic and non-anamorphic releases is possible too. * Detailed Changes: * Fix various parts relating to automatic linebreaking * Fix rendering when hinting was enabled and fontsizes or scales are zero * Switch build to a non-recursive setup for improved parallelism * Improve quality of SSA Effects movement * Further documentation improvements * Completely invalid Events are now discarded during parsing * Introduction of LayoutRes{X,Y} script headers * New AlphaLevel style override to set all alpha values while keeping the color * Add ASS_FEATURE_WRAP_UNICODE to allow automatic linebreaks in accordance with the Unicode line breaking algorithm instead of ASS' much stricter breaking rules. For the feature to be available at runtime, libass must be linked against the new optional dependency libunibreak. * Improve VSFilter compatibility:
Comments 0