http://blog.csdn.net/leixiaohua1020/article/details/15811977

一、 FFmpeg主站
1. FFmpeg的源码发布,资料
网址:  
http://www.ffmpeg.org/

源代码镜像站点
网址:
https://github.com/FFmpeg/FFmpeg

2. 维基百科
http://zh.wikipedia.org/zh-cn/FFmpeg
3. 百度百科
http://baike.baidu.com/link?url=lSj_eFu78Q3T5S1yqcmvvFq01tVb977ISiH-7pVeQxDMDLLf6np48KLJGG-XoMno
4. 互动百科
http://www.baike.com/wiki/ffmpeg

4. FFmpeg分支(一拨人独立出来另启的项目)
2011年3月13日,FFmpeg部分开发人士决定另组libav,同时制定了一套关于项目继续发展和维护的规则;
FFmpeg更侧重底层的效率。(由于开发者大多是设备厂家的人希望自己的设备尽快的run起来,于是更偏向底层些)
Libav更侧重软件构架。(也是此原因分裂的,不满对软件框架的混乱,为了更好的代码结构,分裂出来)

网址:
http://libav.org

站点介绍:
Libav has always been a very experimental and developer-driven project. 
It is a key component in many multimedia projects and has new features added constantly. 
Development branch snapshots work really well 99% of the time so people are not afraid to use them.
Additionally, a number of individuals and distributions offer precompiled packages to their users. 
This site aggregates information about distribution channels.

二、 FFmpeg国内的站点
1. FFmpeg工程组:
国内的一个FFmpeg的老牌BBS论坛
网址:
http://bbs.chinavideo.org/forum.php?mod=forumdisplay&fid=10

2. 我的博客
有关于FFmpeg的一个专项,(有一些干货:-) ); 
网址:
http://blog.chinaunix.net/uid/26000296/sid-151341-list-1.html

3. FFmpeg SDK相关
1) 制作FFmpeg SDK for MS Visual studio
网址:
http://www.360doc.com/content/11/0309/09/3700464_99442660.shtml

2) FFmpeg SDK下载和文档
早期的一些FFmpeg SDK版本和使用文档
网址:
http://bairuitech.com/html/ruanjianxiazai/ffmpeg/index.html

3) FFmpeg SDK的开源项目
FFmpeg的SDK,版本3.2
网址:
https://github.com/rannger/MusicEditor/tree/master/FFmpeg-full-SDK-3.2

4. FFmpeg制作播放器
1) 制作Android的播放器:
http://www.chengxuyuans.com/code/C++/63072.html

2) Qt + FFMPEG + SDL 实现的视频播放器:
http://www.ij2ee.com/html/85549.html

3) 使用FFmpeg+SDL制作播放器的教程
http://dranger.com/ffmpeg/
站点介绍:
An ffmpeg and SDL Tutorial or How to Write a Video Player in Less Than 1000 Lines

三、 FFmpeg国外的站点
1. zeranoe的FFmpeg站点
主要归纳了FFmpeg的Windows上的应用;
网址:  
http://ffmpeg.zeranoe.com/builds/

站点介绍:
Welcome to the Zeranoe FFmpeg Windows builds. Here you can find everything you need for a working version of FFmpeg on Windows. 
Each build is compiled with several external libraries which can be seen at "Current Zeranoe FFmpeg Builds External Libraries". 
Both 32-bit and 64-bit builds come with pthread support, so feel free to use -threads. 
If you have any questions or comments please scroll down to the bottom and visit the links. 
If you still have questions after reading the documenation found in the
"doc" folder of the build, feel free to ask on the Forum.

2. FFmpeg在Mac OS 平台上的应用
网址:
http://www.ffmpegx.com/

