Downloads
-
December 4th, 2009
A QCtextsource for VDMX that wipes the text on and off the screen with random letters and symbols.
Inspired by COD:Modern Warfare 2 and Alx Toneburst.
Controls for duration, font size and font selection.
goto10_randomtext_vdmx.qtz.zipAs Hiltmeyer noted correctly in a comment elsewhere on this site, the spacing on the letters can be off a little bit. This has to do with the way QC breaks up the string into individual letters. I’m still looking into this, but in the meanwhile it works fine for ‘fixed-width’ fonts such as Courier, Andale Mono, Monaco and my personal tech favourite OCRA.
-
December 4th, 2009
Following up on a thread on the Vidvox user forums, this effect recreates the ‘trace’ look from Modul8. It’s Image Filter compliant, so it should work in all programs that support Quartz Composer Image Filters.
It uses a Core Image kernel originally written by Memo Akten to apply a luma key.
Controls for trail length, luma key threshold and luma key softness.
-
September 13th, 2009
A bit of an odd one out, but this was requested by one of my students a while back. It’s an effect preset that can be applied on any text layer in After Effects. It will change it into a countdown timer, that ticks off milliseconds, seconds, minutes, hours, days and years dynamically as your composition progresses. You can select which time measurements to display, as well as the start time. Using keyframing you could even make the clock tick faster or slower!
Anyway, I hope this is of use to someone…

Download here
How to use: Unzip and place in the After Effects -> Presets folder. Then start AE, create a text layer, and drag the preset onto it from the Effects and Presets window.
-
September 7th, 2009

A simple Core Image kernel based effect, that allows for offsetting the R, G and B channels of an image on the x and y axis.
Probably quite similar to Memo’s version from way back in the day, but I can’t seem to download that one
Detailed Info:
Controls:
Pretty self explanatory: X and Y offset for each channel.Download:
goto10_RGBChannelShift.qtz.zip -
September 7th, 2009
A neverending ribbon twists its way through 3D space.

Based on the VertexNoise.qtz patch from the GLSL examples in the Dev Tools
Mad props go to Mr Monkeypresso for the idea. And of course to Philip Rideout of 3d Labs, Inc who wrote the GLSL code.
Contains GLSL code which is Copyright (c) 2005-2006: 3Dlabs, Inc.
Detailed Info:
Controls:
Speed: make the ribbon go slower or faster
Hue: change the colour on the flyDownload:
goto10_ribbon.qtz.zip -
September 7th, 2009
This is a qcTextSource (place in qcTextSources folder) that applies the old After Effects trick of using lotsa copies of a layer on the z-axis to make it appear 3D.

Detailed Info:
Controls for:
Text input
Text color
Font
Font size
Depth (high values might slow down your machine)
X/Y controller for X/Y axis rotationDownload:
goto10_3dtext.qtz.zip -
September 7th, 2009
Takes the clip or image playing in a layer in VDMX and makes a neverending tunnel out of it. Also has an optional text input.

Tested on VDMX 0.7.1.6, and Leopard only. Now also with functioning text controls in b0.7 and up. Thanks to Clouds11 for paying attention and providing the update!
If you like this effect, please check out Alx Toneburst’s insanely smooth GLSL version, found on Memo’s VDMX site.
Detailed Info:
BackwardsForwards: Changes direction of the flythrough
Speed: Changes the speed of the flythrough
Text input: Type your message
Text color: D’uh
Text on/off: Also pretty self explanatory.Download:
goto10_tunnel.qtz.zip -
September 7th, 2009
A crosshairs appears over the video, and searches the screen. Pressing the button ‘locks’ the crosshairs in place. Works great with a live camera input from the crowd. Offers both mouse control and random mode.

Detailed Info:
Control_Switch: Switches movement control between random and VDMX input.
Lock: ‘Locks’ the crosshairs in their current position. Colour will change from green to red. Text will start flashing.
Size: Controls the size of the crosshairs.
Speed: Controls the speed of the random movement (note: does nothing when in VDMX control)
X/Y position: Allows for user input or syncing to VDMX data sources like mouse input (note: does nothing when in Random control)Download:
goto10_target.qtz.zip -
March 19th, 2009
This is a Quartz Composer Clip macro, that allows for a linear translation of a variable number. Basically you can use it to translate a number within a certain range (say [0,1]) to a new range (say [-1,1]). Fill in the old and new ranges, and attach the input. The patch will take care of the math for you.
Place the .qtz file in ~yourhomefolder/Library/Application Support/Apple/Developer Tools/Quartz Composer/Clips. It should then be available from the patch creator window.
Inputs:
value - the value to be translated
oldMin - the old minimum of the value (ie 0)
oldMax - the old maximum of the value (ie 1)
newMin - the new minimum of the value (ie -1)
newMax - the new maximum of the value (ie 1) -
November 28th, 2008
A beta version of a qcplugin for VDMX that spits out sequential values, with a controllable random factor. Useful for getting a simple random playback of a clip.
Random rate controls how often the playhead will jump to a new random point.
Playback speed does what it says on the tin: controls the speed of playback of the clip. This is the part that still needs work, because ideally this should take its cue straight from VDMX.Now also with automatic or manual trigger options:
auto_trigger_switch turns automatic triggering on or off
random_trigger gives a new random value when auto_trigger is offgoto10_RandomPlayback.qtzThis patch now uses some private beta VDMX options and I don’t feel comfortable sharing that on the world wide web yet. Please contact me directly if you want to beta test.
