ffmpeg,libav和avconv之间有什么区别和相似之处?
当我ffmpeg
在Ubuntu上运行时,它显示:
$ ffmpeg ffmpeg version v0.8, Copyright (c) 2000-2011 the Libav developers built on Feb 28 2012 13:27:36 with gcc 4.6.1This program is not developed anymore and is only provided for compatibility. Use avconv instead (see Changelog for the list of incompatible changes).
或者它显示(取决于Ubuntu版本):
$ ffmpegffmpeg version 0.8.5-6:0.8.5-0ubuntu0.12.10.1, Copyright (c) 2000-2012 the Libav developers built on Jan 24 2013 14:49:20 with gcc 4.7.2*** THIS PROGRAM IS DEPRECATED ***This program is only provided for compatibility and will be removed in a future release. Please use avconv instead.
我在http://libav.org上找到了avconv 。我只是被他们困惑了。
扬帆大鱼