Calling Permalinks With PHP

I don’t know what you mean by “call images”, but this will display the title as a link.

if ( has_post_format( 'video' )) {
   ?><a href="https://wordpress.stackexchange.com/questions/21333/<?php the_permalink(); ?>"><?php the_title(); ?></a><?php 
   the_excerpt();
}