ffmpeg image creation
Posted
by vipinsahu
on Stack Overflow
See other posts from Stack Overflow
or by vipinsahu
Published on 2009-07-29T07:10:10Z
Indexed on
2010/03/29
21:03 UTC
Read the original article
Hit count: 434
hi im using ffmpeg in my server and every thing is working fine except one that the image(thumbnail) creation im using this script
/usr/bin/ffmpeg -i /var/www/test/test.flv -deinterlace -an -ss 13.45
-t 00:00:05 -r 0.01 -y -s 120x72 -vcodec mjpeg
-f mjpeg /var/www/test/test.jpg
is there any problem with the PHP or ffmpeg
Thanks
© Stack Overflow or respective owner