nvim-telescope / telescope-media-files.nvim

Telescope extension to preview media files using Ueberzug.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"ffmpegthumbnailer could not be found" while it's installed and available

jose1711 opened this issue · comments

Getting ffmpegthumbnailer could not be found in your path,\nplease install it to display video previews even when ffmpegthumbnailer is available.

# which ffmpegthumbnailer
/usr/bin/ffmpegthumbnailer

In the code there is a check for viu:

      if ! command -v viu &> /dev/null; then
        echo "ffmpegthumbnailer could not be found in your path,\nplease install it to display video previews"

which is a separate project. Once installed it's working without issues.