Skip to content
Forum Archive

Why is AVS going down?

118 posts

jheriko#
Originally posted by [Ishan]
a raytraced beer bottle would make a cool preset
use a superscope. raytracing a beer bottle? i don't even know where to start on how much harder that would be and how much uglier it would look...
^..^#
what about sending you a real beer bottle containing real drinkable beer by parcel post?

or two, or three...
mysterious_w#
Originally posted by Tuggummi
Make a good enough beer bottle and i'll make you a @ at #finnish-flash

😁
Tsk tsk, trying to win back attention to #finnish-flash, when all the cool people go on #avs. tsk, tsk.
JaY FaTBoY#
😎

Hello, 'gentlemen', i'm new around here and i know it's a n00bish question, please don't kill me but can you give me some links to documentation, because this coding thing really kills me, won't it be better everyone to put codes somewhere, so we can use them faster?

what about sending you a real beer bottle containing real drinkable beer by parcel post?
Someone mentioned beer! Please address this to me. Thanks. That would be very helpful.
Scar Da Kookee#
even though i should have skimmed the entire thread, although i'm not sure if it was stated or not...




Whats the big deal about higher resolutions requiring more cpu useage?
I mean, with technology with cpu cores and their higher and higher processing speeds, i quote Cartman "Whats the big friken deal bitch!?" 😁
JaY FaTBoY#
I won't steal it bro... Assuming from the look under the glasses you have moved to a more "herbal" method.
Anyway - my opinion on the topic - tho you have said it pretty much - avs has been the same for years now, the only thing is that i became more of a coding discipline, not that it's bad tho. But nothing else, and when something doesn't change it slowly becomes inatractive to people... And we all might love that 332x227 window the world demands at least 1024 and above. Still out beloved doesn't need the VC /do not confuse with the WC, though it doesn't need it either/ it won't even ask us. Well eyecandy is all about it, fellas 😉 We all prefer the pretty women. If AVS is about to change /quite unlikely from the wa developers/ it must change radically and still be easy to use. I mean easy - even for lames like me.

PS I was wondering if people will recognise me 🙄 hoped for a flame or two, kidding ofcourse 😉 but that date there really confuses me. Thank god i registered late so Tugs comes to be older than me. Hah - dinosaur 😛 /after two years of hard work i have a lot spared for beer. if ya have a trip to eastern europe i will drown ya in a lake of the same 😉/
PAK-9#
Originally posted by Kookee
even though i should have skimmed the entire thread, although i'm not sure if it was stated or not...




Whats the big deal about higher resolutions requiring more cpu useage?
I mean, with technology with cpu cores and their higher and higher processing speeds, i quote Cartman "Whats the big friken deal bitch!?" 😁
Sorry you have failed the intellegence test for the wa.com avs forums.

Jay: Nice to see ya here
Tuggummi#
Originally posted by JaY FaTBoY
I won't steal it bro... Assuming from the look under the glasses you have moved to a more "herbal" method.
Finland is so frichen cold about 80% of the year that no herb will ever grow here 😛

Originally posted by JaY FaTBoY
We all prefer the pretty women.
GAYALARM!

Originally posted by JaY FaTBoY
lames like me
What you maybe lack(ed) in AVS you more than enough came up with your humourous comments in the presets 🙂 Now how was it... no beans on wednesday? 😉

Originally posted by JaY FaTBoY
Thank god i registered late so Tugs comes to be older than me. Hah - dinosaur 😛
Yeah im a relic of the glorious past, when evilrice was still doing his ninja tricks, danjoe did awesome pictures&avs, degnic amazed us all with his eyecandy, maxpudding was the horniest Malaysian guy i've ever known, there was no damn satanspawned #avs...

Good times...
Scar Da Kookee#
Originally posted by PAK-9
Sorry you have failed the intellegence test for the wa.com avs forums.
aw shucks, and it only took me so meny a year to come back after a long peroid of time of abense, to only find out that i would fail... doh!


*wonders if he could make a few new paks...*
*shakes random thought out of head*

Meh, I'm not too good with makin 3d scopes anyway 😁


btw: so, whats with that attitude, pak?
TomyLobo#
help! how do i unsubscribe this thread?
i didnt even subscribe it but mail about it comes to my mailbox all the time 🙁
^..^#
shouldn't it be possible to unsubscribe by clicking a link in the notification mail you recieve?
Warrior of the Light#
Originally posted by TomyLobo
help! how do i unsubscribe this thread?
i didnt even subscribe it but mail about it comes to my mailbox all the time 🙁
PAK-9#
Originally posted by Kookee
...btw: so, whats with that attitude, pak?
It's years of exposure to noobs, it's left me bitter and twisted
Scar Da Kookee#
aw, ok. just as long as you werent refering to me as a noob *points at registration dates*, and that you are just bluntly have been turned into a darker version of your former self...





