mpv_thumbnail_script icon indicating copy to clipboard operation
mpv_thumbnail_script copied to clipboard

Thumbnailing is not working anymore on Windows mpv build

Open amayra opened this issue 5 years ago • 5 comments

i try new build andi get this error

[   0.006][w][cplayer] Warning: option --o is deprecated and might be removed in the future (lack of maintainer).
[   0.006][f][cplayer] Error parsing commandline option o: option requires parameter
[   0.006][w][cplayer] Make sure you're using e.g. '--o=value' instead of '--o value'.
[   0.006][i][cplayer] Exiting... (Fatal error)

and console output is

PS C:\Program Files\mpv player> mpv poki.mkv
[mpv_thumbnail_script_client_osc] The 'tracks-changed' event is deprecated and will be removed.
 (+) Video --vid=1 (*) (h264 1280x720 24.000fps)
 (+) Audio --aid=1 --alang=eng (*) (aac 2ch 48000Hz)
 (+) Subs  --sid=1 (*) (ass)
AO: [wasapi] 48000Hz stereo 2ch float
VO: [gpu] 1280x720 yuv420p
AV: 00:00:00 / 00:24:35 (0%) A-V:  0.000
[mpv_thumbnail_script_client_osc] The 'tick' event is deprecated and will be removed.
AV: 00:00:00 / 00:24:35 (0%) A-V:  0.000
[mpv_thumbnail_script_server] Thumbnailing command failed!
[mpv_thumbnail_script_server] mpv process error: nil
[mpv_thumbnail_script_server] Process stdout:
[mpv_thumbnail_script_server] Debug log: C:\Program Files\mpv player\portable_config\watch_later\poki-467305219\000000.bgra.log
[mpv_thumbnail_script_server] Output file missing! C:\Program Files\mpv player\portable_config\watch_later\poki-467305219\000000.bgra

amayra avatar May 04 '20 15:05 amayra

I'm getting almost the exact same error...

ghost avatar May 07 '20 11:05 ghost

Same error here, there are deprecated commands in the code, maybe this is the problem: tracks-changed event tick event The problem is that mpv documentation says to use mpv_observe_property() instead, but i found no description!!

ghost avatar May 07 '20 18:05 ghost

I try to modified too but didn't work for me

amayra avatar May 08 '20 02:05 amayra

I try to modified too but didn't work for me

I found a solution, at least for me: https://github.com/TheAMM/mpv_thumbnail_script/issues/53

ghost avatar May 08 '20 07:05 ghost

@Maikurosofuto thanks for sharing the solution !!! it works !!

ghost avatar May 08 '20 10:05 ghost