mpv_thumbnail_script
mpv_thumbnail_script copied to clipboard
Output file missing! error when setting a different cache_directory.
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.
"--o=" .. output_path
Erm... I changed nothing and still got this error
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)
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