Explore the
Universe
Step 1 of 2

Create your profile to get all your Alpha Program notifications in one convenient location.

The Basics

Must contain at least 8 characters, an uppercase character, a lowercase character, a number and a symbol.
By joining the Alpha Universe community, you agree to the Terms and the Sony Electronics Inc. Privacy Policy and certify that you are a U.S. resident. (CA Privacy Notice).
Next
Personalize Your Profile
Step 2 of 2

Create your profile to get all your Alpha Program notifications in one convenient location.

Your Specialty *

(Select All That Apply)


I am a... *

(Select All That Apply)


(Optional)


What kind of camera(s) do you shoot with? *

(Select All That Apply)

00:00
00:00
https://alphauniverseglobal.media.zestyio.com/brandon-by-tasneem-__A_11003.jpg?width=500&height=500&fit=bounds

Episode 11: Filmmaker & Global Nomad Brandon Li

Christopher Robinson, editor of AlphaUniverse.com speaks with The Nomad Filmmaker, Brandon Li. We talk about his film, Hong Kong Strong and how he works around the world without a permanent address. In Tech Talk, Sony’s El-Deane Naude explains some of the key benefits of shooting in 4K no matter what your final output. Then Brandon Li has a Do This Now tip for anyone who has dreams of picking up and living where your creative whims take you.

Brandon Li on Vimeo

Brandon Li on YouTube

Watch Hong Kong Strong here:

Brandon Li's FAQ on the gear he uses and why he uses it.

Do you have a question for Tech Talk? Go to the Alpha Universe Facebook page to submit.

 


&text=%22' + tweetText + '%22&via=SonyAlpha'; var tweetLink = 'Tweet This' $(this).addClass('px-2 px-sm-5'); $(this).append(tweetLink); $(this).on('click', '.blockquote-tweet', function (event) { event.preventDefault(); window.open(tweetUrl, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,width=585,height=261'); }); }); editorContent.imagesLoaded( function() { // images have loaded editorContent.find('img').each( function(){ //Determine aspect ratio and set classes for portrait and landscape modes var w = $(this)[0].naturalWidth, h = $(this)[0].naturalHeight; var figureClass = 'au-expandable au-article__content__figure'; if($(this).hasClass('small')) { figureClass += ' au-article__content__figure--small'; } if( h/w > .8) { figureClass += ' au-article__content__figure--portrait'; } // Fix Image Alt/title if necessary if(this.alt == this.src.split("/").pop()) { this.alt = "Article Image"; } if(this.title == this.src.split("/").pop()) { this.title = "Article Image"; } //Parse through sibling elements to find image captions and apply styles var $imgWrap = $(this).parent(); var next = $imgWrap.next('[style*="center"]'); var nextSpan = $imgWrap.next().find('span[style*="center"]'); var secondNext = $imgWrap.nextAll().eq(1); var secondSibling = secondNext.css('text-align'); var secondSiblingSpan = secondNext.find('span[style*="center"]'); var prevSibling; var $figureCaption; if(!next.children(":first").is('img')) { if(next.length) { next.css({'text-align': 'left', 'margin-left': 0}).addClass('t-micro text-muted au-article__caption'); $figureCaption = $('
' + next.html() + '
'); next.remove(); } else if(nextSpan.length) { var newCaptionContainer = nextSpan.parent(); newCaptionContainer.css({'text-align': 'left', 'margin-left': 0}).addClass('t-micro text-muted au-article__caption'); $figureCaption = $('
' + nextSpan.html() + '
'); newCaptionContainer.remove(); } else if(secondSibling == 'center') { $(secondNext).css({'text-align': 'left', 'margin-left': 0}).addClass('t-micro text-muted au-article__caption'); prevSibling = secondNext.prev(); if(!prevSibling.text().trim().length) { prevSibling.css('margin', 0); } $figureCaption = $('
' + $(secondNext).html() + '
'); $(secondNext).remove(); } else if(secondSiblingSpan.length) { var newSiblingCaptionContainer = secondSiblingSpan.parent(); var prevSpanSibling = newSiblingCaptionContainer.prev(); newSiblingCaptionContainer.css({'text-align': 'left', 'margin-left': 0}).addClass('t-micro text-muted au-article__caption'); if(!prevSpanSibling.text().trim().length) { prevSpanSibling.css('margin', 0); } $figureCaption = $('
' + secondSiblingSpan.html() + '
'); newSiblingCaptionContainer.remove(); } } if($figureCaption) { $imgWrap.append($figureCaption); } $imgWrap.contents().unwrap().wrapAll('
'); }) }); //Align embedded elements center $('.au-article__content iframe').parent('p').addClass("d-flex justify-content-center"); }); $('#playPodcast').click(function(){ $(this).css('visibility', 'hidden'); setTimeout(function(){ $('.play').click(); },500) });