Ultrawidify incelemeleri
Ultrawidify geliştiren: Tamius Han
118 inceleme
- 5 üzerinden 5 puanyazan: Firefox kullanıcısı 14026071, 7 yıl önce
- 5 üzerinden 5 puanyazan: Firefox kullanıcısı 13936564, 7 yıl önceThis extension works to solve the ultrawide issues I have on my computer.
- 5 üzerinden 5 puanyazan: Firefox kullanıcısı 14087255, 7 yıl öncefantastic support for ultra wide problems. thank you
- 5 üzerinden 4 puanyazan: Firefox kullanıcısı 14066509, 7 yıl önceOkay really good extenstion that works well but I have 2 suggestions:
1. Change the default keybinds from the single to a ctrl+alt+. This is necessary to avoid unwanted aspect ratio changes while typing in streams chat.
2. Add more popular aspect ratios like 2.37:1 that most ultrawide monitor (and films) use. Most are imporperly called 21:9 but in reality is not 21:9. Even better give us the chance to add custom aspect ratios.Geliştiricinin yanıtı
gönderilme: 7 yıl önce1. The extension actually shouldn't apply aspect ratio when you're typing in a text field in the first place. That seems to be a bug. Nice to know.
2. 21:9 option already uses 2.35:1 (might even be 2:39:1) internally (since most 21:9 videos use that ratio). Custom aspect ratios are on the menu (popular request), but they are not the biggest priority -- the next features to hit would be stretching, zooming (maybe) and improvements to autodetection (which often stops working when watching two videos back-to-back). - 5 üzerinden 5 puanyazan: Eldrazu, 7 yıl önceIt works! If you need to customize it, though, you're gonna have a hard time.
- 5 üzerinden 1 puanyazan: Firefox kullanıcısı 14008913, 7 yıl önceBarely working plugin.
1) Auto detection is fully broken, takes a lot of ressources doing nothing. Constantly switches itself off. After reloading website on Youtube works for some minutes and adjusts (sometimes not correctly) content with huge delay (>10seconds at least). But as content inside same video switches proportions (specially trailer tend to show scenes in 21:9 with blackbar but the general cinema announcment in 16:9) plugin doesnt notice anything and remains idle.
If the plugin managed to recognize video you can at least enforce resizing with shortcuts. But too often the plugin failed to recognize any content and you have to reload the page, as nothing else will help you.
2) No real website profiling. Sad. Some presets would be nice.
3) If the site has more than one video (e.g. Steam Store) the plugin fails to recognize any second, third, further video and is not able to stretch these.
It's a shame. A simple edge/blackborder detection would have done the job easily. At least general ultrawide support and awareness is raising.Geliştiricinin yanıtı
gönderilme: 7 yıl önce> A simple edge/blackborder detection would have done the job easily.
There's no such thing as "simple edge/blackborder detection." I've started the entire autodetection approach with a "simple" approach first, and it quickly became obvious that simple doesn't cut it. There's simply too much false positives. But we'll come back to auto-detection later.
> After reloading website on Youtube works for some minutes and adjusts (sometimes not correctly) content with huge delay (>10seconds at least).
Technical limitations. Youtube starts playing video before the page has finished loading. Extensions (to my knowledge) only start running when webpage has been fully loaded.
In addition to that, there's two more problems that can cause additional delays:
* there's edge cases which cause autodetection script to do nothing, because video doesn't contain enough data to determine the aspect ratio
* aspect ratio detection only runs once per second due to technical limitations of Javascript's memory management. I'm not kidding.
> But too often the plugin failed to recognize any content
Too often, the popup seems to lie.
> Auto detection is fully broken, takes a lot of ressources doing nothing. Constantly switches itself off.
Autodetection takes a lot of resources because it's written in javascript. Autodetection is written with javascript because javascript is the only¹ option that runs in-browser. Javascript is also utter garbage for this purpose.
To date, ridiculously great amounts of time were spent trying to improve resource usage (especially RAM usage, which gets really bad if you run autodetection script more than two times a second), and the answer has consistently been 'pound sand' and 'cry is free'.
EDIT: Apparently the bug where autodetection shuts itself on between videos is back. However, there's a new feature that turns off automatic detection when it detects things are taking too much time, so I'll leave this bit here.
When automatic detection runs on slower hardware, everything takes longer. Javascript is single-threaded and blocking, meaning that as long as autodetection script runs, the rest of the browser is going to wait and do nothing. This causes noticeable lag/stutter (on my other test machine), which is why a decision was made: if autodetection consistently takes too long to complete, we'll turn it off. After all, having no autodetection (with ability to manually set aspect ratio) beats laggy video.
Too long is 15 milliseconds, which seems like a reasonable number for various reasons.
Consistently means 'over 15 milliseconds for more than 5 seconds in a row.'
> 3) If the site has more than one video (e.g. Steam Store) the plugin fails to recognize any second, third, further video and is not able to stretch these.
Known issue. There's no easy solution as each approach to pages with multiple videos has some drawbacks. At the end of the day, though, things take time, and priorities are Youtube > Netflix > Amazon Prime (currently not officually supported) > everything else (also no official support), though.
There's a reason extension is disabled elsewhere by default. We've had that experiment once and it was a bit too ambitious.
EDIT: whoopsie, it seems that the bug with autodetection not starting on video change is back. Sorry about those earlier assumptions.
---------
¹Okay webasm is an unexplored venue. It's going to stay unexplored for a while. WebGL is another thing that sounds like something possibility worth exploring if I had time to explore the possibilites. Both would be a ton of work requiring a ton of time, and time is something that's a bit hard to come by with a full time job. - 5 üzerinden 1 puanyazan: Firefox kullanıcısı 13885103, 8 yıl önceDoesn’t work anymore. The aspect-ratio buttons are gone and the automatic aspect-ratio works perfectly wrong every time, so it’s useless.
Geliştiricinin yanıtı
gönderilme: 8 yıl önce> the automatic aspect-ratio works perfectly wrong every time, so it’s useless.
Untick this: https://imgur.com/iN1orfZ
Also go here: -> https://github.com/xternal7/ultrawidify/issues
and add a few links (with timestamps, preferably) to the problematic videos. Optionally also include screenshots that illustrate the issue.
> The aspect-ratio buttons are gone
Moved to here, actually: https://imgur.com/Irfd05Q - and keyboard shortcuts should still work. - 5 üzerinden 3 puanyazan: Firefox kullanıcısı 13828963, 8 yıl önceI really like this extension when watching mixed aspect-ratio videos, the extension quickly catches the black bars and shrinks or stretches the video automatically to the correct ratio.
Sadly I had to uninstall the extension, as it breaks video players on several sites including reddit. The blacklist option doesn't work to resolve this issue. Would love to install again someday when this is fixed.Geliştiricinin yanıtı
gönderilme: 8 yıl önceThe issue with reddit and other sites should be fixed. It's not a proper fix, I've just set extension to not work on any site other than youtube or netflix and sites that you explicitly enabled via the extension button/popup.
I've also kinda solved the problem with the memory leak: extension will only check for changes in aspect ratio once per second if the video is playing. This massively reduces RAM usage back to acceptable/negligible levels.
On that note: I've also added an option for you to change how often the extension checks for changes in aspect ratio, but turning that number back to 30 (what it used to be) is not recommended because RAM usage will skyrocket for technical reasons (tl;dr of which is pretty much "blame javascript"). - 5 üzerinden 3 puanyazan: Firefox kullanıcısı 13747437, 8 yıl öncePlease return control buttons on bottom player bar. Or make its activation as option.
- 5 üzerinden 1 puanyazan: Firefox kullanıcısı 12560938, 8 yıl önceубраны кнопки соотношения сторон , видимо разработчики решили что без них лучше , все как всегда сделать хорошо а потом все испортить
- 5 üzerinden 4 puanyazan: Firefox kullanıcısı 13719283, 8 yıl önce
- 5 üzerinden 2 puanyazan: Firefox kullanıcısı 13499140, 8 yıl önce
- 5 üzerinden 3 puanyazan: Firefox kullanıcısı 13696797, 8 yıl önce
- 5 üzerinden 2 puanyazan: Firefox kullanıcısı 13685058, 8 yıl önce
- 5 üzerinden 5 puanyazan: Firefox kullanıcısı 13671024, 8 yıl önceWorks nearly flawlessly (the buttons on the video player disappeared, but they keyboard shortcuts still work just fine). Love it.
- 5 üzerinden 5 puanyazan: caio.matrix, 8 yıl önce
- 5 üzerinden 4 puanyazan: Firefox kullanıcısı 13599090, 8 yıl önce
- 5 üzerinden 5 puanyazan: Firefox kullanıcısı 6001196, 8 yıl önceAwesome job! Since I got an ultrawide monitor, I was sick of all the retards who post ultrawide videos with black bars on YouTube. This add-on solves the problem beautifully, keyboard shortcuts and control panel added to the video work perfectly too!
Thank you! - 5 üzerinden 5 puanyazan: Firefox kullanıcısı 13606013, 8 yıl önce
- 5 üzerinden 5 puanyazan: drsal, 8 yıl önce
- 5 üzerinden 4 puanyazan: Firefox kullanıcısı 13455126, 8 yıl önceJust let me click the widen button on all netflix videos... don't make it check imbd or whatever, just put the button there for everything! thanks :)
Geliştiricinin yanıtı
gönderilme: 8 yıl önceNetflix is actually broken right now (according to multiple reports), but unfortunately I haven't been able to get access to netflix yet.
I'm working on a fix (along with some other changes), though — but the buttons aren't making a comeback. Only the keyboard shortcuts will stay.