Rupert Howe, the amazing & enthusiastic videoblogger is running a video project. he's invited artists & people to create a video based on two videos made by other participants. for my video I wanted to practice using Processing so I wrote a (very basic) program which allowed me to "paint" with one video on top of the other, whilst drawing thin lines on the screen & between the videos as a way to link them together. my inspiration videos were made by Ryanne Hodson and Kevin Buckstiegel.
attached is the final version of the processing patch file I made, and also the initial version (& also here)
the inspiration / thoughts I had whilst watching the source videos :
atoms of life remuxed together
codes building blocks
diving into the infinite universe of code & atoms
video painting
interactive - controlled by mouse movements & 2 videos affecting each other (when creating the video, not playing)
lines draw points between the two - connecting them too
initially I used the audio from Kevin's source video but I wasn't sure if he'd made it so wasn't sure how to reference it properly (it was part music & part muffled conversations from what I could tell), then I read some emails about Stan Brakhage on frameworks and remembered the readings / viewings I'd done of his work when I was looking into Len Lye's work, so remembered he used to create videos with no sound as "visual thinking". so I've left the final version having no sound track (not quite a lumiere though) as a homage to his amazing work.
:::
I had some problems uploading the videos to youtube - the drawn lines turned from thin straight lines into aliased dotted lines. the video looked OK if played from my own webserver, but really bad from youtube.
Rupert sent me some conversion tips :
1. save as .divx & upload
2. use the settings below for mp4
Don't upload at 640x480 - upload at 480 x 360
Use the following settings:
H264 encoding
.mp4 not .mov
480x360
Bitrate: 12000 (really!)
Framerate: 29.97
Audio Codec mpeg4aac auto bitrate
Stereo 48000 sample rate
this is the .mp4 sample video using Rupert's mp4 settings : this video looked OK
:::
I also tried re-making the video using linewidth=2 (instead of default which is 1) & exporting as divx in QT pro. this looked OK. I ended up using this video for my project submission (well, this video with 10 seconds of black added to the end & no sound, so technically the final one is based on this version..) the final versio came out at 42 seconds duration - which is not 23 but 42 is a good number for life ;)
drawing divx test
line width=2 divx version
:::
other video tests :
:::
drawing12 1 test
setting line width =4 - this made much thicker lines which I didn't like as much
Attachment | Size |
---|---|
exquisite_corpse_line2.pde | 2.06 KB |
exquisite_corpse.pde | 2.02 KB |