Go Back   Winamp Forums > Visualizations > AVS > AVS Presets

Reply
Thread Tools Search this Thread Display Modes
Old 8th January 2004, 19:07   #1
Al'BenJ
Junior Member
 
Join Date: Jan 2004
Location: State College, PA
Posts: 5
Send a message via AIM to Al'BenJ Send a message via Yahoo to Al'BenJ
My first presets - please look

In reading through this forum, I have discovered that some consider it wise for newbies to post their presets here before releasing them in a pack. Over the last few weeks, I have played around with AVS alot and I have come up with some pretty cool presets. Please tell me what you think. Any comments/suggestions/tips welcome.
Attached Files
File Type: zip benj\'s avs presets.zip (8.0 KB, 103 views)
Al'BenJ is offline   Reply With Quote
Old 8th January 2004, 20:59   #2
Jaak
Major Dude
 
Jaak's Avatar
 
Join Date: Jan 2003
Location: Estonia.
Posts: 851
m8, you got more than potentian... if you keep working on avs you'll be very good very fast
for first pack, its FUCKING good, I just love:
The Shapemaker
Crystalline Web

keep up working on avs

[edit]
i must note that use use very interesting varjable names but i like it

Phi = (1+sqrt(5))/2

Last edited by Jaak; 8th January 2004 at 21:16.
Jaak is offline   Reply With Quote
Old 8th January 2004, 21:20   #3
Warrior of the Light
Fοrum King (AVS Reviewer)
 
Warrior of the Light's Avatar
 
Join Date: Aug 2002
Location: The Netherlands
Posts: 3,782
It really shows that you're not afraid of coding, unlike many other starterrs and that really pays off here.
Sure, there are things that could be done different, but for a first start, this is really good. Most first presets aren't much more than Moving Particle+Water+Blitter Feedback called "Hyperspacetunnel"

Try to download packs from others - It will inspire you and you can learn a lot by learning how they do things. At first, this will be frightening, but you'll learn things along the way. Also try if you can gat PiR's tutorial and Atero's Primer. That explains about all there is.

Best one: Fairydust
then: Crystalline Web
The shapemaker needs some work, it runs kinda slow.
The picture for Drunken Amoebic Rainbow was missing though. Be sure to add that when you submit.
Overall score for a first pack: 3.25/5


Jesus loves you [yes, you] so much, he even died for you so that you will not need to die, but live forever
Warrior of the Light is offline   Reply With Quote
Old 8th January 2004, 21:25   #4
Deamon
Major Dude
 
Deamon's Avatar
 
Join Date: Nov 2002
Location: Arnhem, the Netherlands
Posts: 927
Some very interesting presets indeed. Keep it up, you have more than just potential, you got a feeling for it. Next time, please post in the presets subforum .

Welcome to the community

.:HyperNation @ winamp:. .:DeviantArt:.
Thermal is now available for download at DeviantArt.
Deamon is offline   Reply With Quote
Old 8th January 2004, 23:05   #5
UnConeD
Whacked Moderator
 
UnConeD's Avatar
 
Join Date: Jun 2001
Posts: 2,104
Not bad for a first. Some notes:

Shapemaker:
- The first effect list is way too heavy. Move it to the end and figure out how to achieve the same effect with minimal components. Then move it back in.
- There are way too many buffer saves here, I doubt you'll need them all. If I disable the effect list with the 4 buffer saves in it, I don't notice any difference in output.
- The trans/fast brightness + trans/fast brightness + trans/colormap can be optimized to a simple colormap, because the colormap is set to replace. Just remove the brightnesses, and divide the positions of the colors in the map by 4 (use right-click > set position).
- The convolution with only 1 entry and scale 1 is useless.
- Instead of 2 multipliers, consider a colormap. You're only using the brightness anyway, 'cos the colors are added at the end.

