mpv_crop_script
mpv_crop_script copied to clipboard
A Lua script to take cropped screenshots in mpv, sans external dependencies
I change below settings and then crop_script doesn't work normal. I can't select and change of 'Crop Box' area. Any help and ideas would be awesome. `osd-align-x=right` `osd-align-y=bottom`
Use mpv property 'estimated-frame-count' instead of 'duration', because if mpv config option 'image-display-duration' is set, the duration property will give a false negative.
It is showing the message `[mpv_crop_script] The 'tick' event is deprecated and will be removed.`
I tried setting the format using the .jpg configuration file setting AND by setting output_format to jpg in mpv_crop_script.lua. The format script may save the file but misses the dimensions...