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