ffmpeg常用命令

windows

http://www.cnblogs.com/wainiwann/p/4128154.html

 ubuntu

http://blog.csdn.net/hellowxwworld/article/details/8447296

 

ffmpeg -i input.avi -ss 1 -s 340x240 -vframes 30 -y -f gif a.gif

 

-y 覆盖

-f 输出格式

-vframes 多少帧

-ss 起始时间

-s size

posted @ 2016-08-08 13:27  chencesc  阅读(108)  评论(0编辑  收藏  举报