picking images from a 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
User avatar
itsmani1
Forum Regular
Posts: 791
Joined: Mon Sep 29, 2003 2:26 am
Location: Islamabad Pakistan
Contact:

picking images from a movie

Post by itsmani1 »

is it possible that i can pick 2 or 3 three images form a running movie running on my web page?

thanks
Rovas
Forum Contributor
Posts: 272
Joined: Mon Aug 21, 2006 7:09 am
Location: Romania

Post by Rovas »

I don' t understand the question. Rephrase it so we may help you.
User avatar
itsmani1
Forum Regular
Posts: 791
Joined: Mon Sep 29, 2003 2:26 am
Location: Islamabad Pakistan
Contact:

Post by itsmani1 »

Ok, here is an example

if you go on youtube website you will see movies can be viewed. the same way i want to run a movie and then to to pull just 2-3 frames of it. is it possible, reason for pulling 2-3 frames is i want to show the content of the movie or you can say before people see the movie they could have any idea what is in the it.

thanks
User avatar
dibyendrah
Forum Contributor
Posts: 491
Joined: Wed Oct 19, 2005 5:14 am
Location: Nepal
Contact:

Post by dibyendrah »

I think that cannot be done using PHP !
User avatar
neel_basu
Forum Contributor
Posts: 454
Joined: Wed Dec 06, 2006 9:33 am
Location: Picnic Garden, Kolkata, India

Post by neel_basu »

You Can Use An External Binary Programm To Do This Job And Run That Very File Through php (Passing Some Argumants Like frame no. ,time , File Name etc..)
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

ffmpeg is oft referenced here.
User avatar
Kieran Huggins
DevNet Master
Posts: 3635
Joined: Wed Dec 06, 2006 4:14 pm
Location: Toronto, Canada
Contact:

Post by Kieran Huggins »

itsmani1 wrote:...reason for pulling 2-3 frames is...
Johnny Mnemonic - is that you again? I told you to get rid of that damn implant!

Cheers,
Kieran
Post Reply