How to load a different header based on post format?

Say if your have header-video.php used for video post format.

Replace get_header(); with get_header(get_post_format()); in your regular singular.php or index.php. If WP can find header-video.php it will load it otherwise it will automatically will fallback to header.php.