一、 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. vue-cli+webpack在生成的项目中使用bootstrap方法(一)

    在一个html页面中加入bootstrap是很方便,就是一般的将css和js文件通过Link和Script标签就行. 那么在一个用vue-vli生成的前端项目中如何加入?因为框架不一样了,略微要适应一 ...

  2. python(45)内置函数:os.system() 和 os.popen()

    os.system() 和 os.popen() 概述 os.popen() 方法用于从一个命令打开一个管道. 在Unix,Windows中有效 语法 popen()方法语法格式如下: os.pope ...

  3. Lua中的模块与module函数详解

    很快就要开始介绍Lua里的“面向对象”了,在此之前,我们先来了解一下Lua的模块. 1.编写一个简单的模块 Lua的模块是什么东西呢?通常我们可以理解为是一个table,这个table里有一些变量.一 ...

  4. ubuntu mysql 远程连接问题解决方法

    在shell下输入mysql -uroot -p是可以登录的,所以问题应该是mysql不允许root用户远程登录的问题,于是通过输入下面命令: GRANT ALL PRIVILEGES ON *.*  ...

  5. 有用的SAP System Administration T-CODE

    一,SAP系统管理常用到的事务代码1.  SM51 SAP Servers System Monitoring2.  SM21 SAP系统日志3.  SRZL  SAP计算机中心管理系统(CCMS) ...

  6. java 多线程 25 :线程和线程组的异常处理

    线程中出现异常 从上面代码可以看出来处理线程的异常 设置异常的两种方式 1.全局异常,也是静态异常,是个静态方法 , 类.setDefaultUncaughtExceptionHandler() 2. ...

  7. 第21章 RTX 低功耗之睡眠模式

    低功耗是 MCU 的一项非常重要的指标,比如某些可穿戴的设备,其携带的电量有限,如果整个电路消耗的电量特别大的话,就会经常出现电量不足的情况,影响用户体验. 本章节为大家讲解 M3/4的低功耗方式之睡 ...

  8. MySQL5.7 利用keepalived来实现mysql双主高可用方案的详细过程

    Reference:  http://blog.csdn.net/mchdba/article/details/51377989 服务器准备 Keepalived:192.168.13.15 Keep ...

  9. [转]Httrack工具与使用指南

    HTTrack工具介绍 HTTrack是一个网站镜像工具,本来是用来抓取网站做离线浏览用的.但是HTTrack的爬虫特性和搜索引擎蜘蛛爬虫非常的像,这也逐渐应用到 SEO(搜索引擎优化)工作中.其实这 ...

  10. <[成长股基本面]【怎样选择成长股】>读书笔记

    书在这里 投资想赚大钱,必须有耐性 这家公司的产品或服务有没有充分的市场潜力,至少几年内营业额能否大幅成长? 为了进一步提高总体销售水平,发现新的产品增长点,管理层是不是决心继续开发新产品或新工艺? ...