-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Lossless keyframe," rather than "Nearest keyframe" #167
Comments
Adding to this idea... Have the option to buffer cuts with "X" number of additional frames / seconds. Eg. If i'm using this software to cut up raw clips before taking them into Premiere for an edit, I'd like some additional lead-in / out for transitions, leeway, etc. If i could set an options like "Save an additional ____ seconds before & after each selected clip" - that would be amazing. |
I agree! Have not yet implemented parsing of keyframes because it turns out to be a bit slow operation. But we could like you say work around it by adding a few sec before/after cut. Just need to determine how many sec.. |
I think users use your program for many different reasons. Some want exact cuts, while others want to just trim a few gigabytes off their raw video, and then import the result into an editing program. I think having "Settings" in the program with options like these (eg. closest keyframe outside the selection vs add X seconds buffer) would be a good start, and way for the future to cater to many use-cases. |
After some experimentation it seems that the current behavior when using "keyframe cut", is indeed that it will jump to the nearest keframe before the desired cutpoint, so you will not lose anything. |
See #330 |
Awesome program, thanks!
Rather than jumping to the nearest keyframe (which means the selected segment might LOSE out on a few frames/second of footage), could you:
This would prevent users from losing out on an important bit of footage when chopping up their files in LosslessCut.
Better to have an extra few seconds than a few seconds less!
The text was updated successfully, but these errors were encountered: