PDA

View Full Version : Stroboscope Effect


utopiah
12th August 2001, 11:28
Hi,
wanna know if you could add a stroboscope effet (actually I use the F9 locked key to do one ;) ?

Illusion
12th August 2001, 13:08
:confused: But F9 is the key to change to and from "3D" mode?

Although it is kind of a strobe effect, I don't think it's intended to be used in that way, personally I don't think it looks all that fantastic pressing it on and off...

Although, I have huge problems finding a pair of 3D glasses so I can look at these 3D things, I've tried all kinds of places and no-one has them.. what kind of store sells them, even the specialty stores like Wacky Shack don't have them, maybe a magic store? Where did everybody else get theirs??

utopiah
12th August 2001, 14:06
Yep F9 is the 3D key but when screen is near white it give a strong stroboscope effet :]

You can change color of each view so it should work with any low cost 3D glasses you'll find (I didn't try it yet)

RawImage
3rd October 2002, 22:13
www.3d-brillen.de offers free 3d-glases-samples

ryan
4th October 2002, 20:12
so does www.rainbowsymphony.com/freestuff.html


BTW go to Post Effects\invert and hold enter on it.. It looks good but is hard on the eyes :)

Morninglight
3rd March 2003, 23:49
or create a white JPEG the size of the output resolution you use and create a [img] in the milk_img.ini... make it synch to the beat, or variate by changing the color/size.

easy as that :)

example I use:

[img94]
// white strobo
img=d:\visual\wit.jpg
init_1=blendmode = 2;
code_1=new_alpha = min(0.5,max(0.2, 2*max(bass-.05,bass_att)-1.1 ));
code_2=a = a*0.70 + 0.30*new_alpha;
code_3=done=above(time,100);
code_4=burn = 1;

MoH.Soldier
19th June 2006, 10:39
Hello, I also want to use a stroboscope but I don't understand what to do with that code... I copy/paste it into milk_img.ini but Milkdrop plugin use *.milk plugins into the /Plugins/Milkdrop/ directory.
What do I have to do with the code pasted into milk_img.ini ?
Do I have to create *.milk file using the code ? how do I do this ?

Thanks a lot !