E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
libavformat
android 用ndk编译ffmpeg
一,解压ffmpeg二,替换
libavformat
(本来可以不用替换的,由于项目需要,修改了源码,所以需要替换)三,配置(可以上网查),配置编译ffmpeg哪些文件,用什么编码器,编译之后安装在哪个地方等等一系列
Sunnyfans
·
2013-01-01 10:00
使用ffmpeg库编译错误undefined reference to `BZ2_bzDecompressInit'
/libffmpeg/lib/
libavformat
.a(matroskadec.o):Infunction`matroska_decode_buffer':/root/ffmpeg-0.
cccAllen
·
2012-12-26 17:00
c
c
ffmpeg开发指南
ffmpeg开发指南分类: ffmpeg2010-07-3014:49 95人阅读 评论(0) 收藏 举报ffmpeg中的
Libavformat
和libavcodec库是访问大多数视频文件格式的一个很好的方法
yaorongzhen123
·
2012-12-23 16:00
ffmpeg
基于Ubuntu交叉编译FFmpeg Windows SDK
2270126.html基于Ubuntu交叉编译FFmpegWindowsSDK写在前面FFmpeg是一个开源且跨平台的音视频解决方案,集采集、转码、流式化为一身,项目的libavcodec编解码模块和
libavformat
yaorongzhen123
·
2012-12-20 22:00
[音频处理API] ffmpeg视频文件解码代码流程分析
通过学习网上博友“浩@子”的博客,搞懂了1)ffmpeg源码中
libavformat
和libaccodec之间的区别;2)ffmpeg中视频解码的代码流程。
yangling00
·
2012-11-23 10:00
视频解码
使用ffmpeg+SDL的简单播放器
使用ffmpeg+SDL的简单播放器,做了简单同步,还有许多问题,谨慎参考,直接上代码:#include"libavcodec/avcodec.h"#include"
libavformat
/avformat.h
M_O_
·
2012-11-22 15:52
多媒体编程
使用ffmpeg+SDL的简单播放器
使用ffmpeg+SDL的简单播放器,做了简单同步,还有许多问题,谨慎参考,直接上代码: #include"libavcodec/avcodec.h" #include"
libavformat
/avformat.h
crazyman2010
·
2012-11-22 15:00
ffmpeg开发指南(使用
libavformat
和 libavcodec)
ffmpeg开发指南(使用
libavformat
和libavcodec)Ffmpeg中的
Libavformat
和libavcodec库是访问大多数视频文件格式的一个很好的方法。
zd394071264
·
2012-11-09 14:00
ffmpeg
视频应用开发
ffmpeg version N-43921-ga366bea 版本 视频转换参数详解
ffmpegversionN-43921-ga366bea版本视频转换参数详解 libavutil51.70.100 libavcodec54.54.100
libavformat
54.25.104
1CM
·
2012-09-18 03:00
ffmpeg 静态库使用,undefined reference错误
ffmpeg移植到dm365上,遇到undefinedreference错误:GA/gabin/lib/
libavformat
.a(allformats.o):Infunction`av_register_all
chinazjn
·
2012-09-07 14:28
ffmpeg
mplayer源代码解析(资料汇总)——…
为什么需要两个库文件
libavformat
和libavcodec:许多视频文件格式(AVI就是一个最好的例子)实际上并没有明确指出应该使用哪种编码来解析音频和视频数据;它们只是定义了音频流和视频流(或者
zlm_250
·
2012-09-06 09:00
Debian
video
null
input
编译器
Codec
ffmpeg使用
ffmpeg中的
Libavformat
和libavcodec库是访问大多数视频文件格式的一个很好的方法。
elinchen88
·
2012-09-05 10:00
Debian
video
null
input
编译器
Codec
FFMpeg的output_example.c例子分析
该例子讲了如何输出一个
libavformat
库所支持格式的媒体文件。(1)av_register_all(),初始化libavcodec库,并注册所有的编解码器和格式。
elinchen88
·
2012-09-05 10:00
Stream
video
null
Parameters
output
Codec
ffmpeg API FR NET
ffmpegAPI笔记:使用libavcodec/
libavformat
/libswscaleDecember11,2009Update2010.1.5:其实研究ffmpeg不用找什么教程,第一步应该是下载
misiter
·
2012-08-28 10:00
Algorithm
api
Google
reference
图形
Codec
mplayer code中
libavformat
和 libavcodec frnet
为什么需要两个库文件
libavformat
和libavcodec:许多视频文件格式(AVI就是一个最好的例子)实际上并没有明确指出应该使用哪种编码来解析音频和视频数据;它们只是定义了音频流和视频流(或者
misiter
·
2012-08-27 15:00
FFMpeg的output_example.c例子分析
该例子讲了如何输出一个
libavformat
库所支持格式的媒体文件。(1)av_register_all(),初始化libavcodec库,并注册所有的编解码器和格式。
dj0379
·
2012-08-02 19:00
Stream
video
header
Parameters
output
Codec
ffmpeg开发指南(一) -- 中文版
原地址:http://hi.baidu.com/ffmpeg/blog/item/b8b1d3130517bb816438db6f.htmlFfmpeg中的
Libavformat
和libavcodec库是访问大多数视频文件格式的一个很好的方法
dj0379
·
2012-07-31 14:00
利用libavcodec和
libavformat
对音频转码
利用libavcodec和
libavformat
对音频转码对输入文件的预处理 首先是,需要打开音频文件,具体实现见上一节。
rao_warrior
·
2012-07-26 22:00
Stream
File
null
Parameters
audio
Codec
基于Ubuntu交叉编译FFmpeg Windows SDK
写在前面FFmpeg是一个开源且跨平台的音视频解决方案,集采集、转码、流式化为一身,项目的libavcodec编解码模块和
libavformat
媒体格式模块,支持非常非常丰富的编解码格式和容器封装格式,
yuyin86
·
2012-07-11 10:00
利用FFmpeg和管道(pipe),解决非URL和非文件的输入形式
解决此问题有两个思路,首先明确一点,
libavformat
中有几个类,有URLProtocol(虽然叫URLxxx,但是不仅仅是URL的,它可是掌管了所有的输入方式),AVOutputFormat(有muxer
Michael_Yuan
·
2012-07-10 11:00
url
ffmpeg
buffer
管道pipe
基于Ubuntu交叉编译FFmpeg Windows SDK
基于Ubuntu交叉编译FFmpegWindowsSDK写在前面FFmpeg是一个开源且跨平台的音视频解决方案,集采集、转码、流式化为一身,项目的libavcodec编解码模块和
libavformat
媒体格式模块
j_m
·
2012-07-09 14:00
ffmpeg编译出来的库组成及其作用
当我们把FFmpeg(0.11.1)项目完整编译出来后,会有7个库文件,根据so依赖关系排行. 1.libavdevice 2.libavfilter 3.
libavformat
容器,也就是文件的格式
kongweile
·
2012-07-06 10:00
ffmpeg
ffmpeg对音频解码的一般步骤
log.h> #include <libavutil/avutil.h> #include <libavcodec/avcodec.h> #include <
libavformat
kongweile
·
2012-07-04 00:00
ffmpeg
ffmpeg教程一 —— ffmpeg组成
ffprobe、ffserverffmpeg:转码程序ffplay:播放程序ffserver:服务器程序 1.2 库:libavcodec、libavdevice、libavfilter、
libavformat
kl222
·
2012-06-28 10:00
c
服务器
FFmepg中文例子—指导3:模块化
#include"
libavformat
/avformat.h" #include"libswscale/swscale.h" //#include #include #include #include
霄霄月月
·
2012-05-08 17:00
ffmpeg
FFmepg中文例子—指导2:加入音频
#include"
libavformat
/avformat.h" #include"libswscale/swscale.h" #include #include #include #include
霄霄月月
·
2012-05-08 17:00
ffmpeg
FFmepg中文例子—指导1:制作屏幕录像
#include"stdafx.h" #include"
libavformat
/avformat.h" #include"libswscale/swscale.h" //#include #include
霄霄月月
·
2012-05-08 16:00
ffmpeg :使用libavcodec/
libavformat
av_register_all();//初始化ffmpeg库,如果系统里面的ffmpeg没配置好这里会出错avformat_open_input();avformat_find_stream_info();//查找文件的流信息av_dump_format();//dump只是个调试函数,输出文件的音、视频流的基本信息了,帧率、分辨率、音频采样等等for(...);//遍历文件的各个流,找到第一个视
霄霄月月
·
2012-05-08 16:00
ffmpeg
解码
在ffmpeg中增加
libavformat
库所支持格式的媒体文件
来自http://blog.csdn.net/menguio/article/details/6411591 如何输出一个
libavformat
库所支持格式的媒体文件,具体步骤如下:(1)av_register_all
pointfish
·
2012-04-28 16:00
Stream
video
null
存储
Parameters
Codec
Using
libavformat
and libavcodec
Thelibavformatandlibavcodeclibrariesthatcomewith ffmpeg areagreatwayofaccessingalargevarietyofvideofileformats.Unfortunately,thereisnorealdocumentationonusingtheselibrariesinyourownprograms(atleastIco
kaizi318
·
2012-04-24 11:00
ffmpeg开发指南(使用
libavformat
和 libavcodec)
ffmpeg开发指南(使用
libavformat
和libavcodec)Ffmpeg 中的
Libavformat
和 libavcodec库是访问大多数视频文件格式的一个很好的方法。
Mirage520
·
2012-04-15 15:00
Debian
video
null
input
编译器
Codec
ffmpeg之行
首先从官网 http://ffmpeg.org/ 下载了一份最新代码ffmpeg-0.10.2,解压后代码结构如下大概看了下:libavcodec 是编解码器
libavformat
是格式转换器libavdevice
PirateLeo
·
2012-04-11 23:00
linux
linux
linux
腾讯
interface
平台
undefined reference to `avcodec_init()'
NDK编译FFMPEG的时候,遇到一个奇怪的问题明明连接了对应的库,可是怎么也编译不过代码main.cpp#include #include"libavcodec/avcodec.h" #include"
libavformat
nmgzhangrl
·
2012-03-14 13:00
Ubuntu Linux 上交叉编译FFmpeg Windows SDK
FFmpeg 是一个开源且跨平台的音视频解决方案,集采集、转码、流式化为一身,项目的libavcodec编解码模块和
libavformat
媒体格式模块,支持非常非常丰富的编解码格式和容器封装格式,是做媒体相关开发工作必须要掌握和借鉴的一个项目
jdsjlzx
·
2012-03-08 16:00
ffmpeg开发指南(使用
libavformat
和 libavcodec)
Ffmpeg中的
Libavformat
和libavcodec库是访问大多数视频文件格式的一个很好的方法。
ustcxjt
·
2012-03-03 15:00
tcpmp 编译 源代码分析
并且未使用其中的
libavformat
模块,
szu030606
·
2012-02-05 14:00
struct
Module
WinCE
代码分析
Codec
preprocessor
利用qt和ffmpeg软件来制作视频裁剪工具
Libav(旧称:FFmpeg)是一个自由软件,可以运行音频和视频多种格式的录影、转档、流功能[1],包含了libavcodec─这是一个用于多个专案中音频和视频的解码器库,以及
libavformat
—
snailjava
·
2011-12-30 21:00
Stream
filter
qt
工具
deprecated
Codec
基于Ubuntu交叉编译X264, FFmpeg Windows SDK详细教程
基于Ubuntu交叉编译FFmpegWindowsSDK写在前面FFmpeg是一个开源且跨平台的音视频解决方案,集采集、转码、流式化为一身,项目的libavcodec编解码模块和
libavformat
媒体格式模块
HBStream 12年专注直播点播、网络视频技术
·
2011-12-01 10:00
ffmpeg学习笔记
ffmpeg的一流设计,让我震撼,浑然天成的代码,让我为之着迷.ffmpeg主要划分为几个模块,libavcodec,
libavformat
,libavutil,libswscale,libavfilter
Jackarain
·
2011-11-07 18:00
ffmpeg
libav
ffmpeg快速应用开发
FFmpeg中的
Libavformat
和libavcodec库是访问大多数视频文件格式的一个很好的方法。不幸的是,在开发您自己的程序时,这套库基
hai296
·
2011-11-01 22:00
Debian
video
null
input
编译器
Codec
【苦逼bug系列】之ffmpeg 学习篇
MichaelNiedermayerlibavformat/utils.c|25++++++++++++++----------- 1fileschanged,14insertions(+),11deletions(-) diff--gita/
libavformat
scut1135
·
2011-09-19 15:00
Stream
header
table
buffer
compiler
Codec
ffmpeg+sdl教程----编写一个简单的播放器7(处理快进快退命令)
#include"stdafx.h" extern"C" { #include"
libavformat
/avforma
maikforever
·
2011-08-29 22:00
thread
Stream
video
buffer
audio
delay
基于Ffmpeg解码器的简单播放器(a simple audio player based on Ffmpeg)
我的Ffmpeg编译环境是MSYS+MinGW,GCC版本为4.4.0,采取静态无DEBUG方式编译,得到libavcodec.a、
libavformat
.a和libavutil.a三个静态库
henryjee
·
2011-08-26 13:00
File
null
buffer
input
Path
audio
使用 FFMPEG 截图
#include #include #include #include #include #include"libavcodec\avcodec.h" #include"
libavformat
\avformat.h
maikforever
·
2011-08-15 14:00
Stream
null
buffer
FP
Codec
math.h
libavformat
/libavcodec学习(mplayer)
为什么需要两个库文件
libavformat
和libavcodec:许多视频文件格式(AVI就是一个最好的例子)实际上并没有明确指出应该使用哪种编码来解析音频和视频数据;它们只是定义了音频流和视频流(或者
cnming
·
2011-08-07 23:21
学习
mplayer
休闲
libavcodec
libavformat
FFMpeg的output_example.c例子分析
该例子讲了如何输出一个
libavformat
库所支持格式的媒体文件。(1)av_register_all(),初始化libavcodec库,并注册所有的编解码器和格式。
zhoujunming
·
2011-07-31 10:00
Stream
video
header
Parameters
output
Codec
ffmpeg中的http协议相关代码阅读笔记
ffmpeg中的http协议相关代码阅读笔记今天闲来无事,尝试看了下ffmpeg中的相关http协议传输处理代码先简单说下这个代码在整个仓库里面的位置:ffmpeg/
libavformat
/http.hffmpeg
allen_young_yang
·
2011-07-18 10:00
FFMpeg的output_example.c例子分析
FFMpeg的output_example.c例子分析该例子讲了如何输出一个
libavformat
库所支持格式的媒体文件。
allen_young_yang
·
2011-07-04 10:00
Stream
video
null
Parameters
output
Codec
Using
libavformat
and libavcodec
Thelibavformatandlibavcodeclibrariesthatcomewithffmpegareagreatwayofaccessingalargevarietyofvideofileformats.Unfortunately,thereisnorealdocumentationonusingtheselibrariesinyourownprograms(atleastIcoul
perfectpdl
·
2011-06-21 18:00
Stream
video
File
null
buffer
Codec
Using
libavformat
and libavcodec
The
libavformat
and libavcodec libraries that come with ffmpeg are a great way of accessing a large
jiagou
·
2011-06-21 18:00
format
上一页
5
6
7
8
9
10
11
12
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他