Files
harley 7a6a5fc1f2 Initial import: mpv config + scripts
- mpv.conf: screenshot dir, loop-file
- input.conf: zoom/pan/export/screenshot bindings
- export-loop.lua (e): A-B loop to MP4 with zoom/pan/brightness bake
- export-loop-webp.lua (W): A-B loop to animated WebP + GIF
- screenshot-duo.lua (S): raw+on-screen dual screenshots
- webp-anim-bridge.lua: animated WebP playback via ImageMagick
- transcribe-subtitles.lua (T): faster-whisper SRT export
2026-07-07 23:53:06 -04:00

21 lines
683 B
Plaintext

KP8 add video-pan-y -0.05
KP2 add video-pan-y 0.05
KP4 add video-rotate 90
KP6 add video-rotate -90
z seek 3 exact
a vf toggle hflip
# Export current A-B loop to a video file (via export-loop.lua)
e script-binding export_loop/export
# Export current A-B loop to an animated WebP (frame-accurate, preserves gamma/brightness, via export-loop-webp.lua)
W script-binding export_loop_webp/export
# Transcribe current video to subtitles (SRT) via faster-whisper (via transcribe-subtitles.lua)
T script-binding transcribe_subtitles/transcribe
# Capture two screenshots: raw frame + on-screen (with gamma/brightness/etc, via screenshot-duo.lua)
S script-binding screenshot_duo/capture