This will fix the duration problem of Bulk import (v2.7).

Open admin/import_bulk_process.php

Add this code:
Code:
$video_length = sec2hms($video_info['video_duration']);
after
Code:
$seo_name = seo_name($video_info['video_title']);
Thanks.