Zabooby / mpv-config

Personal mpv config files aiming to get the best quality and viewing experience
https://mpv.io
290 stars 17 forks source link

Anime profile/high-end PC tweak. #10

Closed Le-Phung-Hien closed 1 year ago

Le-Phung-Hien commented 1 year ago

Love your config! I can't figure out what to change in the three .conf files so hopefully it wont impact the experience. Other than that I'm interested to know if you will introduce an Anime profile in Shaders > Profiles since I don't have a dedicated 'Anime' folder. Also my laptop is high-end so is there any tweak to the your config to utilize all that resources?

Zabooby commented 1 year ago

FYI, the auto-profile for anime applies to any videos on your system that are in a folder called anime. If that still doesn't apply to you, do the following,:

  1. Remove the Anime profile from mpv.conf
  2. Add the following to input.conf: # deband-grain "2" "35" "20"; show-text "Deband: ${deband-iterations}:${deband-threshold}:${deband-range}:${deband-grain}" 5 #! Video > Shaders > Profiles > General Anime
  3. Apply a key binding if you want, by replacing the hashtag at the start

Note that this method doesn't automatically apply the bigger subtitles, as I'm not sure how to add that through input.conf, but it should be easier as pressing Alt+k.

The lines (other than for personal preferences) that I would recommend changing are this and this, if you have an Nvidia gpu then this should be fine but if not you might want to put hwdec=auto instead and remove the line below it.

You shouldn't worry about mpv taking advantage of your harware as my settings are tuned for the best quality, the same goes for the shaders in my config. The priority=high setitng also makes sure of this (if you're on Windows). If you upscale anime alot then then you might want to upgrade the FSRCNNX scaler to the 16 variant, but I'm currently testing it now and might implement it anyway.

Also to maximise your convenience, familiarise yourself with the key bindings in the input.conf and the default key bindings (that weren't changed). Doing so will make your experience with mpv so much smoother. image

Hope this helps and if you want star this repo, I update my config regularly and it would help keep track of changes! ;)