Oleg Oshmyan
Oleg Oshmyan
To the best of my knowledge, Haali Media Splitter is the only thing that has supported Matroska container-level crop until it was added to mpv. As such, any files that...
> However, nothing in this ASS script actually seems to depend on layout resolution. Actually, the aspect ratio of the text does. With proper LayoutRes support, the _width_ of the...
I see you edited this issue. But the pictures in this issue will not be fixed by adding the rounding: the “border” is a single run, and each karaoke syllable...
Started for vertical rounding in [astiob@rounding](https://github.com/astiob/libass/compare/rounding). Vertical rounding at video resolution should match now; other resolutions need a little bit more work but should be easy enough. Horizontal rounding is...
Turns out vertical rounding is tricky, too: it depends on font size and involves a peculiar sequence of rounding steps. Using “d6” and “d3” to mean “6/3 bits in the...
It feels a bit weird to convert `fsSelection` to a custom bitmask in fontselect but use it raw in `ass_font_get_glyph`. Maybe `ass_face_get_fsSelection` should just be `ass_face_get_style_flags` returning the custom bitmask...
Nice, thanks! > Might want to wait for #683? I was thinking of merging this first, because (IINM) #683 makes all of this PR’s DirectWrite changes redundant—but you’ve put in...
> I'm inclined to keep this behavior unless we find specific cases where it breaks things FWIW this should break any multilayer composition where a full-text layer is position-matched to...
> The issue doesn't depend on a specific font It does. Thankfully, this font was easy to find (方正报宋_GBK aka FZBaoSong-Z04, or at least that’s what the one I found...
Here’s what I _think_ is happening here: The font in question has a Microsoft symbol character map. The characters in such fonts are encoded in the Unicode private use area...