Hi this is my first post so i want to say hi to everyone. i did alot of downloading, way too impressed to not get into this myself! I know how to use openGL pretty well (i did a 3d city for a school assignment) but AVS seems totally different. i hope my knowledge can be transfered over :-)
Anyways, im just experimenting with different precoded effects and so im using Picture II and I have a set of images that i want to change with the tempo. I tried doing x2 on Picture II with other images but they are simulatenously on screen. How do i "turn off" one picture and then turn on another? I think i want to do a trans fade to black between each new picture. Thanks for any help in advance.
Newbie Picture II Question
35 posts
If it's only two pictures then you could use a buffer save & a alpha blending dynamic movement...
The effect tree would look like:
Render / Picture II (picture1)
Buffer Save (save buffer 1)
Render / Picture II (picture2)
Trans / Dynamic Movement
Now select Buffer 1 as the source of the dynamice movement, then check "No movement, only blending".
add the code:
and put:
Here i'll attach the preset for you. Just put two picture's into the picture Render II's.
btw. Using multiple images would require some more work, but im a bit lazy now, and im pretty sure someone can do it better than me 🙂
The effect tree would look like:
Render / Picture II (picture1)
Buffer Save (save buffer 1)
Render / Picture II (picture2)
Trans / Dynamic Movement
Now select Buffer 1 as the source of the dynamice movement, then check "No movement, only blending".
add the code:
to the frame section of the dynamic movement
t=t+0.05 ;
a=sin(t)+0.5
and put:
into the pixel section of the dm.
alpha=a
Here i'll attach the preset for you. Just put two picture's into the picture Render II's.
btw. Using multiple images would require some more work, but im a bit lazy now, and im pretty sure someone can do it better than me 🙂
Maybe the Slideshow APE would be the right thing for you.
To find it look at the APE Thread
To find it look at the APE Thread
Awesome... heheh, this is cool. nearly immediate feedback from tuggumi the great and magic.. ill do it both ways to learn more. Thanks.
/me likes Newbies willing to learn
Hope to see some weird presets in near future then! 😉
Hope to see some weird presets in near future then! 😉
Yeah, Me too and i bet rest of the regular forum members also enjoy seeing a newbie that makes a good post & is willing to learn.
But what's so great about me ha? Im just a regular guy with waaaay too much free time in his hands... jeez i don't even know how to do real 3D... 😞
But what's so great about me ha? Im just a regular guy with waaaay too much free time in his hands... jeez i don't even know how to do real 3D... 😞
Originally posted by TuggummiYou're having this Terriffic moving T in your Avatar, thats why the Juniors are so impressed by you!
But what's so great about me ha?
The slideshow APE is buggy and only runs once. It's also really slow and a nuicance to use. (this is a hint to some of you APE techies to program a new one...)
i really dont like using pictures in avs, it defeats the object of creating an effect using the things in avs for me.
I agree with you raz. The point of avs is to recreate the effect w/o pictures. pictures should only be used in texer, or sometimes for a small logo.
Erm...not really. I saw a really good starship effect created with Render/Picture a while back...can't remember what it was, but it was REALLY well done. It didn't turn or anything, but god did it look better than any SSC I've ever seen...
Yes, but if someone could make a starship SSC as good, then it would be even better since it could turn and would better react to music. I consider reactivity a bit more important than looks once you get to a certain point.
Avatars
Originally posted by Magic.XThis is totally non-related to the topic, but Avatar is also a Hindi word which means physical forms. In Hindu mythology, the god vishnu took many 'human avatars' and come to earth from the land of the gods 🙂
You're having this Terriffic moving T in your Avatar, thats why the Juniors are so impressed by you!![]()
Solution Available
psyduck2: Here's the solution if you want to fade in-out of three pictures:
I am bored to explain but here's the avs file.
Just add your pictures in the three effect lists.
Make sure the 'speed' constant is same in all the three dm's
Shreyas
psyduck2: Here's the solution if you want to fade in-out of three pictures:
I am bored to explain but here's the avs file.
Just add your pictures in the three effect lists.
Make sure the 'speed' constant is same in all the three dm's
Shreyas
Anubis: My point was you COULDN'T. SSC only does so much. It doesn't have anti-aliasing, and it's damn near impossible to draw something "perfectly." Think back to the days of Mario Kart 64. They used pictures instead of wireframes for the characters because it was so much easier to make it look good. You can't do that in AVS, but you can't make SSC's look as good as pictures, either. The effect created in that starship preset was a view from the back, which was perfect for that preset.
You've got a real problem with "if it's easy to use it's LAME", Anubis...I get the feeling that if there was a fire in your hotel and you were in the lobby, you'd get up to the top floor and take the fire escape there, just to prove that you're better than everybody else.
You've got a real problem with "if it's easy to use it's LAME", Anubis...I get the feeling that if there was a fire in your hotel and you were in the lobby, you'd get up to the top floor and take the fire escape there, just to prove that you're better than everybody else.
Atero i really dont get that analogy, i personally agree with both of you. It would look good and better than any scope blah blah but i still wouldnt give as much respect out to it if it was made out of a picture. I mean i hate using pictures, tho only pictures in the 15 releasable presets ive made are 1 for texer and that picture of homer i used for my donuts preset. Please lets not start an argument over this though, either you use pictures in a preset or you dont, theres no point bickering over why ones better than the other. Its the preset that matters not the picture.
Atero, if it can be done in a SSC and look reasonably well and be music reactive then I would use a SSC. Sometimes it is pointless to use a SSC and a picture will suffice. I don't care which way is easier/harder - I just want the best results. I love music reactivity(hence my love for avs) and would rather have this than perfect graphics. For example, I would rather have Raz change his homer simpson picture to a SSC so that homer can move after the donuts, but in a preset such as UnConeD's Wolfenstein preset it would be pointless to make the walls with SSC's when the picture works perfectly and doesn't need to react.
Pictures in ssc
I think making complex ictures in ssc's is almost imposiible. you will have to use n=w*h to make a fullscreen picture using ssc's.
the other soultion is to use a dm to move the icture loaded. it will be slow but you cant sit and code colours in ssc's to that extent!
I think making complex ictures in ssc's is almost imposiible. you will have to use n=w*h to make a fullscreen picture using ssc's.
the other soultion is to use a dm to move the icture loaded. it will be slow but you cant sit and code colours in ssc's to that extent!
If the entire picture is needed then I say use the picture, but if you can break it down into just a few necessary parts that can be done decently with SSC's then I would use SSC's to do it.
originally posted by Raz_001
i really dont like using pictures in avs, it defeats the object of creating an effect using the things in avs for me.
originally posted by anubis2003
I agree with you raz. The point of avs is to recreate the effect w/o pictures. pictures should only be used in texer, or sometimes for a small logo.
riiiiight...
There goes both downloads my Bitmapped II is going to get 🧟
OK
Tugummi: But sometimes it becomes almost impossible to do complex images in AVS. You cant get what exactly you want.
Tugummi: But sometimes it becomes almost impossible to do complex images in AVS. You cant get what exactly you want.
heh, dont worry tuggummi ill download, im just saying id much prefer not to use a picture, id go massively out of my way if its possible (and i know how to do it) to replace a picture with scope(s)
Raz, you're just saying that, because i have a Terriffic moving T Avatar 🧟
lol
WELL MY AVATAR HAS!!!!!...................
my name
WELL MY AVATAR HAS!!!!!...................
my name
Better than mine. :wierd:
My avatar have...
Well, something you made...
Might as well create a simple avatar for meself.
As for the "Terrific T". I believe a good amount of us can recreate it in AVS.
Well, something you made...
Might as well create a simple avatar for meself.
As for the "Terrific T". I believe a good amount of us can recreate it in AVS.
Yeah, in 2D at least. I would have trouble with the 3-D, because I'm still struggling with textured objects like the T in 3-D.
Yeah well Atero already did make a preset out of my avatar 😁 And it was supacool 3D!
Look for Forward Flow 2.0 and you'll find it there. I don't have it with me right now...
Look for Forward Flow 2.0 and you'll find it there. I don't have it with me right now...
Pictures? No Pictures?? Whats th point of this discussion?
If you're making an SSC moving and looking good it's 👍
But why shouldnt a Picture combined with a good DM as look as an SSC?
I'm using Picures as well as AVI's and combining AVI's, SSC's and DM's can look really great! (would post an example but it would be 3 Megs large)
If you're making an SSC moving and looking good it's 👍
But why shouldnt a Picture combined with a good DM as look as an SSC?
I'm using Picures as well as AVI's and combining AVI's, SSC's and DM's can look really great! (would post an example but it would be 3 Megs large)
which is the only reason you should shy away from using avis and bmps. but now with picture II - which is faster than picture I and mopre useable anyway - you can use gifs and jpegs...