Hey,
This is kind-off offtopic but related.
If you wanted to have a system which allowed uploading of movies and adding them to an index, is there a way to capture a still of video frame (x) and make it an image, so a image preview can be shown?
Or is there some product that will take frame (x) to frame (z) and make an animated gif on the fly?
For example, make an animated gif preview of frame 5 - 10:
#bash$ makepreview 5 10 /path/to/video
Hope thats clear, anyone know of any linx / open souce solutions like that that could be used with a php system?