you can do it in several ways. You can modify the product.tpl file located in your theme directory - and add there code to display video for example - from youtube.
on youtube press on embed tab and you will see code:
copy this code and paste it to procduct.tpl file as a:
<!-- More info --> <section class="page-product-box"> <h3 class="page-product-heading">{l s='Video'}</h3> <div class="rte"> PASTE YOUR EMBED CODE HERE </div> </section> <!--end More info -->
it will appear as a tab. unfortunatelyby this way video will appear on each product page.