SELECT DISTINCT video_id, person_id, count(video_id) as cnt FROM video_table GROUP BY person_id ORDER BY cnt DESC LIMIT 5