mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-11 20:43:00 +01:00
update mpv config
This commit is contained in:
parent
4948e97f5b
commit
e2ee0962d8
2 changed files with 18 additions and 5 deletions
|
@ -1,5 +0,0 @@
|
||||||
vo=gpu-next
|
|
||||||
profile=gpu-hq
|
|
||||||
|
|
||||||
hwdec=auto
|
|
||||||
hwdec-codecs=all
|
|
18
.config/mpv/mpv.conf.cgt
Normal file
18
.config/mpv/mpv.conf.cgt
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
<!
|
||||||
|
local opts = {
|
||||||
|
-- Enable hardware decoding
|
||||||
|
vo = "gpu-next",
|
||||||
|
profile = "gpu-hq",
|
||||||
|
hwdec = "auto",
|
||||||
|
["hwdec-codecs"] = "all",
|
||||||
|
|
||||||
|
-- YTDL: Don't go over 1080p
|
||||||
|
["ytdl-format"] = "bestvideo[height<=1080]+bestaudio/best[height<=1080]",
|
||||||
|
|
||||||
|
-- YTDL: Mark Sponsorblock segments (YT-DLP Only, also doesn't work lol)
|
||||||
|
--["ytdl-raw-options"] = "sponsorblock-mark=all",
|
||||||
|
}
|
||||||
|
!>
|
||||||
|
<! for k, v in pairs(opts) do !>
|
||||||
|
<% k %>=<% v %>
|
||||||
|
<! end !>
|
Loading…
Reference in a new issue