-
At minimum Libass doesn't use any locks or atomics on the public API, so the handle struct that are created don't look to be Send or Sync. But poking around issues it seems threads are used. But also.…
-
Hi, I just switched to Libass recently and I came to realize that it doesn't render a whole lot of Arabic fonts.
Example:
Xy-Vs
![](https://i.imgur.com/BPufFZo.png)
Libass
![](https://i.imgur.com…
-
### Screenshots
See https://github.com/mpv-player/mpv/issues/13396
### Description of the issue
After [this](https://src.fedoraproject.org/rpms/google-noto-fonts/c/609f6bc1323476289beda736ce3912b73…
-
@Linux-Mint:~$ flatpak run io.mpv.Mpv
mpv-bin: error while loading shared libraries: libass.so.9: cannot open shared object file: No such file or director
-
```
It appears ASS has no way to produce the "{" character. For this reason Libass
added "\{" and "\}" escape sequences 3 years ago as libass specific features.
Maybe it would be a good idea to add …
-
i want render ass subtitle with emoji.but the font of text can't support emoji.
so i use NotoColorEmoji.ttf for color emoji, but the libass support only vector font and gray text.
the freetype2…
-
So far only following encoders / decoders libraries are supported:
> Update at 2020/11/24
**Video**
- [x] mp4 (x264)
- [x] mp4 (x265)
- [x] webm (libvpx)
- [x] ogv (theora)
- [x] mpeg-1 (…
-
### Important Information
Provide following Information:
- mpv version: 0.34.1
- macOS Version: 12.2
- Source of the mpv binary or bundle: MacPorts
If you're not using git master or the lates…
-
### Share your bug report, feature request, or comment.
In ffmpeg version 5 the three distinct pixel formats seems to have been merged into one named just `vaapi`
[The code](https://github.com/own…
-
### Feature Request
Would it be conceivable to add the method: ``ass_get_fonts(ASS_Track *track)``?
### What would it do
This method would return all the font path that libass would use to render…