YouTube H.264 + FPS

Clone of h264ify with optional limit up to 30 FPS.

< 腳本YouTube H.264 + FPS的回應

評論:普通 - 腳本能使用,但有一些問題

§
發表於:2025-01-22
編輯:2025-01-22

When I enable this script YouTube videos won't go above 720p resolution. Not sure if there's something I need to edit in the code to fix that.

§
發表於:2025-03-29
編輯:2025-03-29

The default code limits the framerates (fps) to 30, and the best YouTube offers for high framerates (50fps+) videos at 30fps are (nowadays) 720p.

If you want to change that:
-1. view the code;
-2. enable "Allow edits";
-3. search for: "const BLOCK_HIGH_FPS = true;";
-4. chage it to: "const BLOCK_HIGH_FPS = false;".

Maybe the developer can add a button on the Violentmonkey (or simillar) dropdown menu when in the site to toggle this parameter.

發表回覆

登入以回復