var gform;gform||(document.addEventListener("gform_main_scripts_loaded",function(){gform.scriptsLoaded=!0}),document.addEventListener("gform/theme/scripts_loaded",function(){gform.themeScriptsLoaded=!0}),window.addEventListener("DOMContentLoaded",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,themeScriptsLoaded:!1,isFormEditor:()=>"function"==typeof InitializeEditor,callIfLoaded:function(o){return!(!gform.domLoaded||!gform.scriptsLoaded||!gform.themeScriptsLoaded&&!gform.isFormEditor()||(gform.isFormEditor()&&console.warn("The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1."),o(),0))},initializeOnLoaded:function(o){gform.callIfLoaded(o)||(document.addEventListener("gform_main_scripts_loaded",()=>{gform.scriptsLoaded=!0,gform.callIfLoaded(o)}),document.addEventListener("gform/theme/scripts_loaded",()=>{gform.themeScriptsLoaded=!0,gform.callIfLoaded(o)}),window.addEventListener("DOMContentLoaded",()=>{gform.domLoaded=!0,gform.callIfLoaded(o)}))},hooks:{action:{},filter:{}},addAction:function(o,r,e,t){gform.addHook("action",o,r,e,t)},addFilter:function(o,r,e,t){gform.addHook("filter",o,r,e,t)},doAction:function(o){gform.doHook("action",o,arguments)},applyFilters:function(o){return gform.doHook("filter",o,arguments)},removeAction:function(o,r){gform.removeHook("action",o,r)},removeFilter:function(o,r,e){gform.removeHook("filter",o,r,e)},addHook:function(o,r,e,t,n){null==gform.hooks[o][r]&&(gform.hooks[o][r]=[]);var d=gform.hooks[o][r];null==n&&(n=r+"_"+d.length),gform.hooks[o][r].push({tag:n,callable:e,priority:t=null==t?10:t})},doHook:function(r,o,e){var t;if(e=Array.prototype.slice.call(e,1),null!=gform.hooks[r][o]&&((o=gform.hooks[r][o]).sort(function(o,r){return o.priority-r.priority}),o.forEach(function(o){"function"!=typeof(t=o.callable)&&(t=window[t]),"action"==r?t.apply(null,e):e[0]=t.apply(null,e)})),"filter"==r)return e[0]},removeHook:function(o,r,t,n){var e;null!=gform.hooks[o][r]&&(e=(e=gform.hooks[o][r]).filter(function(o,r,e){return!!(null!=n&&n!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][r]=e)}});
/* = 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_1');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_1').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_1').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_1').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_1').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_1').val();gformInitSpinner( 1, 'https://joemcnally.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [1, current_page]);window['gf_submitting_1'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_1').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [1]);window['gf_submitting_1'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_1').text());}else{jQuery('#gform_1').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "1", currentPage: "current_page", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_1" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_1"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_1" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; jQuery( document ).trigger( 'gform_post_render', [1, current_page] ); gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 1, currentPage: current_page } } ); gform.utils.trigger( { event: 'gform/post_render', native: false, data: { formId: 1, currentPage: current_page } } ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } );} );
/* ]]> */
Kent Weakley says
Joe,
You’re the only guy I know that would hire a full circus for a shoot. Brilliant, love it!
Moe Jacknally says
Fantastic Vid.
Hope to see more – and please make longer vids in future!
Andor says
Great video and awesome stills in it – especially like the ones with the lady and the black horse standing on rear legs!
Btw. – what do they do with the elephant’s back / head and the foliage blower at 2:20? 🙂
I just love these kind of BTS videos, thanks for sharing it!
Karen B says
Love this. Smiles and inspiration from your work… and thanks to Drew and the crew for their constant pursuit!
Simon Stafford says
Hi Joe,
Entertaining, educational, and inspirational!
Seshu says
Joe – it’s amazing how you are constantly creating and sharing. You are an inspiration. Thank you. Loved the video.
Joe McNally says
they were just blowing the sawdust off Cora…kind of like a hair wash and a blow dry!
Bob DeChiara says
Thanks for sharing Joe!
Mark Crislip says
Can you buy me an elephant? I have a birthday coming up. I’d ask for the lizard girl, but that would be wrong.
Brian Di Croce says
So you finally did get to shoot an Elephant! ‘Bout time! 🙂
David Apeji says
It’s always a pleasure to see you at work! Thanks for sharing. Wonderful!
Donald Page says
great job joe and drew
Andy Waplinger says
Great stuff! The video and photos (obviously) look stunning!
Is there any chance that you or Drew could talk about your workflow, particularly in post, when shooting video with the D7000 and D4?
Thanks!
joe reitz says
Love it. Thanks for continuing to share
Adam Mason says
Anyone know what lens he was using during the blues player shoot? The hood looked like the 14-24, but not sure!
Greg Meir says
That was a great way to start the day. Thanks for posting! I like your style man!
Drew Gurian says
Hey Adam,
We used several lenses…14-24, 24-70, 70-200, 85 f/1.4, 24 f/1.4 and 35 f/1.4.
Drew Gurian says
Andy,
It really wasn’t much of an issue using clips from both cameras. Obviously needed to make sure I was shooting the same timecode on each camera, but otherwise, not too much of a concern for our purposes.
I also plan on posting a bit more of a BTS gear/tech blog post, possibly on my own blog in the next few days.
Thanks,
Drew
carl sanders says
Looks an enjoyable shoot and much fun, thanks for sharing, it reminds of what we should be doing and what being a photographer should be like, best wishes, some people have all the fun! Carl
Bob says
just wondering if you considered having people in the stands inside of the tent for a few shots…
Greg Lepera says
Thanks for more footage on Preservation Hall, I just love that place and the folks there. One of the most impressive displays of drumming I’ve ever seen was Joe Lastie Jr. with just a snare and a cymbal inside the Hall. It’s great to see him smile in the photo!
RobyFabro says
Joe, I love your videos, and I’m one of those who get impressed by your use of those exotic words like middle channel, gaffe tape …!
Impressive work, and the stills are awesome!!
I’d love to do the portraits of circus artists!!
How did you crack the back of the D4, by the way?
Mark White says
Hey there! This was wonderful, as always. I do have a question, though. Were all the shots done with Nikon speedlights? These are some incredible setups, as most have been. So, just speedlights, or were strobes used as well?
Thanks so much for posting all of this!
Mark
Drew Gurian says
Mark- the shoots were a mix of small and big flash. The circus setup with the elephant, for instance, was mostly large flash, due to the scale of the shoot. We did use small flash wherever we could (you can see some of each setup in the BTS video).
Dan Bailey says
Awesome! I love the “I don’t know what I’m doing…” part in the early part of the video. Priceless, and killer imagery.
Joe Masucci says
Excellent video. You guys rock!
Patrik Lindgren says
Nice to see what happens behind the camera, especially since there is a lot going on there.
David Sargent says
Abso-freaking-lutely brilliant….but…
1. I now feel completely untalented
2. I want a D4 really really really lots.
🙂
Christopher Murphy says
Hey Joe,
When is Hobby going to get his shorts back? I guess laundry must have been mixed up on the bus. I suppose you can return them in Dubai at GPP this year.
Really appreciate your venturing into new and deeper waters with pictures that wiggle. Whole new world, isn’t it? Nothing says teamwork like video and post production. Kudos to your crew for the high quality, entertaining material of late.
I met you at the last stop of the Flashbus in St. Louis. You gave me The Language of Light. Glad to tell you I am still on the planet. Heart working and everything. Come to Kansas City and I will treat you to barbeque! My cardiologist says its not on my diet, but neither was my visit to meeting you and St. David of Baltimore. Worth the trip!
Phillip Hill says
Thanks Joe ,
For your books and videos, your humour and your time. You continue to inspire me to be a better photographer .I feel sorry for people who just don’t get the emotion and feeling that photography provides.
Natalie J. says
What a stunning craftsman! I am blown away by your production… I am starting up a blog myself. Would love your (or anyone’s thoughts!) 🙂
http://blog.boxersadventures.com
Keep these videos comin’!
Leandro Nagaoka says
Muito bom !!!!!!
valéry says
bravo! sublime!
Thomas Chamberlin says
Boy, when Joe was told to put more interesting stuff in front of his lens he really took it seriously. Totally freaking awesome. The snake lady blew me away. And the contortionist…oh my my.
Steph Wisnet says
This video is fantastic guys, keep them coming! And of course the photos are stunning, as usual. It’s always fun to get a BTS look, especially when it involves extremely talented subjects, elephants, bulldogs & crazy sets you pop up in the middles of nowhere. I know an insane amount of time & skill go into these shoots, but dang you make it look & sound so easy. Cool, calm, & collected. Ha, I think my voice would be quivering a bit if I had to explain what I was about to do in those situations. Props to everyone involved and thanks for sharing!
Ray Soares says
Beautiful video as always!
I want a D4 too 🙂
Best
Sandorion says
You should watch yourself not to train Drew too much because otherwise he might be gone one day doing his own stuff. And after being with you for so long probably doing it better than a bunch of other guys out there.
Chris Nemes says
So how did you get the crack at the back of the camera, Joe? 🙂
Aeron says
I loved this video, it’s like what I imagine doing if I were to shoot such amazing subjects. Honestly for years I had a fascination with contortionists and when I saw them give her a bow and arrow in this video- I went nuts (and felt envious lol) Awesome stuff Joe!
Jim Cummins says
Drew-
What type of optical spots were you guys using to create the focused circles of light on the female performer in the red dress? For example, the spot of light on her feet in the video’s thumbnail.
Thx!
Hank Dinardo says
Joe a lot of people on the web are saying that you’re not saying much about the D4 IQ. Can you tell us what your thoughts are regarding the cameras IQ?
Valentino Kyriakides says
We all did know that Joe McNally is an outstanding and brilliant photographer, but now Joe and his team show that they are also brilliant videographers. – I’am impressed, a very nice made video, keep on the good work guys!
Hope to see you all one day also in north Germany…
Best Valentino
Greg Collins says
Lots of people having a D4gasm because of you Joe.
Jennifer Stanford says
Joe, I think I saw a documentary about you quite awhile ago. I loved it, and now it seems I’ve run into you once more. I’m not a photographer, but you make me want to be one. I don’t know what the heck a Nikon D4 does, but I think I need one. Anyway, your photos are stunning, rich and full of life. It was a pleasure happening upon your blog. Best wishes.
Donfer says
Joe, ur are the best teacher and my only master always !
Darren Elias says
This was an awesome watch. I think I went through it at least 4 times. There’s a few second clip there when you’re seated at camera, and just sort of looking around, clearly deep in thought or something, like you’re searching for a handle on the moment. Would have loved to know what was going through your head then!
Lynn says
Hey all – Lynn DelMastro here….
I just had to respond to Kent Weakley’s comment about Joe hiring a circus to do a shoot. Let’s just say that when Joe came to me and said, “oh yeah, Lynn, about the Nikon shoots I need you to produce, get me a circus, okay? (as casually as “order me a turkey on rye”, no biggie). I was like, “oh, cool, no worries, guess I just call 1-800-find-me-a-freakin-circus.” WTF are you kidding me? Gotta love him……. :-))
jason harry says
love this video, your best.
some of the best images i have seen you make in the last few years are in there, the bow and arrow one… really good loved it.
music with the video just perfect, great production. J
Darren Elias says
@ Lynn’s comment: HAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHA!!! Good stuff!
yuriy says
Amazing lighting, I love the set up!
Scott says
Watched at least 10 times now. Great video that makes me wanna get out and shoot! Fun and inspiring stuff. Hoping for full DVD release of a long-form version of this!
Karen B says
Lynn, We need some more behind the scenes “Lynn isms” I’m sure you have a few more gems to share. 🙂 🙂 We love all of ‘ya!
Rich Cave says
Hey joe,
love the shoot with the contortionist archer amazing. I am finally picking up my D4 later this year.
love the lighting setup on cora,
Rich
David G. says
Hey that’s awesome Joe. Thank you so much for sharing. Wonderful video! Glad you were picked for a D4 trial 🙂
Dene wessling says
@lnnn. Im sure he will you ask next time can you get them to move that building there as it would look better in this shot or move the sun to go north and south ……. Well its joe mcnally so the world will rotate which way joe wants am i right :). ……. Great job again joe you need to come to australia some time
Joe McNally says
on the way, in may!
Sascha says
Germany too!
PPLLEEEAAASSSSSSSEEEEEEEE!!!!!!!!
Hank Dinardo says
Joe other then the video how is the IQ of the D4 compared to the D3s?
John W says
Man – that is SO GOOD – thanks for sharing! Very inspiring (not just the shoot, the photography and the laughs, but the video production is great too.)
Gary says
This is just great entertainment…I’ve watched it over and over and could watch it for hours.
Paul Tortora says
Joe,
Bravo! So inspiring, absolutely beautiful images, and very captivating. Pure joy! Thank you for sharing this with the photo community, you never cease to amaze us.
Hank Dinardo says
Why are all the early testers of the D4 not talking comparison with the D3s?
George Quiroga says
Great images Joe. You are truly a master of light. The performer with the bow and arrow is unreal and the first thing I thought about was how you love photographing dancers and performers. Right up your alley.
michaelJ says
Excellent!
It’s always a privilege to witness talented people coming together. The master of light combining with some really talented performers (the bow and arrow shot in particular) producing some stunning images.
Long been a big fan and follower Joe and always astounded at the work you produce as well as your willingness to share your hard earned experience.
By the way I’d highly recommend a circus or local performing troupe shoot to anyone, they are real fun, here’s a couple of images of mine I’d like to share
http://farm7.staticflickr.com/6225/6291137975_d5819a5f52_b.jpg
http://farm7.staticflickr.com/6082/6132808251_b17676f3c8_b.jpg
http://farm7.staticflickr.com/6040/6291129555_34ce775207_b.jpg