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!
This commit is contained in:
Jesús 2021-01-17 21:16:07 -05:00
parent 453ec43e9d
commit acbd7fa835
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -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")))