开发者

what is alternative to ffmpeg for generating thumbnails

开发者 https://www.devze.com 2023-02-04 16:48 出处:网络
Currently I am using ffmpeg to generate thumbnails from the uploaded video. Its working fine. But, i guess there should be better option to this.So, i am looking for the alternative to generate thumbn

Currently I am using ffmpeg to generate thumbnails from the uploaded video. Its working fine. But, i guess there should be better option to this. So, i am looking for the alternative to generate thumbnail from ffmpeg.

Currently i am using PHP. So, any solution in php will be great. I was thinking about imagemagick but i am not sure开发者_StackOverflow社区 about it.

Any help on this will be greatly appreciated. Any suggestions are welcome.

Hope this question is clear.


Maybe you can grab the frame at 100% using ffmpeg and then downsize / edit it with either GD or ImageMagick


Ive never tried it befoe, but I think MEncoder is generally regarded as the alternative to FFMPEG. Niggles' statement about resizing is probably your best for resizing the thumbnails

0

精彩评论

暂无评论...
验证码 换一张
取 消