Capture IMAGE FRAME from VIDEO PHP

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
celebx
Forum Newbie
Posts: 1
Joined: Fri Jul 02, 2004 9:04 am
Contact:

Capture IMAGE FRAME from VIDEO PHP

Post by celebx »

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
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

It's quite possible. You just need something to parse the stream and capture the right frames for you.
Post Reply