I need to create a screen shot from video,
I have followed this tutorial to do the intial setup in window 8, php 5.3
1) I downloaded the ffmpeg from here -
I could not find your installation steps or commands, You need to configure with ffmpeg-php,
# git clone https://github.com/tony2001/ffmpeg-php.git
# cd ffmpeg-php
# make clean
# phpize
# ./configure
# make
# make install
# vim /usr/lib/php.ini
[ffmpeg]
extension=ffmpeg.so
# pkill -9 httpd
# /etc/init.d/httpd start
# php -i|grep ffmpeg
ffmpeg
ffmpeg-php version => 0.7.0