moi15moi
moi15moi
An mkv file can contain multiple video track. It should be nice if the VideoReader constructor could have a parameter to precize the **track_number** we want.  By default, it...
Add some note about the required font to be able to run the test ``test_text_to_shape`` in ``test_convert.py``
**Is your feature request related to a problem? Please describe.** It been more than a year since the development of the 1.0.9 version has been started: https://github.com/sheldonkwoodward/pymkv/commits/release/1.0.9 **Describe the solution...
### Screenshots **VSFilter**  **Libass (With DirectWrite)**  ### Description of the issue This [font.zip](https://github.com/libass/libass/files/10505059/test.zip) doens't contain an OS/2 table. When it is the case, GDI seems to only use...
As we talked about [here](https://github.com/harfbuzz/harfbuzz/discussions/3882), it would be interesting to add the function **hb_ot_var_named_instance_get_stat_name**. Here could be a signature of hb_ot_var_named_instance_get_stat_name. ```c hb_ot_name_id_t * hb_ot_var_named_instance_get_stat_name(hb_ot_var_axis_info_t axis_info); ``` In term of...
This PR close #157 In brief, on Windows, FreeType doesn't support to create a Face with an non-ASCII filename. To work around this problem, we load the font from memory....
Close #76
This pull request will implement #57. Is also overwrite this PR #65. Important to note, I haven't been able to get the information if the microdvd end frame value is...
It would be nice if pysubs2 could interpret all the cue settings: https://developer.mozilla.org/en-US/docs/Web/API/WebVTT_API#cue_settings - vertical - line - position - size - align This would allow to correctly convert some...
Currently ms_to_frames and frames_to_ms does not works correctly. They can be imprecise. I did a pullrequest on the PyonFx repos and I think it could be a good idea to...