Forum Moderators: coopster

Message Too Old, No Replies

video thumbnails in PHP

         

scorpion

7:41 pm on Jul 21, 2003 (gmt 0)

10+ Year Member



Is there a php library or perl library that can make thumbnails from video clips on the server?

hakre

11:38 pm on Jul 21, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



- windows or linux?
- which file formats should be supported?

scorpion

3:27 pm on Jul 22, 2003 (gmt 0)

10+ Year Member



on linux, .avi clips compressed with divx.

hakre

2:32 am on Jul 25, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



maybe avifile [avifile.sourceforge.net] is a good start. that's how i came over to transcode [theorie.physik.uni-goettingen.de] which is commandline driven and that way useable by php. it even has an export option to imagemagick, which should make it defenetly simple to create .jpeg or .png files.

a practical solution how to use can be found in the section called splitting a movie into frames [theorie.physik.uni-goettingen.de]. it seems to be a good idea to use the imagemagick variation.

hakre

11:17 am on Jul 25, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



i found even another thingy which seems to need PHP with GD Support enabled. it's here [allbrand.nu].

haven't tested it, so i don't know, this is from their page:

Supports jpeg, gif, png, wbmp and video files

and it's a thumbnailer proggy.

scorpion

2:43 pm on Jul 25, 2003 (gmt 0)

10+ Year Member



do you know if transcode can process divx compressed clips and also if it can extract say 1 frame from some position as opposed to all of them? Basically I just want to get one or two frames from a divx compressed clip