diff options
author | Jesús <heckyel@hyperbola.info> | 2021-01-17 21:16:07 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-01-17 21:16:07 -0500 |
commit | acbd7fa835fe10acbdcfa36cc824e87815cc4bc0 (patch) | |
tree | b534964eb007a32ee89dc28259dac17d4a051f71 | |
parent | 453ec43e9d006380d0488e4f54c58932853799a2 (diff) | |
download | livie-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.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"))) |