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:
parent
453ec43e9d
commit
acbd7fa835
2
livie.el
2
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")))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user