Search found 1 match
- 2013-05-13T16:23:00-07:00
- Forum: IMagick
- Topic: Best way to create thumbs
- Replies: 1
- Views: 6501
Best way to create thumbs
Hello I have a tube site and im using this function to generate thumbs from video file $thumbwidth = 240; //thumb width $thumbheight = 180; //thumb height $imagick_command = "-modulate 110,102,100 -sharpen 1x1 -enhance"; shell_exec("$ffmpeg_path -ss $first -i \"".$row[file]."\" -vcodec mjpeg ...