From acbd7fa835fe10acbdcfa36cc824e87815cc4bc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Sun, 17 Jan 2021 21:16:07 -0500 Subject: [PATCH] Fixed: "Failed to initialize a decoder for codec 'av1'" ffmpeg version 3.3.8 of Hyperbola does not currently support av1. We hope to have av1 support soon! --- livie.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/livie.el b/livie.el index 98e32ae..b9cf25f 100644 --- a/livie.el +++ b/livie.el @@ -461,7 +461,7 @@ If ARG is given, make a new search." (start-process "livie mpv" nil "mpv" (concat "https://www.youtube.com/watch?v=" id - "--ytdl-format=bestvideo[height<=?720]+bestaudio/best")) + "--ytdl-format=bestvideo[vcodec!=av01.0.05M.08]+bestaudio/best[vcodec!=av01.0.05M.08]")) (message "Starting streaming...")) (message "It's not a video")))