HQ without resizing video
|
|
Hello Thank you for creating this great script. I've got a question: which play option correspond normal (without using script) HQ button? View in HD Quality (mp4)? Can it be used without video resizing?
My second issue: I'm using Polish version of Fx, so I've got translation of your script but I would like to have english version, can I change that? |
|
|
The script doesn't check the browser language except for Arabic. The script use the same language version of the YouTube watch page. (So change the Youtube page to English and it's done). When pressing the HQ button, it take the better quality it found. HQ: fmt=18 -> mp4: 480x360 (H264) / AAC 2.0 44KHz HD: fmt=22 -> mp4: 1280x720 (H264) / AAC 2.0 44KHz If you want to disable video resizing, set ENABLE_4DV3_VIDEO_RESIZING to 0 and ENABLE_WIDE_VIDEO_RESIZING to 0 in the code. |