From ebb83d2f92a99456296d7e289bcaf6e26059f7e3 Mon Sep 17 00:00:00 2001 From: Peter Date: Sat, 1 Aug 2020 13:58:31 +0100 Subject: Add more youtube-dl options --- .config/mpv/mpv.conf | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to '.config') diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index a789621..5d2edee 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -1,3 +1,7 @@ +# youtube-dl options +sub-auto=fuzzy +ytdl-format=bestvideo[height<=?720][fps<=?30][vcodec!=?vp9]+bestaudio/best +ytdl-raw-options=sub-format=en,write-srt= # set initial volume to 50% volume=50 @@ -5,12 +9,6 @@ volume=50 # Disable display on audio no-audio-display -# Use hardware decoding -# hwdec=auto - -# Use 720p highest video for streams -ytdl-format=bestvideo[height<=?720][fps<=?30][vcodec!=?vp9]+bestaudio/best - # always loop gifs [extension.gif] loop-file=inf -- cgit v1.2.3