-
-
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
Play only current segment #574
Comments
see #253 |
Thanks! I saw that issue, but it explicitly mentions previewing "the merge", that is, all segments as one seamless playthrough. My use case is previewing a single segment in isolation. |
I suggested the playback of segments e.g. 10 secs of the beginning and ending to check them, thus I agree it's useful. An option to just check the selected segment Vs all would be great. |
I agree that both might be useful. I'll leave this issue open for the time being. @mifi Feel free to close it if you feel that the two topics are sufficiently similar. |
Maybe a loop icon that can be cycled through to change playback mode
(Ideally for # 3 a setting to select the in/out preview length in seconds) |
yeah IMO 10 seconds is way too long.. 1-2 seconds before/after would be good (to quickly check accuracy of the cut). |
Sometimes 1-2 seconds are fine and sometimes one might need a few more to get the feel of the clip beginning/ending, but that's why a setting for the duration would be ideal. But yeah this would help a lot because currently one has to export the segments and then open all files individually and seek for the beginning/endings. That's why even better I suggested if it where possible to have a more accurate preview by letting it export and play back the exported video file in LC in sync with the timeline (roughly). |
Didn't realise the create chapters during export allows for importing the new merged file with the segments displayed as chapters (even utilises the labels if present) #253 (comment), thanks @mifi ! which could be a good approach for a export results preview/review workflow and enhancement to have 1) an export setting to auto load the new merged file with chapters and then 2) a playback mode to play only current segment or all segments as well as a playback mode to play only a couple of seconds of the beginning and ending of all segments/selected segment. |
have now implemented:
They will be avail as bindable keyboard actions |
has this been implemented yet? |
I sometimes want to check whether the start and end point of a segment are correct. To do that, it would be helpful to have a way to play just the current segment: start playback at the start of the segment, end playback at the end of the segment.
For long segments, it would start playback at the start of the segment, then manually jump to a later part of the segment and listen to the rest until it stops at the end.
The text was updated successfully, but these errors were encountered: