Jump Cutter에 대한 리뷰
Jump Cutter 제작자: WofWca
리뷰 2개
- 5점 만점에 4점Camryn2223 님, 6달 전Works amazingly in 95% of cases. The 5% of cases it doesn't work in are YouTube and Twitch streams (it will constantly try to skip ahead if there's dead air but since it's live, the audio just sounds like the stream is skipping a bunch). If you could blacklist specific sites to not run it on(kinda like how uBlock Origin does) the issue with Twitch would be fixed, not sure how YouTube live streams could be handled though. I'd assume YouTube uses the same video player for both streams/videos so differentiating between a stream and video may be impossible for the developer but idk.
EDIT: It seems the developer is aware of people wanting to blacklist sites as there have been suggestions for this feature on the extension's repo; however, it seems that Firefox makes it more complicated to do than Chrome.개발자 답글
6달 전에 게시됨Thanks a lot for the detailed review!
You raise an interesting point. I created an issue about this: https://github.com/WofWca/jumpcutter/issues/181. We can probably disable the extension automatically when playing live streams.
Workarounds for now:
- Utilize the Chromium's whitelist functionality (see https://github.com/WofWca/jumpcutter/issues/26#issuecomment-925007811)
- Just toggle the extension on and off with the Alt+Shift+X shortcut. - 5점 만점에 4점Firefox 사용자 18285282 님, 일 년 전Request new feature: Smoothed playback dynamic acceleration
Example :
1- set desired speed *e.g. x3
2- select starting speed *e.g. x1.5
3- % of video passed until desired speed is reach e.g. *60%
Result:
The video begins at x1.5
increases gradually as a function of time based on the duration of the video
by 60%, speed had gradually increased from 1.5x to 3x in 0.01 stepsizes.
e.g. at 60% of elapsed video duration it will be
playbackRate = x1.5 + (x3 - x1.5) * (currentTime / duration) / 0.6
This formula means that the playback rate will start at x1.5 and increase linearly as a function of the current time divided by the duration of the video until it reaches 60% of the duration, where it will reach x3.
This passive increase in cognitive load will lead to increased comprehension.개발자 답글
일 년 전에 게시됨Thanks for the review
I think I have seen this feature being requested somewhere else? 🤔
Unfortunately, I think this is outside of the scope of this particular extension, this feature seems too niche.
However, a separate extension can be made to achieve this, and I believe it should work well (without conflicts) with Jump Cutter!
P.S. if you wish to fund it, email me. Should be a matter of a couple of weeks.