Hibari: Update ytdl format filter

master
Taeyeon Mori 4 years ago
parent d18bc0c94c
commit 71f3810b0e
  1. 3
      config/mpv/mpv.conf@hibari
  2. 2
      config/youtube-dl/config@hibari

@ -10,3 +10,6 @@ profile=gpu-hq
hwdec=auto
cscale=bilinear
ytdl-format=(bestvideo[vcodec^=?avc1][fps<?60][height<=?1200]/bestvideo[fps<?60][height<=?1200])+bestaudio/best[vcodec^=?avc1][fps<?60][height<=?1200]/best[fps<?60]
gpu-context=wayland

@ -21,7 +21,7 @@
#
# Formats: Prefer AVC + Opus
# Hibari can't handle VP9 or 60fps
--format '(bestvideo[vcodec=h264][fps<?60][height<=?1200]/bestvideo[fps<?60])+(bestaudio[acodec=opus]/bestaudio)/best[vcodec=h264][fps<?60][height<=?1200]/best[fps<?60]'
--format '(bestvideo[vcodec^=?avc1][fps<?60][height<=?1200]/bestvideo[fps<?60])+(bestaudio[acodec=opus]/bestaudio)/best[vcodec^=?avc1][fps<?60][height<=?1200]/best[fps<?60]'
# Keep record of already downloaded files in a folder
--download-archive ".youtube-dl"
# Post-Processing

Loading…
Cancel
Save