Skip to content
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

Closed
3 tasks done
DanielSWolf opened this issue Jan 4, 2021 · 10 comments
Closed
3 tasks done

Play only current segment #574

DanielSWolf opened this issue Jan 4, 2021 · 10 comments

Comments

@DanielSWolf
Copy link

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.

@markusd1984
Copy link

see #253

@DanielSWolf
Copy link
Author

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.

@markusd1984
Copy link

I suggested the playback of segments e.g. 10 secs of the beginning and ending to check them, thus I agree it's useful.

#253 (comment)

An option to just check the selected segment Vs all would be great.

@DanielSWolf
Copy link
Author

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.

@markusd1984
Copy link

Maybe a loop icon that can be cycled through to change playback mode

  1. loop selected segment in full
  2. loop through all segments in full
  3. loop beginning and end 10secs of all segments
  4. loop off

(Ideally for # 3 a setting to select the in/out preview length in seconds)

@mattack1
Copy link

mattack1 commented Jan 5, 2021

yeah IMO 10 seconds is way too long.. 1-2 seconds before/after would be good (to quickly check accuracy of the cut).

@markusd1984
Copy link

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).

@markusd1984
Copy link

markusd1984 commented Jan 25, 2021

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.

@mifi
Copy link
Owner

mifi commented Feb 16, 2023

have now implemented:

  • Play current segment
  • Loop current segment
  • Loop beginning and end of current segment

They will be avail as bindable keyboard actions

@fourteen-1
Copy link

has this been implemented yet?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants