ffmpegthumbnailer不生成大小为600的缩略图

时间:2015-07-24 07:21:30

标签: ruby-on-rails ruby ffmpeg ffmpegthumbnailer

我遇到了ffmpegthumbnailer的问题,使用以下命令从new.mp4生成缩略图。

ffmpegthumbnailer -i new.mp4 -o tmpfile1.jpg -c jpg -q 10 -s 600

出现以下错误,无法生成缩略图。

Not a native file, thumbnailing will likely fail
Segmentation fault (core dumped)

我尝试使用相同的命令创建另一个版本,除了size属性(-s 640而不是-s 600)。

ffmpegthumbnailer -i new.mp4 -o tmpfile1.jpg -c jpg -q 10 -s 640

缩略图已成功生成。

我不知道为什么版本600的缩略图没有生成。

0 个答案:

没有答案