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
AVInputFormat
ijkplayer 读线程
stream_open()会创建读线程和视频渲染线程,下面是stream_open()的主要代码staticVideoState*stream_open(FFPlayer*ffp,constchar*filename,
AVInputFormat
MichaelLiu_dev
·
2020-04-09 17:50
ffmpeg中av_find_input_format和avfrormat_open_input函数分析
寻找自己的采集图像设备av_find_input_format()根据名称查找链表当中的输入的格式如果要查找设备在使用之前去调用:avdevice_register_all();
AVInputFormat
FANDX
·
2020-01-19 06:00
FFmpeg源码(三)解码前世今生——avcodec_decode_video2、avcodec_send_packet与avcodec_receive_frame
前置知识点1.FFmpeg数据结构简介AVFormatContext:封装格式上下文结构体,也是统领全局的结构体,保存了视频文件封装格式相关信息
AVInputFormat
:每种封装格式对应一个该结构体AVStream
Deng94
·
2019-07-23 00:00
ffmpeg
音视频开发
FFMPEG avdevice 获取iOS 设备 输入流
AVDictionary*options=NULL;av_dict_set(&options,"video_size","960x54",0);av_dict_set(&options,"r","30",0);
AVInputFormat
Sico2Sico
·
2019-04-28 22:11
iOS
FFmpeg笔记:01 - 分离音视频流
在开始之前,我们先了解一下本文涉及到的几个主要类型:类型描述
AVInputFormat
代表输入格式,如:mp4、flv、rtp、hlsAVOutputFormat代表输出格式,如:mp4、flv、rtp
sun__xx
·
2019-01-23 15:04
ffmpeg的av_read_frame杂记
av_read_frame在ffmpeg内部包含两个层次的读:1.解封装的读,根据封装协议如flv或者mp4,调用相关注册接口(
AVInputFormat
结构的回调函数),其返回的是一个AVPacket
htjoy1202
·
2018-09-25 16:48
音视频开发
Annovar(1) 注释也能输出vcf格式(--vcfinput)
一直知道用table_annovar.pl的输入文件可以是vcfformat也可以是
avinputformat
,今天才发现输出文件也可以是vcfformat:perltable_annovar.plDPM09234
_nnnoOooM
·
2018-09-06 10:23
FFmpeg入门系列教程(二)
FFmpeg常用数据结构讲解1)AVFormatContext封装格式上下文结构体,也是同龄全局的结构体,保存了视频文件封装格式相关信息*iformat:输入视频的
AVInputFormat
*nb_steams
zjjcc
·
2018-03-24 15:49
FFmpeg av_find_input_format函数剖析
AVInputFormat
结构体
AVInputFormat
每种码流输入格式(例如h264,FLV,MKV,MP4,AVI)对应一个结构体,用来保存视音频的解码参数,目前以h264码流格式为例,描述结构体成员
fengyuzaitu
·
2017-11-18 16:44
FFmpeg
FFmpeg结构体:AVOutputFormat
1.描述AVOutpufFormat与
AVInputFormat
类似,是类似COM接口的数据结构,表示输出文件容器格式,着重于功能函数,位于Avoformat.h文件中。
YellowLayne
·
2017-03-15 11:00
FFmpeg结构体:
AVInputFormat
1.描述
AVInputFormat
是类似COM接口的数据结构,表示输入文件容器格式,着重于功能函数,一种文件容器格式对应一个
AVInputFormat
结构,在程序运行时有多个实例,位于avoformat.h
YellowLayne
·
2017-03-15 10:36
FFmpeg数据结构和库简介和简单分析
▫
AVInputFormat
每种封装格式(例如FLV,MKV,MP4,AVI)对应一个该结构体。▫AVStream视频文件中每个视频(音频)流对应一个该结构体。
John-525
·
2015-12-24 11:24
FFMPEG资料
FFmpeg SDK开发手册(以output_example为示例)
FFmpeg中比较重要的函数以及数据结构如下:1.数据结构:(1)AVFormatContext(2)AVOutputFormat(3)
AVInputFormat
(4)AVCodecContext(5)
fireroll
·
2015-11-13 11:00
ffmpeg中对
AVInputFormat
结构体中函数的调用
http://blog.csdn.net/junllee/article/details/7722605 opt_input_file()-> avformat_open_input()->
·
2015-10-31 11:31
format
av_read_frame的过程
从全局的
AVInputFormat
链表中遍历查找.
penzchan
·
2014-11-30 10:00
ffmpeg源码分析之av_register_all()
1.muxer/demuxer和ecoder/decoder在代码实现上有很多相同的地方,但是最大的差别是:muxer/demuxer使用的结构是
AVInputFormat
/AVOutputFormat
rootusers
·
2014-10-30 16:00
框架
api
ffmpeg
多媒体
FFmpeg的一些关键的数据结构(一)
ffmpeg定义的数据结构很有特色:有一些是动态与静态的关系,比如, URLProtocol 和 URLContex t ,
AVInputFormat
和 AVFormatContext , AVCodec
chriszeng87
·
2014-10-29 17:00
ffmpeg
ffmpeg源代码分析之avformat_open_input
函数作用是打开输入流,但是流具体是如何打开的,具体做了哪些事情,我们慢慢来分析研究下:intavformat_open_input(AVFormatContext**ps,constchar*filename,
AVInputFormat
rootusers
·
2014-10-16 10:00
ffmpeg
3——FFMPEG之解复用器-----
AVInputFormat
1.数据结构:
AVInputFormat
为FFMPEG的解复用器对象,通过调用av_register_all(),FFMPEG所有的解复用器保存在以first_iformat为链表头的链表中,且还有个链表尾指针
finewind
·
2014-09-28 21:00
增加一个 AVFormat 格式:PES
lavf公共格式:AVFormatContext{
AVInputFormat
*iformat; //输入格式 AVOutputFormat*oformat;//或者输出格式 void*priv_data
deyangliu
·
2014-09-22 21:00
ffmpeg
Codec
ffmpeg SDK开发手册
FFMpegSDK开发手册FFMpeg中比较重要的函数以及数据结构如下:1.数据结构:(1)AVFormatContext(2)AVOutputFormat(3)
AVInputFormat
(4)AVCodecContext
xwisen
·
2014-08-17 14:00
FFmpeg SDK使用实例output_example的分析之一
一、重要的数据结构及函数列表I.数据结构:(1)AVFormatContext(2)AVOutputFormat(3)
AVInputFormat
(4)AVCodecContext(5)AVCodec(6
fireroll
·
2014-04-19 22:00
ffmpeg SDK开发手册
FFMpeg中比较重要的函数以及数据结构如下:1.数据结构:(1)AVFormatContext(2)AVOutputFormat(3)
AVInputFormat
(4)AVCodecContext(5)
nogodoss
·
2013-10-14 15:00
mpegts代码分析
因为TS流的复用和解复用是通过一个结构体
AVInputFormat
传递给解复用器的。
yangping1220
·
2013-09-10 18:00
FFplay的一些接口函数
muxer/demuxer和encoder/decoder在FFmpeg中的实现代码里,有许多相同的地方,而二者最大的差别是muxer和demuxer分别是不同的结构AVOutputFormat与
AVInputFormat
yangping1220
·
2013-09-09 16:00
ffmpeg分析系列之七(打开输入的流)
av_open_input_stream(AVFormatContext **ic_ptr, //输出参数:格式上下文ByteIOContext *pb, //字节IO上下文const char *filename, //文件名
AVInputFormat
yangping1220
·
2013-09-06 15:00
FFMpeg 中比较重要的函数以及数据结构
10/0428/15/474846_25293522.shtmlFFMpeg中比较重要的函数以及数据结构如下:1.数据结构:(1)AVFormatContext(2)AVOutputFormat(3)
AVInputFormat
missingu1314
·
2013-07-15 09:00
ffmpeg SDK开发手册
FFMpeg中比较重要的函数以及数据结构如下:1.数据结构:(1)AVFormatContext(2)AVOutputFormat(3)
AVInputFormat
(4)AVCodecContext(5)
nogodoss
·
2013-07-12 14:00
FFMPEG SDK开发手册
FFMpegSDK开发手册FFMpeg中比较重要的函数以及数据结构如下:1.数据结构:(1)AVFormatContext(2)AVOutputFormat(3)
AVInputFormat
(4)AVCodecContext
yangzhiloveyou
·
2013-06-24 09:00
FFMpeg 中重要的函数以及数据结构
FFMpeg中比较重要的函数以及数据结构如下:1.数据结构:(1)AVFormatContext(2)AVOutputFormat(3)
AVInputFormat
(4)AVCodecContext(5)
ymsdu2004
·
2012-12-29 19:00
ffmpeg分析系列之七(打开输入的流)
av_open_input_stream(AVFormatContext **ic_ptr, //输出参数:格式上下文ByteIOContext *pb, //字节IO上下文const char *filename, //文件名
AVInputFormat
Khan's Notebook GCC/GNU/Linux Delphi/Window Java/Anywhere
·
2012-12-14 01:00
ffmpeg分析系列之四(探测输入的格式)
函数打开输入的文件.1.分析一下函数原型:intav_open_input_file(AVFormatContext**ic_ptr,//输出参数:格式上下文 constchar*filename,//文件名
AVInputFormat
Khan's Notebook GCC/GNU/Linux Delphi/Window Java/Anywhere
·
2012-12-14 01:00
FFMPEG-0.11.1分析之ffmpeg结构(简单涉及)与代码流程(主要涉及前部分的准备工作)
其中muxer和demuxer是不同的结构AVOutputFormat与
AVInputFormat
,encoder和decoder是用的AVCodec结构,协议是URLProtocol。
fallenink
·
2012-10-25 15:00
ffmpeg教程六——源码分析之数据结构
1.1 数据结构AVFormatContext、
AVInputFormat
、AVOutputFormat、AVIOContext、AVStream、AVCodecContext、AVCodec
kl222
·
2012-08-09 15:00
数据结构
ffmpeg中对
AVInputFormat
结构体中函数的调用
opt_input_file()-> avformat_open_input()-> init_input()-> av_probe_input_format()-> av_probe_input_format2()-> a
junllee
·
2012-07-06 16:00
Stream
header
File
input
FFMpeg 中比较重要的函数以及数据结构
FFMpeg中比较重要的函数以及数据结构如下:1.数据结构:(1)AVFormatContext(2)AVOutputFormat(3)
AVInputFormat
(4)AVCodecContext(5)
allen_young_yang
·
2012-02-01 13:00
数据结构
Stream
video
Parameters
output
Codec
ffmpeg分析系列之七(打开输入的流)
intav_open_input_stream(AVFormatContext**ic_ptr, //输出参数:格式上下文ByteIOContext*pb, //字节IO上下文constchar*filename, //文件名
AVInputFormat
menuconfig
·
2011-07-19 10:00
Stream
header
video
Class
buffer
Codec
FFMPEG SDK开发手册
FFMpeg中比较重要的函数以及数据结构如下:1.数据结构:(1)AVFormatContext(2)AVOutputFormat(3)
AVInputFormat
(4)AVCodecContext(5)
menguio
·
2011-05-06 12:00
数据结构
Stream
video
Parameters
output
Codec
FFMpeg 编程手册
FFMpegSDK开发手册FFMpeg中比较重要的函数以及数据结构如下:1.数据结构:(1)AVFormatContext(2)AVOutputFormat(3)
AVInputFormat
(4)AVCodecContext
wwdlk
·
2011-05-06 10:00
数据结构
编程
Stream
video
output
Codec
【zz】FFMpeg SDK 开发手册
数据结构: (1) AVFormatContext (2) AVOutputFormat (3)
AVInputFormat
(4) AVCodecContext (5) AVCodec (
commshare
·
2011-03-15 00:00
【zz】Function List
FunctionListPrintableversion Textversionint av_open_input_file(AVFormatContext **ptr,constchar*filename,
AVInputFormat
commshare
·
2011-01-30 19:00
FFMpeg SDK 开发手册
FFMpegSDK开发手册FFMpeg中比较重要的函数以及数据结构如下:1.数据结构:(1)AVFormatContext(2)AVOutputFormat(3)
AVInputFormat
(4)AVCodecContext
cpp_lzth
·
2010-09-21 15:00
数据结构
Stream
video
Parameters
output
Codec
FFMpeg 中比较重要的函数以及数据结构
FFMpeg中比较重要的函数以及数据结构如下:1.数据结构:(1)AVFormatContext(2)AVOutputFormat(3)
AVInputFormat
(4)AVCodecContext(5)
wxzking
·
2010-07-19 16:00
数据结构
Stream
video
Parameters
output
Codec
FFMpeg 中比较重要的函数以及数据结构
FFMpeg中比较重要的函数以及数据结构如下:1.数据结构:(1)AVFormatContext(2)AVOutputFormat(3)
AVInputFormat
(4)AVCodecContext(5)
linweig
·
2010-05-13 10:00
FFMPEG开发手册
数据结构: (1) AVFormatContext (2) AVOutputFormat (3)
AVInputFormat
(4) AVCodecContext (5) AVCodec (
wapysun
·
2009-10-21 10:00
ffmpeg
FFMPEG开发手册
FFMpeg中比较重要的函数以及数据结构如下:1.数据结构:(1)AVFormatContext(2)AVOutputFormat(3)
AVInputFormat
(4)AVCodecContext(5)
vrix
·
2009-10-21 10:00
数据结构
Stream
video
Parameters
output
Codec
ffmpeg源码分析
av_open_input_file的简单分析(主要是针对读数据)intav_open_input_file(AVFormatContext**ic_ptr,constchar*filename,
AVInputFormat
niehanzi
·
2009-08-02 15:00
File
null
url
buffer
input
protocols
上一页
1
2
下一页
按字母分类:
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
其他