博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
(转)ffmpeg资源一览
阅读量:7169 次
发布时间:2019-06-29

本文共 3214 字,大约阅读时间需要 10 分钟。

一、 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

转载地址:http://kimwm.baihongyu.com/

你可能感兴趣的文章
Oracle数据库精讲课程之Rac管理最全课程
查看>>
我的友情链接
查看>>
Spring学习总结(4)——Spring AOP教程
查看>>
Jenkins自动化构建(一)
查看>>
log4j配置详解
查看>>
我的友情链接
查看>>
面试100题之8
查看>>
一些以太网非核心功能的标准
查看>>
oracle EBS 克隆之数据库克隆
查看>>
大型网站技术架构(八)网站的安全架构
查看>>
关于深度学习中优化问题的一些感受
查看>>
又写了一段Perl
查看>>
多态的静态绑定(CRTP手法)
查看>>
【python2】commands模块getstatusoutput函数的小问题
查看>>
oracle常用sql
查看>>
iOS之隐藏状态栏
查看>>
Script:ASM修复脚本,寻找LISTHEAD和Kfed源数据
查看>>
mysql ERROR 1045 (28000): Access denied for user解决方法
查看>>
locale::facet::_S_create_c_locale name not valid
查看>>
shell 中的常用技巧
查看>>