exwm / yt_clipper

Mark up YouTube videos and quickly generate clipped webms.
https://openuserjs.org/scripts/elwm/yt_clipper
MIT License
50 stars 12 forks source link

multiple crops per marker pair #1

Open exwm opened 5 years ago

exwm commented 5 years ago

Please describe the need for the feature: When marking up a video, I sometimes want to create multiple clips spanning the same time but with different crops. This would be useful for focusing on multiple subjects during the same time of a video.

Please describe the feature and its ideal implementation:

Please describe any alternatives you have tried or considered: I currently need to create multiple marker pairs spanning the same times to create different crops. This is inefficient, and does not always work as overlapping markers are not easily selectable with the mouse. Alternatively I can save markers and reload them in a new window to adjust crops. This is a reasonable workaround but again less efficient.