YourMJK
YourMJK
@svobs It is true that screenshots produced with the encoding option `--o` are equally as overexposed as IINA's. I could reproduce that at least. However, mpv *will* create correct screenshots...
I couldn't find this explicitly in the code but I think `libmpv` inside IINA is using the software rendering for taking screenshots, similarly to the `--screenshot-sw=yes` option which is why...
Seems like this issue doesn't occur when you use `ParsableArguments` instead of `ParsableCommand` for the `@OptionGroup`'s type.
Okay, thanks for the information. I might look into it and create a PR if I found a solution.
@cubicibo Thanks for that detailed rundown! Helped me better understand how this format is supposed to work … > The sanest approach is to drop every Normal Case (NC) that...
Thanks again for that valuable information. And the sample file! > Both AP and ES states mean that any preceding data shall not be used. Ah, that clears things up!...
@MonoS In addition to re-implementing this cut&merge mode more rigorously, I want to make it a bit more flexible. Currently, you can only specify sections to remove (blacklist) and the...
> Consistency is key Agreed, that's what I was thinking as well: look at the DTS around the new DS and adapt accordingly. > E.g Palette ID in PCS: the...
> * Object Data Length is RLE length + 4, as it includes width and height fields. Coincidentally, I also figured that out myself yesterday when testing my ODS reading...
@cubicibo I found another interesting diversion, according to [this source file from BDSup2Sub](https://github.com/mjuhasz/BDSup2Sub/blob/master/src/main/java/bdsup2sub/supstream/bd/PGSCompositionState.java), there is also a fourth composition state: **"Epoch Continue"** (`0xC0`). Basically `0x80 | 0x40`, so both "Epoch...