moi15moi

Results 53 issues of 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. ![image](https://user-images.githubusercontent.com/80980684/194682370-7712c532-da05-4eb5-bc0c-cf74d552aa22.png) 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...

feature

### Screenshots **VSFilter** ![image](https://user-images.githubusercontent.com/80980684/214730732-801777de-5c38-4116-b285-f420b0770692.png) **Libass (With DirectWrite)** ![image](https://user-images.githubusercontent.com/80980684/214730854-f5051289-af3f-479e-a5f4-732ddd972296.png) ### 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...

compatibility
fonts

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....

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...

enhancement

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...

enhancement

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...

bug
enhancement