There is not much in the way of video gallery systems, although i realise that a link to the video will work, but it is creating thumbs of the videos and putting links around them.
Possibly a script that will read the directory of all the videos and get the names and extensions of all the videos and could put them in the database then i could echo $row[videos] in the link like this;
<a href="videos/<?php echo $row[videos] ?>"><img scr="the thumb some how"></a>
my problem is how to go about doing it. How do you create a thumb from a mpeg unless you actually manually do it yourself, and if you have 100 mpegs that would take forever.