Help me to edit and improve a lua script (cut-video.lua) #14215
Replies: 1 comment
-
There's no simple answer to your questions. It's like asking "how do I add features A, B, and C to program FOO?" the answer is that you need to know or learn the programming language of FOO, and figure it out. If there was a simple answer then you wouldn't need to spend years to be a programmer. To write or edit a script one needs to have reasonable experience with programming in general, and specifically with lua, and also know (or learn) how mpv lua scripts interact with mpv. If you have a very specific questions, like " But it's impossible to answer your questions without spending the time and doing the work for you, which people are unlikely to do. |
Beta Was this translation helpful? Give feedback.
-
Hello everyone! I use this script, which is a modded version of
cut-video.lua
I made;cut-video.lua
is the best script to clip parts of videos I've found so far, and I want to improve it even more by adding some new features to it, but I'm too inexperienced with programming to do it by myself, so I would really appreciate if someone could help me. 🙏These are the features I want to add:
output_filename
(and show them into the cut points panel);cut-start/end
points after executingcut-finish
and only clear it when a keybind defined by user is pressed;cut-start/end
points;Beta Was this translation helpful? Give feedback.
All reactions