WordPress 3.6 Video shortcodes in template

From the looks of it, you aren’t echo-ing the do_shortcode function, which you should.

Try this:

<?php

    echo do_shortcode('');

?>