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
libavcodec
Using libavformat and
libavcodec
Thelibavformatandlibavcodeclibrariesthatcomewith ffmpeg areagreatwayofaccessingalargevarietyofvideofileformats.Unfortunately,thereisnorealdocumentationonusingtheselibrariesinyourownprograms(atleastIco
kaizi318
·
2012-04-24 11:00
C# 中使用 FFmpeg.NET
它包含了非常先进的音频/视频编解码库
libavcodec
,为了保证高可移植性和编解码质量,
libavcodec
里很多code都是从头开发的。这篇文章主要介绍如何在C#中使用FFmpeg。
Charles' blog.
·
2012-04-17 11:00
ffmpeg开发指南(使用 libavformat 和
libavcodec
)
ffmpeg开发指南(使用libavformat和
libavcodec
)Ffmpeg 中的Libavformat 和
libavcodec
库是访问大多数视频文件格式的一个很好的方法。
Mirage520
·
2012-04-15 15:00
Debian
video
null
input
编译器
Codec
ffmpeg函数介绍
头文件引入方法:extern"C"{#include"
libavcodec
/avcode
balderfan
·
2012-04-14 08:00
Stream
buffer
input
deprecated
Codec
protocols
FFmpeg 简介
它包括了目前领先的音/视频编码库
libavcodec
。
gaozzsoft
·
2012-04-12 18:00
ffmpeg
ffmepg_sdk yuv编解码
; #include <stdlib.h> #include <stdio.h> #include <string.h> #include "
libavcodec
AbstractForever
·
2012-04-12 11:00
sdk
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
ffpmeg使用小记
Ubuntu下自动化安装ffmpeg sudo apt-get install
libavcodec
-extra-52 sudo apt-get install ffmpeg ffmpeg常用命令
ihuangweiwei
·
2012-02-17 15:00
ffmpeg
ffpmeg使用小记
Ubuntu下自动化安装ffmpeg sudo apt-get install
libavcodec
-extra-52 sudo apt-get install ffmpeg ffmpeg常用命令
ihuangweiwei
·
2012-02-17 15:00
ffmpeg
【整理】Libav、FFmpeg、mplayer、VLC开源项目、FFDshow
它包含了非常先进的音频/视频编解码库
libavcodec
,为了保证高可移植性和编解码质量,
libavcodec
里很多codec都是从头开发的。名词含义FFmpeg在Linux平台下开发,但它同
conowen
·
2012-02-13 18:13
计算机相关
【整理】Libav、FFmpeg、mplayer、VLC开源项目、FFDshow
它包含了非常先进的音频/视频编解码库
libavcodec
,为了保证高可移植性和编解码质量,
libavcodec
里很多codec都是从头开发的。目录名词含义项目组成多媒体处理功能视频采集功能视频
java-mans
·
2012-02-13 18:00
【整理】Libav、FFmpeg、mplayer、VLC开源项目、FFDshow
它包含了非常先进的音频/视频编解码库
libavcodec
,为了保证高可移植性和编解码质量,
libavcodec
里很多codec都是从头开发的。目录名词含义项目组成多媒体处理功能视频采集功能
conowen
·
2012-02-13 18:00
windows
linux
video
Microsoft
流媒体服务器
Standards
mplayer ffmpeg
libavcodec
物理介质:CD、DVD、VideoCD容器格式:3GP、AVI、ASF、FLV、Matroska、MOV(QuickTime)、MP4、NUT、Ogg、OGM、RealMedia视频格式:Cinepak、DV、H.263、H.264/MPEG-4AVC、HuffYUV、Indeo、MJPEG、MPEG-1、MPEG-2、MPEG-4Part2、RealVideo、Sorenson、Theora、
misiter
·
2012-02-07 15:00
Microsoft
video
audio
Codec
h.264
Standards
ffmpeg的编译(for x86,for arm)安装及使用(网络资料整理)
ffmpeg编译及使用1ffmpeg介绍 ffmpeg是音视频的分离,转换,编码解码及流媒体的完全解决方案,其中最重要的就是
libavcodec
库。它被mplayer或者xine使用作为解码器。
szu030606
·
2012-02-04 11:00
利用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
recompile with -fPIC
/usr/bin/ld:/usr/local/lib/
libavcodec
.a(avpacket.o):relocationR_X86_64_32Sagainst`av_destruct_packet'cannotbeusedwhenmakingasharedobject
zzz_781111
·
2011-10-27 17:00
object
X86
基于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
centos 5.6 安装 ffmpeg
它包含了非常先进的音频/视频编解码库
libavcodec
,为了保证高可移植性和编解码质量,
libavcodec
里很多codec都是从头开发的。
coralzd
·
2011-08-23 17:23
视频
centos
转换
ffmpeg
mp4
centos 5.6 安装 ffmpeg
它包含了非常先进的音频/视频编解码库
libavcodec
,为了保证高可移植性和编解码质量,
libavcodec
里很多codec都是从头开发的。
coralzd
·
2011-08-23 17:23
视频
mp4
转换
CDN相关
使用 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
ffmpeg 无法解析 外部符号
包含的文件要像extern"C"{ #include"
libavcodec
\avcodec.h" #include
henryjee
·
2011-08-15 10:00
c
struct
File
input
email
ffmpeg视频编码库S3C2440移植
它包含了非常先进的音频/视频编解码库
libavcodec
,为了保证高可移植性和编解码质量,
libavcodec
里很多codec都是从头开发的。
xdw1985829
·
2011-08-09 18:00
c
linux
video
跨平台
output
Codec
libavformat/
libavcodec
学习(mplayer)
为什么需要两个库文件libavformat和
libavcodec
:许多视频文件格式(AVI就是一个最好的例子)实际上并没有明确指出应该使用哪种编码来解析音频和视频数据;它们只是定义了音频流和视频流(或者
cnming
·
2011-08-07 23:21
学习
mplayer
休闲
libavcodec
libavformat
FFmpeg框架解读
FFMEPG结构说明 1.1》介绍 ffmpeg(FastForwardMovingPicturesExpertsGroup)是音视频的分离,转换,编码解码及流媒体的完全解决方案,其中最重要的就是
libavcodec
xia2012sj
·
2011-08-04 09:00
FFMpeg的output_example.c例子分析
(1)av_register_all(),初始化
libavcodec
库,并注册所有的编解码器和格式。(2)guess_format(),根据文件名来获取输出文件格式,默认为mpeg。
zhoujunming
·
2011-07-31 10:00
Stream
video
header
Parameters
output
Codec
FFMpeg中apiexample.c例子分析——编码分析
(1)首先,main函数中一开始会去调用avcodec_init()函数,该函数的作用是初始化
libavcodec
,而我们在使用avcodec库时,该函数必须被调用。
zhoujunming
·
2011-07-31 09:00
c
工作
api
video
null
Codec
FFMpeg的output_example.c例子分析
(1)av_register_all(),初始化
libavcodec
库,并注册所有的编解码器和格式。(2)guess_format(),根据文件名来获取输出文件格式,默认为mpeg。
allen_young_yang
·
2011-07-04 10:00
Stream
video
null
Parameters
output
Codec
Ffmpeg框架结构解读
FFMEPG结构说明 1.1》介绍 ffmpeg(FastForwardMovingPicturesExpertsGroup)是音视频的分离,转换,编码解码及流媒体的完全解决方案,其中最重要的就是
libavcodec
allen_young_yang
·
2011-06-30 09:00
框架
Stream
video
input
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
Using libavformat and
libavcodec
The libavformat and
libavcodec
libraries that come with ffmpeg are a great way of accessing a large
javahigh1
·
2011-06-21 18:00
format
Using libavformat and
libavcodec
The libavformat and
libavcodec
libraries that come with ffmpeg are a great way of accessing a large
javatoyou
·
2011-06-21 18:00
format
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
Ffmpeg快速应用开发
Ffmpeg 中的Libavformat 和
libavcodec
库是访问大多数视频文件格式的一个很好的方法。
jiagou
·
2011-06-21 18:00
ffmpeg
Ffmpeg快速应用开发
Ffmpeg 中的Libavformat 和
libavcodec
库是访问大多数视频文件格式的一个很好的方法。
jiagou
·
2011-06-21 18:00
ffmpeg
Ffmpeg快速应用开发
Ffmpeg中的Libavformat和
libavcodec
库是访问大多数视频文件格式的一个很好的方法。
perfectpdl
·
2011-06-21 18:00
Debian
video
null
input
编译器
Codec
Ffmpeg快速应用开发
Ffmpeg 中的Libavformat 和
libavcodec
库是访问大多数视频文件格式的一个很好的方法。
javatoyou
·
2011-06-21 18:00
ffmpeg
Ffmpeg快速应用开发
Ffmpeg 中的Libavformat 和
libavcodec
库是访问大多数视频文件格式的一个很好的方法。
javahigh1
·
2011-06-21 18:00
ffmpeg
FFMpeg中apiexample.c例子分析——编码分析
(1)首先,main函数中一开始会去调用avcodec_init()函数,该函数的作用是初始化
libavcodec
,而我们在使用avcodec库时,该函数必须被调用。
maopig
·
2011-06-19 09:00
c
工作
api
video
null
Codec
基于v4l2的webcam应用, 本地预监
照例先上效果图,其中左侧小点为预监窗口,右侧为经过x264压缩,tcp传输,
libavcodec
解压,再用qt显示的效果.,延迟很低很低:) 主要就是以下几个知识点: 1.v4l2接口: 2.X11
sunkwei
·
2011-06-07 20:00
数据结构
struct
video
delete
buffer
border
FFMpeg中apiexample.c例子分析——编码分析
(1)首先,main函数中一开始会去调用avcodec_init()函数,该函数的作用是初始化
libavcodec
,而我们在使用avcodec库时,该函数必须被调用。
javahigh1
·
2011-06-04 18:00
example
FFMpeg中apiexample.c例子分析——编码分析
(1)首先,main函数中一开始会去调用avcodec_init()函数,该函数的作用是初始化
libavcodec
,而我们在使用avcodec库时,该函数必须被调用。
jiagou
·
2011-06-04 18:00
example
FFMpeg中apiexample.c例子分析——编码分析
(1)首先,main函数中一开始会去调用avcodec_init()函数,该函数的作用是初始化
libavcodec
,而我们在使用avcodec库时,该函数必须被调用。
javatoyou
·
2011-06-04 18:00
example
FFMpeg中apiexample.c例子分析——编码分析
(1)首先,main函数中一开始会去调用avcodec_init()函数,该函数的作用是初始化
libavcodec
,而我们在使用avcodec库时,该函数必须被调用。
perfectpdl
·
2011-06-04 18:00
c
工作
api
video
null
Codec
上一页
10
11
12
13
14
15
16
17
下一页
按字母分类:
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
其他