Fantastiktürk
80+ Silver
- Katılım
- 19 Aralık 2022
- Mesajlar
- 2,648
- En İyi Cevap
- 1
- Reaksiyon skoru
- 1,740
Video izlemek için MPV kullanıyorum zira çok daha yüksek kalite elde edilebildiğini biliyorum. Ancak bu işlerden anlamıyorum. Okuduğum bir iki rehberle bir config yaptım ancak sonradan fark ettim ki daha yapılacak pek çok ayar varmış. Örneğin: deband, scaler vs. ne bilmiyorum. Çok detaylı bir şey olsun suyunu sıkayım istemiyorum. Temel ayarları halletmek ve kullanmak istiyorum. Config dosyamı inceleyip yardımcı olabilir misiniz:
(Not: Suyunu sıkıp fanları çok yükseltecek kadar değil ama yüksek kalite olsun. R5 5500, RTX 3080 ve NVME SSD kullanıyorum.)
(Not: Suyunu sıkıp fanları çok yükseltecek kadar değil ama yüksek kalite olsun. R5 5500, RTX 3080 ve NVME SSD kullanıyorum.)
Kod:
# Recommended quality profile
profile=high-quality
deband=no
# https://mpv.io/manual/master/#video-output-drivers-vo
# Options: "gpu-next" > "gpu"
# Use "vo=gpu" instead, if you've issues
vo=gpu-next
# https://mpv.io/manual/master/#options-gpu-api"
# Options: "vulkan" > "d3d11" (Windows) > "opengl"
# Use "gpu-api=opengl" instead, if you've issues
gpu-api=vulkan
# https://mpv.io/manual/master/#options-gpu-context
# Options: "winvk" (Windows) / "macvk" (macOS) / "waylandvk" or "x11vk" (Linux) with "gpu-api=vulkan" , "d3d11" with "gpu-api=d3d11" ; else: "auto"
gpu-context=winvk
# https://mpv.io/manual/master/#options-hwdec
# Options: "nvdec"/"nvdec-copy" (Nvidia GPU only) > "vulkan"/"vulkan-copy" ; else: "auto-safe" or "no"
hwdec=nvdec
# https://mpv.io/manual/master/#options-dither-depth
# The bitdepth of your screen, for example "8" or "10" ; leave "auto" (default) if unsure
# Can lead to ugly outputs when you set the wrong number or disable it entirely
dither-depth=auto
# Selects the dithering algorithm
# Use "fruit" (8-Bit/8-Bit+FRC display), "ordered" (true 10-Bit/12-Bit display) or "error-diffusion" with high-end GPUs
dither=error-diffusion
# Selects the kernel in case of error-diffusion
# "sierra-lite" is the fastest decent choice, reasonable alternatives are "floyd-steinberg" or "atkinson"
error-diffusion=sierra-lite
# https://mpv.io/manual/master/#options-target-colorspace-hint
# Enables HDR metadata passthrough ; remove if SDR only screen
#Needed for HDR playback: vo=gpu-next, gpu-api=vulkan, fullscreen=yes
target-colorspace-hint=yes
# Output format of screenshots
screenshot-format=png
# Same output bitdepth as the video
# Set it "no" if you want to save disc space
screenshot-high-bit-depth=yes
#Compression of the PNG picture (1-9)
#Higher value means better compression, but takes more time
screenshot-png-compression=9
# Always open the video player in full screen
fullscreen=yes
# Don't close the player after finishing the video
keep-open=yes
# Cursor hide in ms
cursor-autohide=100
# Default volume of the player
volume=100
# Max volume of the player
volume-max=100
# Allow only mpv to send direct audio signals to the soundbar
# You need to activate "exclusive mode" in your sound driver on Windows
# This is highly recommended for a multi channel soundbar
audio-exclusive=no
# https://mpv.io/manual/master/#options-audio-channels
# Options "auto" (all audio channels) , "auto-safe" (all detected audio channels), "stereo, 5.1, 7.1, ..." (whitelist of supported audio channel for your device)
audio-channels=stereo
# Load external subtitles with (almost) the same name as the video
sub-auto=fuzzy
# https://mpv.io/manual/master/#options-sub-ass-vsfilter-blur-compat
# Backward compatibility for vsfilter
# Disabling it "no" can result in broken subtitles in older vsfilter subtitles (still recommended)
# Enabling it "yes" can result in broken subtitles in newer libass subtitles
# Disabled to avoid issues with libass subtitles
sub-ass-vsfilter-blur-compat=no
Son düzenleme: