一、 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. 我的博客(http://blog.chinaunix.net/uid-26000296-id-4217114.html)
有关于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/

转自:http://blog.chinaunix.net/uid-26000296-id-4217114.html

(转)ffmpeg资源一览的更多相关文章

  1. ffmpeg 资源[转]

    http://blog.csdn.net/leixiaohua1020/article/details/15811977 一. FFmpeg主站 1. FFmpeg的源码发布,资料 网址:   htt ...

  2. WebRTC学习与DEMO资源一览

    一. WebRTC学习 1.1   WebRTC现状 本人最早接触WebRTC是在2011年底,那时Google已经在Android源码中加入了webrtc源码,放在/external/webrtc/ ...

  3. ffmpeg.c简单的结构功能分析(平局)

    当转码的研究看前一阵子FFmpeg资源. 因为ffmpeg.c与此相反的较长的代码.而有相当一部分人AVFilter相关代码(这部分已经不太熟悉),所以学习之前FFmpeg时间,还没有好好看看它的源代 ...

  4. 实战FFmpeg--编译iOS平台使用的FFmpeg库(支持arm64的FFmpeg2.6.2)

    编译环境:Mac OS X 10.10.2 ,Xcode 6.3  iOS SDK 8.3        FFmpeg库的下载地址是 http://www.ffmpeg.org/releases/ . ...

  5. kubernetes1.4 基础篇:Learn Kubernetes 1.4 by 6 steps

    本教程受Kubernetes官方最新更新的文档所触发,之所以没有做单纯的翻译是因为如下几个原因: Kubernetes官方此教程基于minikube,个人对minikube可能有偏见,觉得像玩具. M ...

  6. iOS FFmpeg 优秀博客(资源)集锦

    iOS FFmpeg 优秀博客(资源)集锦 这篇博客没有我自己写的内容: 主要是对FFmpeg一些优秀博客的记录 随时更新 1>iOS编译FFmpeg,kxmovie实现视频播放 2>视音 ...

  7. ffmpeg常用参数一览

    基本选项: -formats 输出所有可用格式 -f fmt 指定格式(音频或视频格式) -i filename 指定输入文件名,在linux下当然也能指定:0.0(屏幕录制)或摄像头 -y 覆盖已有 ...

  8. ffmpeg相关资源

    FFPLAY的原理(一) http://blog.csdn.net/shenbin1430/article/details/4291893 ubuntu12.04下命令安装ffplay等: sudo ...

  9. 新手学习FFmpeg - 如何编写Kubernetes资源文件

    Kubernetes API的使用方式 Kubernetes API属于声明式API编程, 它和常用的命令式编程有一些区别. 通俗的说,命令式编程是第一人称,我要做什么,我要怎么做. 操作系统最喜欢这 ...

随机推荐

  1. SecureCRT常用快捷键

    Alt + B + B --打开新连接 Ctrl + A --光标移到行首 Ctrl + E --光标移到行末 Ctrl + B --光标前移一个字符 Ctrl + F --光标后移一个字符 Ctrl ...

  2. centos 7 min 编译安装php5.6+nginx1.7.5 笔记

    1.安装mysql请参照 centos 7 min 编译安装mysql5.6.20 笔记 2.编译安装php5.6+nginx1.7.5 2.1.安装php5.6.0 首先添加依赖应用yum inst ...

  3. js 实现数组元素交换位置

    /** * 数组元素交换位置 * @param {array} arr 数组 * @param {number} index1 添加项目的位置 * @param {number} index2 删除项 ...

  4. Django 查询时间段 时间搜索 过滤

    Django 查询时间段 1.大于某个时间 gt now = datetime.datetime.now()start = now – datetime.timedelta(hours=23, min ...

  5. maven deploy distributionManagement

    分发构件至远程仓库 mvn install 会将项目生成的构件安装到本地Maven仓库,mvn deploy 用来将项目生成的构件分发到远程Maven仓库.本地Maven仓库的构件只能供当前用户使用, ...

  6. 基于jQuery和CSS3超酷Material Design风格滑动菜单导航特效

    分享一款效果非常炫酷的谷歌 Material Design 风格jQuery和CSS3滑动选项卡特效.该选项卡特效集合了扁平风格设计和按钮点击波特效.是一款设计的非常不错的Material Desig ...

  7. spark streaming checkpoint

    Checkpoint机制 通过前期对Spark Streaming的理解,我们知道,Spark Streaming应用程序如果不手动停止,则将一直运行下去,在实际中应用程序一般是24小时*7天不间断运 ...

  8. linux中注册系统服务—service命令的原理通俗

    能够使用service命令进行操作的,就是已经注册成为linux的系统服务了.window中也可以注册成为系统服务的办法. service命令用的次数真不少,就是比较多的关联点,用了很多次了,还是有些 ...

  9. VC中使用ADO操作数据库的方法 SQL2000

    (1).引入ADO类 #import "c:\program files\common files\system\ado\msado15.dll" \ no_namespace \ ...

  10. 安装redis出现cc adlist.o /bin/sh:1:cc:not found

    安装redis时 提示执行make命令时, 提示 CC adlist.o /bin/sh: cc: 未找到命令 问题原因:这是由于系统没有安装gcc环境,因此在进行编译时才会出现上面提示,当安装好gc ...