Quote:
Originally Posted by SmokeyTheBear
heres a little ffmpeg command to create a short video preview
exec($ffmpeg2path." -y -i input.flv -qscale 1 -r 12.0 -b ".$bitrate." -ab 128k -loop_output 0 -s 160x120 -ss ".$thumbtime." -t 8 -f swf -pix_fmt rgb24 output.prv") ;
|
hopefully you arent running that from php, exec is bad.