Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Tax Post Format Video

$tax_video = array(
	'relation' => 'OR',
	array(
		'taxonomy'         => 'post_format',
		'terms'            => 'post-format-video',
		'field'            => 'slug',
		'operator'         => 'IN',
	),
);