making a video from single frames

Posted by Nikolaus Gradwohl Tue, 12 Jan 2010 10:33:15 GMT

if you have exported a directory full of single frames from a processing sketch or a tool like toonloop or gimp you can combine them to a video using mencoder like this.

mencoder "mf://*.jpg" -mf fps=12 -o output.avi -ovc lavc -lavcopts vcodec=mpeg

the mplayer manual has more details in case you need them

here is a sample video i made using toonloop and some colored buildingblocks

buildingblocks toonloop video from Nikolaus Gradwohl on Vimeo.

Tags ,  | no comments

Tweet This! submit to reddit Digg!

printed phonestand

Posted by Nikolaus Gradwohl Mon, 11 Jan 2010 15:55:18 GMT

I designed a simple stand for my phone unsing openscad. click here to download the stl file or click here for the openscad script

cableclip1 cableclip2

Tags , ,  | no comments

Tweet This! submit to reddit Digg!

printed cableclip

Posted by Nikolaus Gradwohl Mon, 11 Jan 2010 15:52:34 GMT

I designed a simple cableclip that fits on my desk unsing blender. click here to download the stl file

cableclip1 cableclip2

Tags , ,  | no comments

Tweet This! submit to reddit Digg!

Deploying Processing apps using WebStart

Posted by Nikolaus Gradwohl Mon, 11 Jan 2010 10:22:22 GMT

To deploy a processing sketch via java webstart export the sketch as an application (i used my randomlines sketch and exported it as a linux application).

then i wrote a simple jnlp file and copied the files to my webserver. The only thing thats left is providing a link to the jnlp file like this.

click here to dowload and launch the application

More info on jnlp and webstart can be found here

test.jnlp

<?xml version="1.0" encoding="UTF-8"?>
<jnlp spec="1.0+" codebase="" href="">
    <information>
        <title>Processing Test</title>
        <vendor>guru</vendor>
        <icon href="http://www.local-guru.net/jnlp/randomlines/randomlines.png"/>
        <desktop/>
        <offline-allowed/>
        <shortcut online="false">
              <desktop/>
        </shortcut>
    </information>
    <resources>
        <j2se version="1.5+" href="http://java.sun.com/products/autodl/j2se"/>
        <jar href="http://www.local-guru.net/jnlp/randomlines/lib/randomlines.jar" main="true" />
        <jar href="http://www.local-guru.net/jnlp/randomlines/lib/core.jar" main="true" />
    </resources>
    <application-desc
         name="ProcessinTestApp"
         main-class="randomlines"
         width="300"
         height="300">
     </application-desc>
     <update check="background"/>
</jnlp>

Tags , ,  | no comments

Tweet This! submit to reddit Digg!

Smiley-O-Mat

Posted by Nikolaus Gradwohl Fri, 08 Jan 2010 04:20:23 GMT

I just finished my Smiley-O-Mat - it's a tin-box with 3 turning knobs that allows you to controll the appearence of a smiley. With 3 simple turns I can now tell your co-workers, familymembers, ... how you feel at the moment and if it is wise to talk to me right now :-)

The controllerbox is made with an arduino, the smiley generator is written in processing, and the turning knobs are printed on my makerbot

This is what the controller looks like controler box

and here are some smileys i generated

smiley1 smiley2 smiley3 smiley4 smiley5 smiley6

Read more...

Tags , ,  | no comments

Tweet This! submit to reddit Digg!

Floating Processing cloudes with minim

Posted by Nikolaus Gradwohl Mon, 04 Jan 2010 02:59:54 GMT

I made a simple example to test the sound input features of minim, an audio library for processing.

I took one of the cloudes i wrote for my ical-flowers and wrote a simple sketch that makes it float to the right whenever someone blows into the microphone.

floating coude

Read more...

Tags , ,  | no comments

Tweet This! submit to reddit Digg!

Turning Knobs

Posted by Nikolaus Gradwohl Wed, 30 Dec 2009 06:05:00 GMT

I printed some turning knobs that fit on my variable resistors. This time i used openscad to make the design.

here is the scad file and the stl file, if you want to print your own.

knob

Tags  | no comments

Tweet This! submit to reddit Digg!

3D-Printer earrings

Posted by Nikolaus Gradwohl Tue, 22 Dec 2009 06:54:01 GMT

I just printed a pair of earrings for my wife.

earrings

if you want to print one yourself, download the stl file it's licenced under a creative commons share alike licence

Tags , ,  | no comments

Tweet This! submit to reddit Digg!

MakerBot is printing!

Posted by Nikolaus Gradwohl Sun, 20 Dec 2009 19:11:27 GMT

I finished my MakerBot!

here is a picture of it

makerbot finished

Read more...

Tags  | no comments

Tweet This! submit to reddit Digg!

Makerbot part2

Posted by Nikolaus Gradwohl Fri, 18 Dec 2009 20:16:47 GMT

I continued building my makerbot

I made the X, Y and Z stage of the main body step2

and the two dinosaurs that hold the extruder (they are officially named "wired dinosaur" and "big dinosaur" - i really like that) dinos

Tags  | no comments

Tweet This! submit to reddit Digg!

Older posts: 1 2 3 4 ... 20