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
celebx
Forum Newbie
Posts: 1 Joined: Fri Jul 02, 2004 9:04 am
Contact:
Post
by celebx » Fri Jul 02, 2004 9:04 am
Hi!
I am looking for a solution to capture a frame (image) from a video like avi, mpg or mov via PHP.
According to one of the most skilled programmers on earth it is possible.
Let me know if anyone knows how to do it.
Best Regards,
Snt
feyd
Neighborhood Spidermoddy
Posts: 31559 Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA
Post
by feyd » Fri Jul 02, 2004 10:43 am
It's quite possible. You just need something to parse the stream and capture the right frames for you.