| 2005 http://lab.v2.nl/projects/watch_that_sound.html software/creditsgenerator/CreditsGenerator.jar software/creditsgenerator/CreditsGenerator-src.tar team: Brigit Lichtenegger, Jaques van de Veerdonk | |
|
|
|
For the Watch That Sound project, Jacques van de Veerdonk asked me to make something for generating a credits movie. On the Kids Only day of the Rotterdam Filmfestival about a 100 kids will participate in a workshop that will introduce them to the world of film and music in an informal way. The kids will participate in making a soundtrack for 4 short movies. The premiere of the resulting movie will take place right after the workshop and Jacques thought it would be fun for the kids to see their names pop out of the big screen!
The CreditsGenerator is a program that reads a textfile containing the names of people to be credited. It generates a quicktime movie of names popping out of the screen, using fibonacci phyllotaxis for placement, and scaling to create a playful 3D-ish effect.
To run the CreditsGenerator you first need to make sure you have java (1.4+) and quicktime player 7. Download CreditsGenerator.jar and open the text file from the File menu. The text file should be a plain text file, with a new line for every name. (Leave lines open to create credit groups). After selecting the file the program will start immediately, so just wait untill the progressbar indicates it is finished and you will have a movie called credits.mov. The generated movie is encoded with Animation codec, 25 fps and a size of 720 x 576 pixels.
An older version of the CreditsGenerator generates the same animation (except that the names are in alphabetical order), but writes the frames to the hard disk as bitmaps. These bitmaps can than be converted to an uncompressed avi movie using bmp2avi. For the old version download CreditGenerator-old.jar and run it by typing The old and new sources are available as they are. NOTE |