Merhaba bu kod yardımcı olur. Saniye cinsinden video süresini alabilirsin.

parse_str(file_get_contents('http://www.youtube.com/get_video_info?video_id='.$videoid), $bilgi);
echo $bilgi['length_seconds']; ?>