this post was submitted on 31 Jul 2023
6 points (100.0% liked)
Jellyfin: The Free Software Media System
5750 readers
7 users here now
Current stable release: 10.10.2
Matrix (General Information & Help)
Matrix (Off-Topic) - Come get to know the team and blow off steam!
Matrix Space - List of all the available rooms on Matrix.
Discord - Bridged to our Matrix rooms
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Plex and JMP both use mpv under the hood, so the only difference is going to be playback settings. I am pretty sure the
profile=gpu-hq
setting enables debanding so that is probably the culprit. Your mpv example is noticeably smoother so that is some really heavy-handed debanding while Plex goes for something more balanced.The JMP is probably exactly how the source looks so ideally you should find a better source that doesn't have banding in the first place. That is some really bit-starved video. But if you want debanding you could try adding an mpv.conf file to JMP and try some different deband settings. The defaults by adding
deband=on
should be enough but you can also mess with the threshold/range/grain options if necessary.