Dudemanguy / mpv-manga-reader

Manga reading script for mpv
GNU General Public License v3.0
118 stars 4 forks source link

Image's format change on double page mode #21

Closed sakuhanachan closed 6 months ago

sakuhanachan commented 11 months ago

As said in the title. after enable Double page mode on some page, player will convert image's format (and color?) to same another image that open on double page. like original is yuv444p but another image is gray, player will convert that yuv444p image to gray same as another image. not sure it's happen on manga mode only or happen on normal mode too.

example original: dahliya6example.zip mpv-shot0035

original: inakaossan1example.zip mpv-shot0033

original: romelia3example.zip mpv-shot0036

Dudemanguy commented 11 months ago

It's because of lavfi-complex. I was never sure if there was a way to prevent that.

Dudemanguy commented 6 months ago

Sorry for the delay on this. The fix requires mpv from master to work.