Archive for the 'Video' Category

Page 3 of 5

Colour Music History

Music Color For You

via iota

Dumpster Droid and Yasmin Sabuncu @ Segmentation Fault n+1

Japanese Drumming Game version 5

I love this game ;-)

Segmentation Fault n+1

More gig action :-)

Segmentation Fault n+1
A night of audiovisual experiments
7:30 Tuesday 21st September, LOOP 23 Meyers Place Melbourne. Gold Coin Donation

Dale Nason
multi screen projections and noise

dpwolf (David Wolf) + TestPatN (Tim Webster)
A+V memories of buildings and places;

Dumpster Droid
reel-to-reel tape and theremin adventures

Yasmin Sabuncu
live visuals

Cahl Schroedl
industrial DJ set.

I’ve got another blog for Segmentation Fault here: http://dpwolf.net/segmentation_fault/ which will hopefully have some footage/recordings of some of the previous SegFault Gigs some time soon (for now I’ve got to cut about 300 more flyers and finalise my setup).

I think I’ll try out the newest vidget at the end of the night too.

Plug & Play @ Kent St + Vidget 3 preview

For the past couple of Thursday nights I have been playing live visuals at a night called ‘Plug & Play’ at a bar called Kent St (located confusingly on Smith St in Collingwood). The night is run by two fine gentlemen named Jean Poole and Future Eater and is a nice relaxed place where each week people come to plug in their audio/video/laptop/playstation/casio devices and play. The venue also has a good broadband connection which allows for international djs/vjs to perform remotely and for me to test my latest vidgets. Version 3 is just about ready for posting here and combines the layering/mixing of clips of the first version with the photo searching and xml reading of the Flickr Viewer.

Here is a screenshot of the new drag and drop interface. The grid of images is loaded dynamically based on an xml file which means I can set the vidget up to play different content without rebuilding the entire project in LiveStage Pro. Almost everything is modular now. The ten thumbnails on the right are the results of a Flickr search for the tag ‘blue’. Each of these thumbnails is draggable to the three clip holders at the top of the screen (red, green, and blue). These refer to the three different layers of video which are output to a screen or projector. Up to three video clips or still images may be mixed/layered together.

After playing with this prototype version at Kent St last week I’m definitely going add some more space for thumbnails as I ran out of content after a while. I am also going to explore some more of the graphics modes for combining the images.

Oh yeah, I’m playing there again this week so if you’re in Melbourne come down. Its free and starts at about 8pm @ Kent St, 201 Smith St Collingwood.

Recycle Bins

A survey of the consumption habits of my neighbours. The other day I ran around the block with my camera phone taking a quick snap of the contents of each recycle bin as I passed it on the street. I fixed the jpegs up a bit in Photoshop and opened them all in Quicktime Player, copying and pasting them into a new movie and exporting at half size (320*240).

As usual, click to load. It’s a bit bigger than my recent posts because I wanted each frame to be clear. I used the photo jpeg codec for this reason – it uses only spatial (not temporal) compression.

Once the movie is going you can click to pause and use the left and right arrows to advance frame by frame to inspect the rubbish closely :-)

Video Comments

Andreas at solitude.dk has set up a system on his videoblog whereby anyone can leave video comments which are added to the end of his video piece. I’ll have to find out exactly how it works but it Adrian says it is a combination of scripts which generate a SMIL file with Quicktime content.

You can find it here.

I just added a comment and it worked SO easily! The theme is confessions so I made a quick voyeuristic noir piece with my phone camera and some of my friend Elaine’s music on the stereo. Check it out as part of the video comment thread, or below.

[update- just as I posted this my neighbour actually came into the room I was filming and started singing in the shower!]

Plug & Play Thursday September 2

::::::::PLUG & PLAY
Thu Sep 2 >>

2 players, 1 x playstation with controller >> fed into >> 1 miniDV camera >> fed into 1 lappy
= 1 xLive Audio & Video : Tony Hawk Playstation Remix Challenge!!

