Experiments

What does $15 an hour look like?

In 2018, Amazon increased their minimum wage to $15 per hour, more than double the federal minimum wage of $7.25. But what does that look like in real time? And how does that compare to what Amazon’s founder makes in real time?

Will Leonard
Experimenting in Quarantine

Being stuck inside for weeks during the COVID-19 pandemic doesn’t have to be fruitless, so I decided to team up with my trusty computer and experiment with different simulation tools I rarely get to play with. Usually that meant staying up super late on Saturday nights making something and rendering all Sunday. Behold! The fruits of that labor!

Will Leonard
Broadchurch - How to Make a Whodunnit

Over the holidays I re-watched Broadchurch Season 1 and realized they did some very clever things to conceal the twist. I had never made a video essay before, so this seemed like the perfect opportunity!

Will Leonard
Creating the Echo State Title Sequence
The end product is a piece that (hopefully) would feel right at home preceding an HBO or Netflix drama that gets peoples’ blood pumping and minds churning.
 

Whenever you see a high-budget TV show these days, more often than not they are preceded by these incredibly elegant title sequences that set the tone for the coming story. I've always been fascinated by these short little films that tell such a small and contained story and knew that at some point I wanted to make one too. In many ways, because of their length and content, they are often little "experiments" in visual storytelling and I couldn't pass up an opportunity to do that!

For the longest time, I knew that I wanted to learn Cinema 4D (a 3d animation program very popular among motion-graphics artists) and recently found some time to begin learning it. This title sequence marks my first animation using the software (holy cow, LOTS of online tutorials to get this far hahah) 

 

The whole project was sparked by hearing a song, ironically. I heard the song "Departure" by Jess Stroup and pictured a surreal and barren landscape interrupted by a delicate line of pure light. I saw it as a path to enlightenment, a journey of metaphorical awakening. After high-fiving myself for being so cool for coming up with this, I realized that I basically just copied Westworld. Regardless, I developed a basic storyline for the show and a paired title sequence story to match.

Original Storyboard out of After Effects

Final Frame out of Cinema 4D

The visual look of the landscape being constructed with arrays of primitives was originally pioneered by an artist named Lee Griggs (https://arnold-rendering.com/2014/06/28/xgen-color/) however I heavily modified the technique of generating the patterns seeing as I was using a completely different piece of software. I ended up using flat landscape images to generate the forms using a hair system. Even though my geometry was complex, it kept my asset count low so that I didn't need to create super heavy cloners and destroy my machine with complexity. For the look of the lighting and texturing, I was inspired by the tone from the artwork of Yuri Shwedoff (http://www.yurishwedoff.gallery/) who creates some really brooding and atmospheric scenes.

The show itself (although I have no intentions of ever making it) explores the concept of machine-learning and consciousness. Roughly the story of the show follows someone on that journey of enlightenment and the struggle of becoming mentally free with its inherent risk of annihilation. Seriously, I was really inspired by Westworld! The end product is a piece that (hopefully) would feel right at home preceding an HBO or Netflix drama that gets peoples' blood pumping and minds churning.

Will Leonard
What does the GH4's V-Log look like?

Panasonic's wildly successful GH4 camera released a new picture profile for sale called V-Log that boasts higher dynamic range, but is it worth the extra $99?

shoot two stops overexposed to get a clean image

In short, yes it does provide higher dynamic range that is very beneficial in harsh shooting conditions. Rule of thumb with this picture profile: shoot two stops overexposed to get a clean image. Anything else is gonna be highly noisy in the shadows.

ReviewsWill Leonard
Audio Expressions in After Effects!

Are you an After Effects nerd? Do you often work in large projects and constantly have issues with audio not lining up after timing adjustments? Then look no further! Behold: an After Effects tutorial using expressions to synch-up audio across different pre-comps.

Behold; the code of a thousand truths:

compStartTimeInParent = comp("_________").layer(thisComp.name).startTime;
audioStartTimeInParent = comp("_________").layer(thisLayer.name).startTime;
fullStartTime = this.startTime;
fullEndTime = this.source.duration+startTime;

linear(time, fullStartTime, fullEndTime, fullStartTime+compStartTimeInParent-audioStartTimeInParent, fullEndTime+compStartTimeInParent-audioStartTimeInParent)
TutorialsWill Leonard