PHP - Thumbnail - Movie

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
shoxlx
Forum Newbie
Posts: 23
Joined: Tue Oct 11, 2005 10:42 pm

PHP - Thumbnail - Movie

Post by shoxlx »

Is their a way in php to create a thumbnail from a movie file like wmv?
josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Post by josh »

http://ffmpeg-php.sourceforge.net/

little googling never hurt


Also some video/image formats may already contain thumbnails in the exif data, might want to look into that first
shoxlx
Forum Newbie
Posts: 23
Joined: Tue Oct 11, 2005 10:42 pm

Post by shoxlx »

i did that. and searched through the PHP forums. the problem with that program is that i dont know how to install it and use it... i couldnt find a help file either... im using windows not linux.
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Post by onion2k »

It's not possible on Windows.

(Well, it's virtually impossible .. definitely beyond any reasonable effort.)
User avatar
Ambush Commander
DevNet Master
Posts: 3698
Joined: Mon Oct 25, 2004 9:29 pm
Location: New Jersey, US

Post by Ambush Commander »

CYGWIN?
Post Reply