Watch 2 players sweat it out on the big screen – even as their video gets remixed live
and sound mashed…
and while they are wearing medieval armour!! ( dont ask us why )
……………………. ……………………………. ………………. ………
……………………………………………… ……
another good reason to come along?
++We’ll again be passing the hat around to help pay
Future Eater’s Insurance Excess Fee for his stolen laptop!
……………………. ……………………………. ………………. ………
……………………………………………… ……
Guest Pixelist this week: Dpwolf ( VJing with custom-made app + utilising remote online database images )

“““““ Other pixels & in between_sounds : Jean P00le


-__-_-____}}–_ -__ -__-_-____
-__-__& PLUG IN YOUR AVs! (BYO sound & video tools)
;;; pleaz contact : oz_hq@micromusic.net
thursdays 20:00 –> 23:00 : 201 Smith Street, Fitzroy
——- ,,,,, .. ,.,,,,.. ,,,.,——-,,,,…,,.
—–,,..,,..——–,,..——–

Desktop Remix – Waiting


Continue reading ‘Desktop Remix – Waiting’

AKM

Gene Youngblood, Expanded Cinema

The full text of Gene Youngblood’s classic 1970 book on experimental film and video Expanded Cinema has been made available online. It has some really great information on the Whitney brothers’ films.

Youngblood, Gene. 1970. Expanded cinema. Toronto and Vancouver: Clarke, Irwin & Company Limited.

Quicktime XML importers and SMIL

I see that Adrian has found some useful info on embedding QuickTime movies in web pages. It is very cool how you can set up a series of individual movies to play in sequence using the embed tag alone. I think this is particularly useful in the context of moblogging/videoblogging.

One of the characteristics of video taken with a camera phone or digital still camera is that it tends to feature one continuous shot. While Quicktime Pro allows for fairly easy basic editing of shots, by using the embed tag to string the shots together the user can create separate annotated permalinks for each shot (say videos from a holiday) and string a selection of shots together for a ‘hilights reel’ at no extra storage cost and with very little difficulty. Tools like QT HTML help too.

Some more snooping around the Apple developer site reveals some of the other network friendly abilities Quicktime has. QuickTime XML Importers describes how a basic xml text file with the ‘.mov’ extension can be used to do a number of handy things. For example, if you are using a new codec or component in your movies which are not yet common, such a file can be used test for its presence and ask the user if they want to download it.

The ability to read xml files also means that you can set up a ‘Quicktime Link File’ (.qtl) to do things like: open a movie in the Quicktime Player application, play at full screen, and then quit when the movie has finished. ‘.qtl’ files can be written by hand in any text editor, generated by script, or created using Quicktime Player’s XML Exporter.

Another flavour of XML is SMIL (Synchronized Multimedia Integration Language) which provides a standard cross platform way to create playlists and presentations combining discrete content (interestingly, the MMS standard for mobile multimedia messaging is based on SMIL). For example a SMIL file can source a slide show of JPEG photos from one server and display text annotations for each photo, while playing an accompanying MP3 from another. SMIL also allows multiple visual sources to be arranged on screen and played independently. Quicktime and SMIL provides a detailed run through of the functions available and how to apply them, while Embedding SMIL Documents in a Web Page describes that process.

Automated Supermarket Checkout

This video was recorded during a lunch break at work. Michael (one of my work mates) is showing me the new automated self-checkout at Chadstone Coles. While there are still human checkout operators there too, and It does seem to take longer to go through the self-checkout than it would be to go through an actual person, I don’t think I’d like to be one of checkout operators who has to watch as they are slowly replaced.

Full Screen

Train Star


Click to view video (1.5Mb).

This is a homage to Michel Gondry’s awesome music video for Chemical Brothers: Star Guitar with all of the coolness surgically removed. Also I am travelling in the wrong direction. Enjoy. I definitely recommend the original :-)

P.S: the Quicktime plugin didn’t seem to like it when I used the .3gp extension so I saved the movie as as .mov and all seems well. Weird.

40 a mo-vid-blog


Click to view video.

Ok, I’ve been inspired by the Videoblogging crew to start posting some video blog entries and now that I have a new phone which can record video and send it to my computer via bluetooth there’s no excuse! I think these posts will be mostly everyday snapshot type content which I can remix and manipulate in my interactive works.

