From 5fece3ccbfa49fd8ef27bbfabd1d5f0553ea7aea Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 23 Dec 2019 15:20:57 +0100 Subject: bump download resolution --- odin/strm/download_youtube | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odin') diff --git a/odin/strm/download_youtube b/odin/strm/download_youtube index f8c05fdf..ccb3a7bc 100644 --- a/odin/strm/download_youtube +++ b/odin/strm/download_youtube @@ -99,7 +99,7 @@ printf ">>> %s <<<\n %s\n" "${msgId}" "${message}" exit 1 fi - formatString='bestvideo[width<=2560][height<=1440][fps<=60][vcodec=vp9]+bestaudio[acodec=opus]/bestvideo[width<=2560][height<=1440][fps<=60]+bestaudio/best[width<=2560][height<=1440][fps<=60]/best' + formatString='bestvideo[width<=3840][height<=2160][fps<=60][vcodec=vp9]+bestaudio[acodec=opus]/bestvideo[width<=3840][height<=2160][fps<=60]+bestaudio/best[width<=3840][height<=2160][fps<=60]/best' if [[ ${msgTags[(i)tv]} -le $#msgTags ]]; then formatString="bestvideo[width<=2560][height<=1440][fps<=60][vcodec=h264]+bestaudio[acodec=aac]/bestvideo[width<=2560][height<=1440][fps<=60][vcodec=mpeg]+bestaudio[acodec=aac]/mp4[width<=2560][height<=1440][fps<=60][vcodec=h264][acodec=aac]/mp4[width<=2560][height<=1440][fps<=60][vcodec=mpeg][acodec=aac]/${formatString}" -- cgit v1.2.3