...i understand.. 😁
jheriko#
I think what PAK is trying to get across is that it can be directly inferred from your earlier statements that you dont have the required intelligence for his assistance to be of any valuable use. Although you would gain the knowledge you seek you won't actually become any more skilled at anything or anymore intelligent.

Since you are clearly unable to determine the solution to simple problems by yourself, why should you be helped? So that you can bug us with more questions that eat up even more time later?

Here is the solution in slightly simplistic logic, I have a dim hope that you might be able to glean more from this than the answer:

pixels exist and have their colours set using cpu instructions

cpu instructions take time, usually consistent for equivalent instructions

setting the color of a single pixel therefore takes some relatively fixed amount of time, assuming that we use cpu instructions for this

performing any per pixel operation adds an additional amount of time per pixel

any additional computations needed add extra amount of time per frame 't'

resolution is the width in pixels x the height in pixels... i.e. the number of pixels as an unexpanded multiplication.

.: there is a direct relationship between render time and resolution which is independent of the cpu speed. i.e. no matter how fast or slow the cpu speed is this is always a linear proportion. The fact that it is linear means that there exists some constant k such that

render time = k * resolution + t

this may look promising as k decreases as cpu speed increases.. but in reality it means very little since there is still some linear relationship.

what this means is that no matter how fast a cpu becomes (except infintely fast) higher resolutions will always produce slowdown, and the slowdown for a resolution with twice as many pixels will also be twice as big.

also in more advanced renderers the amount of time used by 't' is generally getting smaller and smaller and so the bulk of rendertime becomes tied to this linear relationship.

understand that this isn't a design flaw of these engines, it is because most of the 't' time in a rendering engine is used to calculate (visually) uglier hacks that simulate effects that need to be calculated per pixel to be accurate.

this is just a feature of rendering to a 2 dimensional pixel buffer. it will never change, since the axioms of mathematics and logic need to change first.



also remember google is your friend. and searching the forums too. do you know how many times this question has been asked here?


how much do you like answering questions all the time? when you are intelligent you get very short tempered from a lifetime of being asked stupid questions, you simply become tired of explaining things to people because they are lazy or stupid.

what is also (usually more) annoying is that these people typically make zero effort in solving their own problems and in time come to rely on smarter people helping them as a consequence. which creates a negative feedback loop...

the net result over a large population is that people like this reduce the overall intellectual development of said population. as if that isn't bad enough it gradually leads to a retarding factor due to the fact that people are more likely to pass on this form of stupidity to their children and natural selection will stop favouring the more intelligent (since they are wasting their advantage by sharing it essentially). I could go on for months, short story is:

ignorance = bad
^..^#
exactly jheriko! Turned out a bit too long, but exactly what had to be said. I wonder if we can announce it somewhere, so that all ignoramuses read it...
Scar Da Kookee#
Originally posted by PAK-9
Registration Date != noobness
meh.

sometimes i agree with that. but how does one classify of being a noob after being someone whom was a decently known person for a while, then leaving out of loss of interest, then suddenly comes back with new found interest.


frankly, just having this little discussion is enough to keep me here, btw 🙂
roboBOT#
I can definitely see why AVS is going down. I mean, this is my first post in almost a year. What would save AVS more than anything would be having its own tab on the main winamp.com site. AVS presets are really not plugins, and AVS is released with winamp and was created by winamp developers.

Also, you know how those old console (NES, SNES, SEGA, etc.) use those filter dealies to make low-rez images look good stretched to higher resolutions? Those would be great for AVS. If only there was a way to put them in.

Anyways, if AVS dies, I'll at least poke it with a stick or something before finding something else with bright colors to distract me for a while.
PAK-9#
Originally posted by roboBOT
I can definitely see why AVS is going down. I mean, this is my first post in almost a year. What would save AVS more than anything would be having its own tab on the main winamp.com site. AVS presets are really not plugins, and AVS is released with winamp and was created by winamp developers.

Also, you know how those old console (NES, SNES, SEGA, etc.) use those filter dealies to make low-rez images look good stretched to higher resolutions? Those would be great for AVS. If only there was a way to put them in.

Anyways, if AVS dies, I'll at least poke it with a stick or something before finding something else with bright colors to distract me for a while.
Your first point is basically that AVS needs more support from nullsoft/AOL/whomever, which is oh so true.

Those filters you refer to are morphological processing operations that (as you say) improve the visual quality when resizing low res images; however AVS renders to a variable size resolution and as such they are innapropriate (many presets run fine in high resolution)