See http://blog.prashanthellina.com/2008/03/29/creating-video-thumbnails-using-ffmpeg/ ffmpeg -ss -4 -i test.avi -vcodec mjpeg -vframes 1 -an -f rawvideo -s 320×240 test.jpg ffmpeg -itsoffset -4 -i test.avi -vcodec mjpeg -vframes 1 -an -f rawvideo -s 320×240 test.jpg
PHP / Apache Install Command
Quite a shortcut for a newly installed system (Fedora 10). sudo yum -y install httpd httpd-devel httpd-tools mod_auth_kerb mod_auth_mysql mod_dav_svn mod_extract_forwarded mod_fcgid mod_geoip mod_perl mod_python mod_security mod_ssl mod_wsgi php php-bcmath php-channel-symfony php-cli php-common php-devel php-gd php-imap php-magickwand php-magpierss php-mbstring php-mhash…