站点介绍:
ffmpegX is a Mac OS X graphic user interface designed to easily operate more than 20 powerful Unix open-source video 
and audio processing tools including ffmpeg the "hyper fast video and audio encoder" (http://ffmpeg.sf.net/), 
mpeg2enc the open-source mpeg-2 encoder and multiplexer (http://mjpeg.sf.net/MacOS/) and 
mencoder the mpeg-4 encoder with subtitles support (http://sf.net/projects/mplayerosx).

3. 自已制作FFmpeg的滤镜
http://wiki.multimedia.cx/index.php?title=FFmpeg_filter_howto

4. FFmpeg支持HLS
http://www.ioncannon.net/programming/452/iphone-http-streaming-with-ffmpeg-and-an-open-source-segmenter/

ffmpeg 资源[转]的更多相关文章

  1. Git之(一)Git是什么[转]

    为什么使用Git 孔子曾经曰过的,名正则言顺 言顺则事成. 我们在学习一项新技术之前,弄清楚为什么要学它至关重要,至于为什么要学习Git,我用一段if-else语句告诉你原因: if(你相信我){ 我 ...

  2. [caffe]linux下安装caffe(无cuda)以及python接口

    昨天在mac上折腾了一天都没有安装成功,晚上在mac上装了一个ParallelDesktop虚拟机,然后装了linux,十分钟就安装好了,我也是醉了=.= 主要过程稍微记录一下: 1.安装BLAS s ...

  3. [Swift]基础

    [Swift]基础 一, 常用变量 var str = "Hello, playground" //变量 let str1="Hello xmj112288" ...

  4. [Ruby on Rails系列]4、专题:Rails应用的国际化[i18n]

    1. 什么是internationalization(i18n)? 国际化,英文简称i18n,按照维基百科的定义:国际化是指在设计软件,将软件与特定语言及地区脱钩的过程.当软件被移植到不同的语言及地区 ...

  5. [译]一个灵活的 Trello 敏捷工作流

    [译]一个灵活的 Trello 敏捷工作流 翻译自 An Agile Trello Workflow That Keeps Tasks Flexible Getting things done 可不只 ...

  6. iOS10收集IDFA,植入第三方广告[终结]--ADMob

    [PS: 前段时间,公司做ASO推广,需要在应用中收集IDFA值,跟广告平台做交互!于是有了这个需求--] 1.首先,考虑了一下情况(自己懒 -_-#),就直接在首页上写了一个Banner,循环加载广 ...

  7. Java基础 之软引用、弱引用、虚引用 ·[转载]

    Java基础 之软引用.弱引用.虚引用 ·[转载] 2011-11-24 14:43:41 Java基础 之软引用.弱引用.虚引用 浏览(509)|评论(1)   交流分类:Java|笔记分类: Ja ...

  8. CSU 1642 Problem B[难][前缀和]

    Description 已知两个正整数a和b,求在a与b之间(包含a和b)的所有整数的十进制表示中1出现的次数. Input 多组数据(不超过100000组),每组数据2个整数a,b.(1≤a,b≤1 ...

  9. [ufldl]Supervised Neural Networks

    要实现的部分为:forward prop, softmax函数的cost function,每一层的gradient,以及penalty cost和gradient. forwad prop forw ...

随机推荐

  1. FormsAuthentication.RedirectFromLoginPage 登录

    首先讲的这个东西是针对后台数据访问的比如我的后台是admin文件夹.那么我除非登陆成功才可以访问里面的东西.那么除了Session对象判断.和Cookies来判断还能用到FormsAuthentica ...

  2. html5增强的页面元素

    <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title> ...

  3. 用js正则判断输入的两位字符,第一位是数字16进制的,第二位是I、O、Q、U除外的字母(A到Z)

    项目中遇到客户的需求变化,要验证某个数据的正确性,判断输入的两位字符,第一位是数字16进制的,第二位是I.O.Q.U除外的字母(A到Z). 本来对js不熟练,网上参考了一下js正则验证的规则,使用正则 ...

  4. Note: ENDBOX: Scalable Middlebox Functions Using Client-Side Trusted Execution

    ENDBOX enable secure networking by client-Side trusted execution. What ENDBOX is a scalable middlebo ...

  5. Collectd+InfluxDB+Grafana监控系统搭建

    环境配置 节点 配置 类型 操作系统 Sched 2G 2CPU 50GB ens3=>192.168.200.11 KVM虚拟机 CentOS 7 Nova 4G 2CPU 50GB ens3 ...

  6. linux---安装ftp并配置用户部分权限

    一.启动vsftpd服务1. 启动VSFTP服务器A:cenos下运行:yum install vsftpdB. 登录Linux主机后,运行命令:”service vsftpd start”C. 要让 ...

  7. python的virtualenv环境与使用

    1.安装virtualenv 在安装virtualenv之前,我们需要安装至少有一个版本的Python:因为virtualenv是python的一个第三方模块,必须基于python环境才能安装: 如果 ...

  8. Codeforces#514D(三分,简单二维几何)

    #include<bits/stdc++.h>using namespace std;const double eps=1e-8;int n; struct node{    double ...

  9. 51nod 1405【DFS】

    思路: 对于结点 u 的子节点 v, 如果已经一直到结点 u 的答案ans[u],那么转移到对于结点 v,num[v] 为 v为根的树的结点个数,那么对于结点v的答案相对于结点u的答案来说, ans[ ...

  10. Idea设置签名

    IntelliJ IDEA如何设置头注释,自定义author和date   下面这张图,保证你一看就会: 下面这个模板,你拿去改一改就行了. 1 /** 2 * @Author: Gosin 3 * ...