This was recorded on Swan Street in Richmond with my shiny new phone (a Sony Ericsson K700). Over the last couple of weeks the speed limits on inner suburban shopping streets seem to have all dropped from 60kmh to 40 and these flashing signs have popped up all over the place. I think they look cool, but with cars going slower pedestrians seem to cross the road whenever they want to (creating some near-misses).

Universal Access, Core Image and remixing the desktop

Universal Access

Built into Mac OS X are some nifty features for manipulating the on screen display of any content. While they are designed to assist people who have difficulty viewing the screen, they also let you ‘remix’ the visual output of your computer.

The Universal Access system preferences pane allows you to zoom in on a part of the screen, invert the image so that text becomes white on a black background and increase the contrast. The best things about these functions are that they don’t seem to use too much additional CPU power, they are controllable via keyboard shortcuts and they are quite responsive. Any video or image may be effected as these apply to the entire display output. Invert a DVD video, increase the contrast of a Quicktime movie to the point that it looks posterised, zoom in on any image…

To increase contrast press: control+option+command+.
To decrease contrast press: control+option+command+,

To switch zoom on or off press: option+command+8
To zoom in press: option+command+=
To zoom out press: option+command+-

To switch to and from white on black (invert) press: control+option+command+8
Note: this also sets the screen to greyscale when called via keyboard shortcut, for best effects I recommend using the actual preference pane to switch to invert in colour.

These effects are very basic in comparison to those coming soon in Mac OS 10.4 – Tiger with Core Image. Using the graphics card to handle image processing at a lower level, this looks like it will produce some exciting effects in real time.

If you’ve got about an hour and a half check out Steve Jobs’WWDC 2004 keynote presentation, which shows a good demo of the new Core Image / Core Video features in action.

Codecs

One of the most important discoveries I made in working on Vidget Version 1 was the H.263 Quicktime Codec. For this sort of work it was very important to use a codec which didn’t require a huge amount of CPU power, provided fairly good quality images, at low data rates and which could be played both forward and backwards. In the case of most codecs the rule seems to be: “fast, small, good, pick two”.

Sorenson 3 video features excellent images at small file sizes but requires quite a bit of CPU (I’ve found it gets a bit choppy when I try to do too many things at once but others such as jeanpoole
swear by it) and is no good at playing backwards.

I used to think that the Photo-JPEG Codec was good because it was able to play well backwards or forwards but it only looked decent at high bitrates and was quite CPU intensive.

3ivx D4 4.5 is a 3rd party MPEG 4 codec which produces better images than the standard Apple MPEG 4 codec at quite low bitrates. This is largely due to the fact that it features two pass variable or constant bitrate encoder. I definitely plan on using this codec for future linear works but it is a bit too CPU intensive for this project.

H.263 will soon be joined by H.264, which has designed to be scalable from limited bandwidth applications like video phones right through to HD. I can’t wait.

About Widgets

I was familiar with the term ‘widget’ as both a kind of gadget to be used in examples (I always picture being in a year seven information processing and management class doing a graph with the title ‘Widget Sales up 17%) and an element of an interface (eg. a play/pause button widget), but recently the term has become quite a trendy buzzword and is used to describe a class of applications or desktop accessories which sit somewhere in between being ‘content’ like a basic web page, and ‘application’ like a word processor or design tool.

For the past couple of years a program called Konfabulator! has been providing Mac OS users with a suite of functional widgets and the tools to create their own. Check out their site and download the free version. Some great examples of widgets developed by the makers of Konfabulator are weather forecasts which automatically update themselves drawing on weather feeds, photo viewers, calculators and iTunes remote controls which display song information in real time. I had heard of Konfabulator ages ago but I wasn’t reminded of it until I watched the Apple WWDC Keynote presentation. In a very long presentation focussing on the the next version of Mac OS X, Tiger , amongst a number of very cool new features was one called Dashboard.

From the website:
One Dashboard, Many Widgets
The Dashboard is home to a new kind of application called Widgets. Widgets are mini-applications written in JavaScript that are designed for fun as well as function. They keep you up to date with timely information from the Internet such as stock quotes or the latest view from your favorite Web cam. They can also provide quick, simple access to frequently-used applications such as a calculator, a playback controller for iTunes and a contact look-up for Address Book.”

