<?php if ( get_post_meta($post->ID, 'Video', true) ) { ?>
<?php echo get_post_meta($post->ID, "Video", true); ?>
<?php } else { ?><?php } ?>
<?php if ( get_post_meta($post->ID, 'Image', true) ) { ?>
That’s what I have. The thing is on single.php I only one to show the video if any. If not then show the picture.