基本使用命令

ffmpeg -i input.mp4 output.avi    //视频格式转换
ffmepg -i input.mp4 -r fps image%3d.jpg //视频转成图片
//fps is num of picture per second;
//%3d will generate picture named three digit num
ffmpeg -video_size 1920x1080 -framerate 25 -f x11grab -i :0.0+0,0 output.avi //用ffmpeg抓屏
//This will grab the image from desktop, starting with the upper-left corner at (x=100, y=200) with the width and height of 1024x768

reference

最新文章

  1. jquery 平滑锚
  2. 关于Redis info的参数总结
  3. FFmpeg源代码结构图
  4. (C/C++) Interview in English - Basic concepts.
  5. EF——使用Data Annotations和Fluent API配置数据库的映射配置 02.01(转)
  6. How to change data dir of mysql?
  7. 微信网页授权java实现
  8. iOS 用UISearchDisplayController实现查找功能
  9. Cocos2d-x 脚本语言Lua中的面向对象
  10. .Net IOC 之Unity
  11. php 模式
  12. Java语言与C语言之间的应用比较
  13. Intent对象详解——使用Intent启动系统组件
  14. 【canvas系列】canvas实现“ 简单的Amaziograph效果”--画对称图
  15. 201621123040《Java程序设计》第3周学习总结
  16. centos7通过nginx搭建SSL
  17. python爬虫之git的使用
  18. android app主程序启动前加载图片
  19. Flask信号源码流程
  20. 在springboot中 使用jsp

热门文章

  1. android源码了解dex加载流程
  2. wildcard ,notdir ,patsubst ,obj=$(dir:%.c=%.o)
  3. IE下textarea去除回车换行符
  4. ubuntu切割mp3文件
  5. Using CORS(译)
  6. ACM2112迪克斯特算法
  7. Bigbluebutton服务执行过程及相关配置文件
  8. webstorm常用功能快捷方式
  9. 2017 济南综合班 Day 7
  10. [洛谷P3763] [TJOI2017]DNA