Youtube Transmission 可以控制更小百分比的變速,與指定時間區間的重播功能。 Youtube Transmission This extension can control youtube video's playback rate in…
Youtube Transmission
可以控制更小百分比的變速,與指定時間區間的重播功能。
Youtube Transmission
This extension can control youtube video's playback rate in smaller unit percentage, and also can assign specific time range to loop.
version update v1.1.0
- add feature: save loop params.
- when stop loop it won't reset loop params anymore.
Latest reviews
- (2023-10-31) Ran Ro: Request new feature: Smoothed playback speed acceleration 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% The video begins at x1.5 and increases gradually as a function of time based on the duration of the video until it reaches 60% therein it will reaches x3 speed. 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. japanese 新機能リクエスト:スムーズな再生速度加速 1- 希望速度を設定(例:x3) 2- 開始速度を選択(例:x1.5) 3- 希望速度に到達するまでの動画経過率(例:60%) 動画はx1.5で始まり、動画の長さに基づいて時間の関数として徐々に増加し、60%に達するとx3の速度になります。 例:動画の経過時間が60%に達した時点で、再生速度 = x1.5 + (x3 - x1.5) * (現在の時間 / 動画の長さ) / 0.6 この式は、再生速度がx1.5から始まり、現在の時間を動画の長さで割った関数として線形に増加し、動画の長さの60%に達するとx3になることを意味します。