bartekmotyl / simple-video-cutter

Windows-based tool for efficient browsing and cutting video footage
MIT License
325 stars 42 forks source link

cut selection area is gone after perform cut #45

Closed the-liquid-metal closed 2 years ago

the-liquid-metal commented 2 years ago

Sometimes we have to evaluate the output with real movie player. There is no way to edit the selection area after perform cut: the selection area is gone. we have to repeat the step from the beginning.

bartekmotyl commented 2 years ago

Starting from release 0.20 it is possible to control whether to clear selection after cut. There is a new setting in config.json - KeepSelectionAfterCut. true: do not clear selection after cut, false (default): clear selection after cut.

the-liquid-metal commented 2 years ago

It shold be KeepSelectionAfterCut: true by default.