Unverified Commit 024301e1 authored by r-vdp's avatar r-vdp
Browse files

yazi: use ffmpeg-headless for video previews

The bundled video previewer only invokes `ffmpeg` and `ffprobe`
(yazi-plugin/preset/plugins/video.lua), never `ffplay`. The full
ffmpeg's `ffplay` links SDL, which transitively pulls in gtk3, gtk4,
zenity, gst-plugins-bad and flite.

Closure: 1.1G -> 494M.

Matches what comparable in-tree thumbnailers already do
(ffmpegthumbnailer, mcat, yt-dlp, navidrome).
parent 8ab14c42
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
    jq
    poppler-utils
    _7zz
    ffmpeg
    ffmpeg-headless
    fd
    ripgrep
    fzf
@@ -27,7 +27,7 @@
  jq,
  poppler-utils,
  _7zz,
  ffmpeg,
  ffmpeg-headless,
  fd,
  ripgrep,
  fzf,