mpv_thumbnail_script icon indicating copy to clipboard operation
mpv_thumbnail_script copied to clipboard

A Lua script to show preview thumbnails in mpv's OSC seekbar, sans external dependencies

Results 58 mpv_thumbnail_script issues
Sort by recently updated
recently updated
newest added

The latest version works great, except while using mpv with syncplay. The background box is above the actual thumbnail in that situation. This only happens when chat is enabled in...

### **I have been messing around trying to get this script to work, but more issues keep appearing from nowhere, most files had to be created since not existing, the...

I use Linux Mint which comes with Celluloid, which is already based on mpv. I have downloaded and installed scripts in Celluloid. I have added mpv.conf into Celluloid and made...

Some up-to-date `osc.conf` options are not recognized by the patched `osc.lua` file which is embedded in `mpv_thumbnail_script_client_osc.lua` resulting in warnings like: mpv_thumbnail_script_client_osc: script-opts/osc.conf:3 unknown key 'boxvideo', ignoring As a temporary...

If you set osd-align-x = center in mpv.conf, then the black semi-transparent border around the thumbnail image is significantly displaced to the left, forming a large rectangle to the left...

I'm using `mpv 0.34.0`, and this plugin no longer generates thumbnails at all, instead it always returns an error (only tested on Youtube videos, with `ytdl` enabled of course). Doing...

This commit causes all remote/device URLs to be hashed so URLs with filenames like watch or view.php will not collide.

I also found this post describing an identical issue: https://www.reddit.com/r/mpv/comments/egpw9f/osc_disappears_after_changing_file_through/ I'm also using the playlist manager script at https://github.com/jonniek/mpv-playlistmanager, though the problem does persist even when I disable that one.

I've been experimenting with hw accelerated ffmpeg thumbnailer via changing ffmpeg command to: ```function create_thumbnail_ffmpeg(file_path, timestamp, size, output_path) local ffmpeg_command = { "ffmpeg", "-loglevel", "quiet", "-noaccurate_seek", "-hwaccel", "vaapi", "-hwaccel_device", "/dev/dri/renderD128",...

hi, first : thanks for this amazing script. second : the thumbnail script work fine. my preferred layout is to put OSC under the video frame NOT on the video...