Sanırım bu kod parçasını istiyorsunuz;

<?php
	
	print insert_proplayer(
		array(
			'width' => 670,
			'height' => 413,
			'image' => get_post_meta($post->ID, 'img', true)
		),
		urlencode(get_post_meta($post->ID, 'video', true))
	);