Those crazy celtics:
- Your setup with buffer saves is a bit crazy for two reasons: first, you should first copy 1 dot to 2, and then copy those 2 to 4. This way, you save a copy operation. Secondly, instead of all those buffer saves, you can just use a couple of effect lists:
Effectlist (I:Replace/O:Additive) { Trans/Movement: r=r+$pi*.5 }
Effectlist (I:Replace/O:Additive) { Trans/Movement: r=r+$pi }
If you don't mind accuracy loss, you could just do the 2 movements in the main loop, set to blended, and do a x4 multiplier at the end.

The same applies to Fairydust.

UnConeD is offline   Reply With Quote
Old 9th January 2004, 03:12   #6
Al'BenJ
Junior Member
 
Join Date: Jan 2004
Location: State College, PA
Posts: 5
Send a message via AIM to Al'BenJ Send a message via Yahoo to Al'BenJ
Thanks UnConeD for the tips. On "Those Crazy Celtics" I saved a very noticeable number of FPS. The other two I also sped up, but I just like them better at 10 FPS than I do at 16-17. Is there any way I can limit the FPS in a given preset? That way I could optimize them and set the FPS to 10 and everybody could see them exactly the way I do.
Al'BenJ is offline   Reply With Quote
Old 9th January 2004, 09:05   #7
Deamon
Major Dude
 
Deamon's Avatar
 
Join Date: Nov 2002
Location: Arnhem, the Netherlands
Posts: 927
Nope, it's been asked before, but till now, there's no result.

.:HyperNation @ winamp:. .:DeviantArt:.
Thermal is now available for download at DeviantArt.
Deamon is offline   Reply With Quote
Old 9th January 2004, 11:58   #8
Warrior of the Light
Fοrum King (AVS Reviewer)
 
Warrior of the Light's Avatar
 
Join Date: Aug 2002
Location: The Netherlands
Posts: 3,782
Would that technically be possible?


Jesus loves you [yes, you] so much, he even died for you so that you will not need to die, but live forever
Warrior of the Light is offline   Reply With Quote
Old 14th January 2004, 16:25   #9
akx
Junior Member
 
Join Date: May 2003
Location: Finland
Posts: 20
Send a message via ICQ to akx Send a message via AIM to akx Send a message via Yahoo to akx
;-c: Why not, if the AVS API allowed reading of current FPS info? Wishlist this, someone.
akx is offline   Reply With Quote
Old 14th January 2004, 16:31   #10
Yathosho
Forum King
 
Yathosho's Avatar
 
Join Date: Jan 2002
Location: AT-DE
Posts: 3,166
Send a message via ICQ to Yathosho
i like the eye in the sky preset, oldskool!
Yathosho is offline   Reply With Quote
Old 14th January 2004, 23:15   #11
Shock Value
Senior Member
 
Shock Value's Avatar
 
Join Date: Aug 2002
Location: USA
Posts: 158
You can read the current FPS:

Frame:

deltatime = gettime(time);
fr=fr*.9+deltatime*.1;
framerate=1/fr;
time = gettime(0);

Try that and use the value of framerate to adjust your presets accordingly. For example, if you really did want a limited FPS, use a superscope with varying n values to target a specific framerate (increase n values if above target, lower them if above, although this does not have to be done linearly).
Shock Value is offline   Reply With Quote
Old 16th January 2004, 13:33   #12
Neoavs
Junior Member
 
Neoavs's Avatar
 
Join Date: Jan 2004
Location: Vilnius, Lithuania
Posts: 29
Send a message via ICQ to Neoavs
Well, as your first pack, it's really cool. My fav was Spastic Elastic, very smooth colors.

Keep experimenting with the effects, and study others' avs', and you'll become a great avs'er in no time.
Neoavs is offline   Reply With Quote
Old 16th January 2004, 22:51   #13
hungryskull
Major Dude
 
hungryskull's Avatar
 
Join Date: Feb 2003
Location: Somewhere in Canada
Posts: 776
You have serious potential.

Darn, I can't think of anything to put here.
hungryskull is offline   Reply With Quote
Reply
Go Back   Winamp Forums > Visualizations > AVS > AVS Presets

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump