<?php query_posts('showposts=5&cat=4'); ?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
BURADA VİDEOLAR
<?php endwhile; endif; ?>
cat=4 yazan yerine Video kategorisinin ID numarasını girerseniz olacaktır.