aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-01-17 21:16:07 -0500
committerJesús <heckyel@hyperbola.info>2021-01-17 21:16:07 -0500
commitacbd7fa835fe10acbdcfa36cc824e87815cc4bc0 (patch)
treeb534964eb007a32ee89dc28259dac17d4a051f71
parent453ec43e9d006380d0488e4f54c58932853799a2 (diff)
downloadlivie-acbd7fa835fe10acbdcfa36cc824e87815cc4bc0.tar.lz
livie-acbd7fa835fe10acbdcfa36cc824e87815cc4bc0.tar.xz
livie-acbd7fa835fe10acbdcfa36cc824e87815cc4bc0.zip
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!
-rw-r--r--livie.el2
1 files changed, 1 insertions, 1 deletions
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")))