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

time-variable speed #3

Closed exwm closed 4 years ago

exwm commented 5 years ago

Please describe the need for the feature: When marking up a video, I sometimes want to vary the speed of the video with time. For example, I might want to play the first 2 seconds at 100% speed, the next 2 seconds at 50% speed, and the last 2 seconds at 80% speed. This would be useful for producing clips where only some portions need additional slowdown or speedup for emphasize or abbreviation.

Please describe the feature and its ideal implementation:

Please describe any alternatives you have tried or considered: The only alternative to this is creating multiple marker pairs, setting their speed individually, and then using the merge list feature to put them together. This is inefficient, error-prone, and not well-compatible with the current previewing features.