Bartłomiej Maryńczak
Bartłomiej Maryńczak
I'm unable to reproduce this with my test file: [chords.mid](https://drive.google.com/file/d/1PlgM9RUaC2vapVqnzdBJdtTGgxKlqyQf/view?usp=sharing) Does this file work for you? What OS are you running? `nor do they activate the key on the keyboard...
Thanks for the feedback. Quick disclaimer, my knowledge about video encoding is nearly none existent. So in supplied link there is a `Lossless H.264` section that explains that setting `crf`...
Sure, so for now we'll go with h264. Tomorrow I'll do some research to find out how to access said `crf` option from C API, and if that does not...
I managed to find a way to change crf and preset, and did some testing, and result are quite suspicious: - Default: (`medium` + crf="-1.0") - Encoded 20208 frames (337s)...
Going from `104MB` to `57MB` by changing the encoding to lossless is quite weird, I mean yeah it increased the encode time, so it's definitely doing some additional work in...
For now it will stay as is. In the meantime I will experiment with other codecs, as with FFmpeg it should be quite straight forward to test out a few...
Reported the bug in [upstream model definition](https://github.com/jikan-me/jikan-rest/issues/226) In the meantime, I will fix this locally on our side shortly. Thanks for the report!
Jikan v3 is going to be gone soon, so the port to v4 should happen ASAP Jikan v4 is now the default one: https://docs.api.jikan.moe/ More info about v3 deprecation: https://docs.google.com/document/d/172RQ9wWiXqOnGqjXrV3cxMNceiqwCjxjprSFuyLwQJM/edit
Progress so far: - [x] Anime - [x] Characters - [x] Club - [x] Genres - [x] Magazines - [x] Manga - [x] People - [x] Producers - [x] Random...
Hey! I'm very aware of the Error situation right now, I just did not have enough motivation lately to define all possible errors that `OxiSynth` can throw, and `()` was...