每当我执行

ffmpeg -i filename.mp4


它返回分段错误(核心转储)错误。

我在这里附上快照

最佳答案

好吧,不是相同的用例,而是看起来应该使用avconv。顺便说一句,到目前为止,我对avconv运气不太好,但是我怀疑这是因为我正在使用Raspberry Pi,并且可能存在编解码器问题。

ffmpeg -i *-00.jpg -r 25 movie.mp4
ffmpeg version 0.8.17-6:0.8.17-1+rpi1, Copyright (c) 2000-2014 the Libav developers
  built on Mar 25 2015 00:39:58 with gcc 4.6.3
The ffmpeg program is only provided for script compatibility and will be removed
in a future release. **It has been deprecated in the Libav project to allow for
incompatible command line syntax improvements in its replacement called avconv**
(see Changelog for details). Please use avconv instead.
Input #0, image2, from '01-20150528100343-00.jpg':
  Duration: 00:00:00.04, start: 0.000000, bitrate: N/A
    Stream #0.0: Video: mjpeg, yuvj420p, 1024x576, 25 tbr, 25 tbn, 25 tbc
Segmentation fault

10-07 19:38
查看更多