videoclip
videoclip copied to clipboard
🍗 Easily create videoclips with mpv.
no matter what i do, i cannot create a video clip and it'll just be stuck at "Please wait...". i don't know if this is an issue with my preferences...
i've noticed that the default encode may not be recognized in some platforms. this is not a issue of videoclip itself, but it's just that the encoding is not widely...
The tool only works with SDR video how would I have it clip an HDR one?
Effects
Any way to preserve modified effects, like speed or pitch?
I set clean_file=no, however parens and spaces still appear Eliminate spaces and parenthesis. ``` FROM filename = string.format( '%s (%s-%s)', filename, human_readable_time(main_menu.timings['start']), human_readable_time(main_menu.timings['end']) TO filename = string.format( '%s_%s_%s', filename, human_readable_time(main_menu.timings['start']),...
This https://github.com/ekisu/mpv-webm has the option to apply current video filters. I am mainly looking to apply brightness, contrast, saturation etc settings to the output.
Not too sure if this is entirely possible but, is it possible to extract sections without re-encoding, or at least keeping the exact same format as the original? I think...
Is it possible to save the clip duration as a part of the filename?
GREAT mpv addin, thank you for the UI and update. For consistency and post processing I am using this helpers.lu ` local ret = string.format("%02dh%02dm%02ds%03dms", parts.h, parts.m, parts.s, parts.ms) `...