bartekmotyl / simple-video-cutter

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

configurable size of preview area popup #43

Closed the-liquid-metal closed 2 years ago

the-liquid-metal commented 2 years ago

in 1920x1080 screen, the popup preview area is too large and annoying while the movie is played. it would be better if this popup is configurable, so people can adjust its dimension.

bartekmotyl commented 2 years ago

Can you maybe share (if possible) a screenshot from your screen? I think this i not only about resolution, but also about dpi etc.

the-liquid-metal commented 2 years ago

image

the-liquid-metal commented 2 years ago

Additional points worth including: add an option to completely hide the popup.

bartekmotyl commented 2 years ago

Starting from release 0.20 it is possible to use ShowPreview parameter (in config.json) to control whether preview should be shown at all (true -> shown, false -> hidden).

bartekmotyl commented 2 years ago

Implemented in version 0.21