Embed YouTube video from custom field value

Aha! WordPress has a built in function for it 😀

<?php echo $embed_code = wp_oembed_get( $video ); ?>

Simples.