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
PHP veya ffmpeg ile herhangi bir sorun yoktur
Teşekkürler