]> git.rmz.io Git - dotfiles.git/commitdiff
mpv: pick best video and best audio
authorSamir Benmendil <me@rmz.io>
Sun, 24 Nov 2019 14:24:52 +0000 (14:24 +0000)
committerSamir Benmendil <me@rmz.io>
Sun, 24 Nov 2019 14:24:52 +0000 (14:24 +0000)
This avoids ytdl picking a low quality video only because the higher
quality video have a separate audio track.

This will most likely cause muxing of the best audio and video.

mpv/config

index 33c48c3f68c93b8dc010320dcc65f61b5fd78b2c..df8f4b336eb06b2098f3e40442d27182f88fc280 100644 (file)
@@ -1,5 +1,5 @@
 # default
 ytdl
-ytdl-format=[height<=720]
+ytdl-format=bestvideo[height<=720]+bestaudio/best[height<=720]
 cache=auto
 no-sub