ffmpeg with php

All about creating websites!
Post Reply
User avatar
crazywizard
forum buddy
forum buddy
Posts: 12
Joined: 27 Jun 2008, 16:00
15

ffmpeg with php

Post by crazywizard »

Am trying to grab a sreenshot from my flv files played by flowplayer on my site. My search through the net offers one solution as the best, i.e the use of ffmpeg to do the grabs. However, since it needs to run on the host server and my site runs on php, I am in a dilemma on how to go about this. Any help will be gladly appreciated!

User avatar
leetnigga
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 447
Joined: 28 Jul 2009, 16:00
14

Post by leetnigga »

ffmpeg-php

Code: Select all

$movie = new ffmpeg_movie(String path_to_media, boolean persistent)

Code: Select all

$frame = $movie->getFrame([Integer framenumber])

Code: Select all

$frame->toGDImage()

Post Reply