Recensioni per Ultrawidify
Ultrawidify di Tamius Han
111 recensioni
- Valutata 5 su 5di Keith, 5 anni fa
- Valutata 3 su 5di allensgod, 5 anni fa
- Valutata 5 su 5di Alberto T. Gomez, 5 anni fa
- Valutata 5 su 5di Utente Firefox 15315207, 5 anni fa
- Valutata 5 su 5di SOTVM, 5 anni fa
- Valutata 5 su 5di Utente Firefox 15067940, 5 anni faThis is the best smart ultrawide extension you can get. Most other either you have to keep toggle on and off depends on the content aspect ratio. This one is automatically detect the content and fit the content to your screen ratio. WOW
- Valutata 4 su 5di Utente Firefox 14885842, 5 anni fa
- Valutata 5 su 5di Cairos, 5 anni fa
- Valutata 5 su 5di Russcore, 6 anni fa
- Valutata 5 su 5di Utente Firefox 14688249, 6 anni fa
- Valutata 5 su 5di Utente Firefox 14548167, 6 anni fa
- Valutata 5 su 5di Utente Firefox 14496309, 6 anni fait do not streaching the image automaticaly on youtube??, so you have to click evrey time on video stetting/ streaching/ basic??, when u run another videoclip you have to click again to work. Can u add the function to automaticaly streach image?? (on function ''site checking youtube'' i have ticked streach based but this fuction doest work but is doesnt work cause i have to click evrey time on video stetting/ streaching/ basic)
- Valutata 5 su 5di ramsalemix, 6 anni faGreat extension for Ultrawide(21:9) users.
The only problem I have is with the stretching mode
Even if I set in Extention Settings
Enable this extention: Always
Default stretching mode: Basic
I even set in Site Settings
Default stretching mode: Basic
I am watching full screen video in youtube and its not stretched so I need to exit full screen click Ultrawidify video settings and click on basic and only then enter full screen again and it stretched, so even though its experimental it works but exhausting since its not automatic and there is no keyboard shortcuts for stretch mode. - Valutata 5 su 5di Carpenter, 6 anni faA must have extension for 21:9 users, it's not perfect, but better than anything else.
- Valutata 5 su 5di Abstruse, 6 anni fa
- Valutata 5 su 5di Heinz, 6 anni faI tested a couple of ultrawide video extensions on the Firefox Add-ons site, and this one is clearly superior.
One feature I miss is an on/off toggle (by keypress), or an option to rebind the shortcut keys.Replica dello sviluppatore
pubblicato il 6 anni faThe option to rebind the keyboard shortcuts is definitely one of the things that I'm planning to add at some point, the problem is that something more pressing always comes in the way.
On/off toggle is a good idea, actually, but I'll have to think about it. (toggling and three states don't always mix too well). - Valutata 5 su 5di hoidraar, 6 anni faDoes its job. Minor complaint: upscaling artifacts are quite noticeable, maybe give an option to play with various blur options?
- Valutata 1 su 5di Utente Firefox 14018284, 6 anni fa
- Valutata 5 su 5di Utente Firefox 14026071, 6 anni fa
- Valutata 5 su 5di Utente Firefox 13936564, 7 anni faThis extension works to solve the ultrawide issues I have on my computer.
- Valutata 5 su 5di Utente Firefox 14087255, 7 anni fafantastic support for ultra wide problems. thank you
- Valutata 4 su 5di Utente Firefox 14066509, 7 anni faOkay 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.Replica dello sviluppatore
pubblicato il 7 anni fa1. 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). - Valutata 5 su 5di Eldrazu, 7 anni faIt works! If you need to customize it, though, you're gonna have a hard time.
- Valutata 1 su 5di Utente Firefox 14008913, 7 anni faBarely 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.Replica dello sviluppatore
pubblicato il 7 anni fa> 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.