mpv_thumbnail_script icon indicating copy to clipboard operation
mpv_thumbnail_script copied to clipboard

Output file missing! error when setting a different cache_directory.

Open mauriceljx opened this issue 4 years ago • 4 comments

I have made the changes in https://github.com/TheAMM/mpv_thumbnail_script/commit/682becf5b5115c2a206b4f0bdee413d4be8b5bef and it works fine.

However, changing the cache directory in mpv_thumbnail_script.conf gives the Output file missing! error again.

mauriceljx avatar May 27 '20 14:05 mauriceljx

"--o=" .. output_path

aigan avatar Jul 30 '20 03:07 aigan

Erm... I changed nothing and still got this error

0Karakurt0 avatar Apr 17 '21 20:04 0Karakurt0

  71 [   0.033][f][cplayer] Error parsing commandline option o: option requires parameter
  72 [   0.033][w][cplayer] Make sure you're using e.g. '--o=value' instead of '--o value'.
  73 [   0.033][i][cplayer] Exiting... (Fatal error)

0Karakurt0 avatar Apr 17 '21 20:04 0Karakurt0

I had the same issue but generating thumbnails with ffmpeg instead of mpv fixed it for me. I only had to add this line to my ~/.config/mpv/lua-settings/mpv_thumbnail_script.conf: prefer_mpv=no

eagerto-learn avatar Dec 21 '23 10:12 eagerto-learn