mpv-scripts
mpv-scripts copied to clipboard
Various scripts for mpv
I am trying to make a profile that records a clip in standard 8-bit in a mp4 container and hardsubs the subtitles. ``` only_active_tracks=yes preserve_filters=yes append_filter= codec= -c:v libx264 -profile:v...
`[misc]: Lua error: misc.lua:2: attempt to perform arithmetic on local 'inc' (a nil value)`
from ffprobe: ``` Duration: 00:30:00.07, start: 0.000000, bitrate: 20261 kb/s Stream #0:0(eng): Video: h264 (Baseline) (avc1 / 0x31637661), yuv420p, 1920x1080, 19998 kb/s, SAR 1:1 DAR 16:9, 29.98 fps, 30 tbr,...
After launching a video (using blur-edges) for the second time (so it resumes from previous playback) only the audio starts playing, no window appears. Also no errors at all.
When $preserve_filters is set to true, is it possible to also preserve other filters such as the brightness/contrast?
When blur-edges is enabled the terminal says "VapourSynth does not allow unaligned/cropped video sizes". Is there any way to fix this?
It seems `d vf del -1` to remove a crop no longer works because of #https://github.com/mpv-player/mpv/commit/b56e63e2a96b67aff4050d4db06ee67665893c36. I don't know what appropriate replacement syntax is but `vf clear crop` instead seems...
Add remove_last_filter function with additional feedback message Fixes: https://github.com/occivink/mpv-scripts/issues/76
It'd be great if we could have the ability to paste timestamps using ctrl+v in when the script is activated with its keybind and the osd seek to message is...
Depends on: https://github.com/mpv-player/mpv/pull/12246 This will allow cropping while using hardware decoding. I'll clean this up a bit when the mpv PR is merged