mrfragger

Results 5 issues of mrfragger

take out `bookmarker.lua` and replace with `locatefile.lua` (thx a ton for the script) ``` Copy locatefile.lua script to (linux/macos) ~/.config/mpv/scripts/bookmarker.lua (win) %APPDATA%\mpv\scripts\bookmarker.lua. Open key configuration file at (linux/macos) ~/.config/mpv/input.conf (win)...

I simply commented out these two lines and no longer get double results when searching subtitles with subtitle-search.lua in visualizer.lua --mp.observe_property("current-tracks/audio", "native", visualizer_hook) --mp.observe_property("current-tracks/video", "native", visualizer_hook) https://github.com/zenwarr/mpv-config/blob/master/scripts/subtitle-search.lua I'm sure it's...

The default shortcut key is _ (underscore) to toggle video on/off. Unfortunately I have to do it in order to be able toload subtitles for images. This way can easily...

Not sure if this is possible at all or maybe I'm on the wrong path. ffmpeg -i input.mp4 -vf lut3d='/Users/username/.config/mpv/lut/abigailgonzalez/abigailgonzalez blade runner.cube' -c:v libx265 output.mp4 this will apply any lut3d...

## mpv version and platform (write OS and version) Mac OS 14 Sonoma mpv 0.39 ``` webm.lua line 1735 append_property(ret, "sub-ass-force-style") change to append_property(ret, "sub-ass-style-overrides") to avoid the deprecating message...