One of the best things about widgets such as the ones developed by Konfabulator and copied by Apple is that they know their place on the desktop and in the network. What I mean by this is that each widget has a single function and does it well, and that it is able to interface with other programs and files on local and remote systems. A good example would be the standard calculator which comes with the current version of OS X. While a basic calculator is a useful tool, making a calculator which is ‘aware’ that it is on a computer which is connected to the network means the user no longer has to look up currency conversion rates manually because the calculator program can automatically update rates from a remote service.

I don’t think this ‘new kind of application’ is all that new, but it is definitely an interesting one to be explored in art practice.

Vidget 1: an interactive networked VJ application for Quicktime

Its been a bit quiet around here for a while and this is why. I’ve been working pretty solidly on this piece for the past couple of weeks leading up to a gig I co-organised last week. Segmentation Fault is a semi-regular experimental music & visual night we put on every couple of months and proved to be a good motivation (ie. deadline) to get a work together for. in my research I am mostly interested in applying VJ aesthetics and methods to the desktop environment where the user becomes the performer, but its always fun to perform in front of an audience of humans in a room.

Now its time to release this draft to the world and see what people think. Click on the images below to load the two parts in Apple – QuickTime Player.

The scrambled looking black, white and green image will load the ‘output’ movie. This is the movie to be projected on a screen or viewed on a second monitor. It is designed to run at full PAL resolution (720 * 576) to suit the TV output of my laptop. If you want to try it out on a single monitor setup, you can load the movie and select ‘Half Size’ from the Movie menu in Quicktime Player. This movie is really just a kind of holder for up to three other movies. To load different clips into the ‘output’ movie you will need to use the ‘interface’ movie below.

This movie controls which video loop is loaded in which layer of the output movie. Along the top of the window are the numbers 1, 2 and 3. These represent the three layers with 3 being the ‘highest’, 1 the lowest and 2 in between. Next to each of the numbers are playback controls for each layer. Once clips have loaded they may be played forwards and backward, in slow and fast motion and stepped through frame by frame. Next to the playback controls are the graphics mode controls. These control the ways in which each of the layers are blended.

‘Blend 0′ means the clip is completely transparent. It is probably a good idea to switch to this setting if you are going to load a big clip as it will take a while to load and display a still image whilst it is doing so. ‘Blend 100′ means the clip is 100% opaque so any other clip below it will not be seen.
‘Add Max’ adds the bright portions of the clips image over the clips below, leaving the dark areas transparent. ‘Add Min’ adds the dark portions of the clips image over the clips below, leaving the lighter areas transparent. ‘Sub Pin Blk’ subtracts the bright areas of the clips image from the ones below so white snow on a black background will result in black snow on a transparent background. ‘Inverse Or’, ‘Exclusive Or’ and ‘Inverse Exclusive Or’ produce other effects but to be honest I’m still not sure exactly how they work :-) .

These graphics modes probably won’t be much fun to play with until some different clips are loaded into each of the layers. To do this I have designed two different patch loaders. If you click on the 1 or 2 with red # symbols next to them the # will change to a *, telling you which loader is active. The first thing to do is select which layer or ‘channel’ to load the clip into. These are selected by clicking the large 1, 2 or 3 at the top. Next a clip may be selected from the list at the bottom half of the controls. The clip’s name and id number are displayed and when the ‘Do It!’ button is pressed the clip will start to load. (If you are wondering why it is called ‘Do It!’ go see Starsky and Hutch :-) )

Note: there may be a couple missing – such as the ‘live input’ at the bottom right, so if you get a ‘broken movie’ image just try another clip.

The Livestage Pro project files can be found here: interfaceproject.zip outputproject.zip

Segmentation Fault 6/6/04

Segmentation Fault 6/6/04

Segmentation Fault 4
More loud noises and bright lights from:

Dale Nason – performing live sound and video projections

Doktorb Robotnik [aka Adrian Lucas] vs David Wolf – stomp boxes vs laptop in sonic showdown
Tim Webster – live object orientated visuals

Null Hypothesis [aka Elaine Carter] – crunchy beats and glitchy tones [dj set]
dpwolf [aka David Wolf] – broken desktop visual experiments

Free 8:30 pm
Tuesday 6th July
@ Loop
23 Meyers Place