mifi / lossless-cut

The swiss army knife of lossless video/audio editing
GNU General Public License v2.0
24.24k stars 1.21k forks source link

Better double click on segment #1923

Closed CatKasha closed 3 months ago

CatKasha commented 3 months ago

The fewer issues I have to read, the more new features I will have time to implement, so I ask that you please try these things first

Description

Currently if you double click on segment it will start playing at start frame of segment and this is fine, but it will keep playing until entire file ends It will be better to stop playback at the end of segment to better understand how segment looks and how it will be exported

mifi commented 3 months ago

Currently if you double click on segment it will start playing at start frame of segment and this is fine, but it will keep playing until entire file ends

Currently if you double click it will not start playing at all. it will just seek to the start frame of the segment, but it will not start playing. If it's already playing, then yes it will seek to the start frame while continue playing.

I'm not sure if changing the double click action to auto play until segment end, because every user is now used to the way it currently works.

I think for your use case you can instead achieve this by binding the keyboard action togglePlayOnlyCurrentSegment. then you can single-click a segment in the list and then press they keyboard button bound to togglePlayOnlyCurrentSegment.

CatKasha commented 3 months ago

Ah, there is key binding for this, thank you