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
AVformat
推流
intmain(){//注册av_register_all();
avformat
_network_init();//打开音视频AVFormatContext*infContext=
avformat
_alloc_context
bianshaopeng
·
2019-05-10 16:43
ffmpeg
FFMPEG avdevice 获取iOS 设备 输入流
inputContext=
avformat
_alloc_context();AVDictionary*options=NULL;av_dict_set(&options,"video_size","960x54
Sico2Sico
·
2019-04-28 22:11
iOS
iOS FFmpeg实现本地录像MP4
写MP4文件只需三步:1.写文件头2.填充数据3.写文件尾用到的api大致如下:1.
avformat
_alloc_output_context2();2.
avformat
_new_stream();2.
Goning
·
2019-04-28 11:01
avformat
_open_input
声明/***Openaninputstreamandreadtheheader.Thecodecsarenotopened.*Thestreammustbeclosedwithavformat_close_input().**@parampsPointertouser-suppliedAVFormatContext(allocatedbyavformat_alloc_context).*Maybe
oogh
·
2019-04-12 00:00
c
c++
音视频拼接
FFmpeg 记录
FFmpeg基础-百度文库FFmpeg源代码简单分析:
avformat
_open_input()码率(bps,每秒字节数)、帧率(每秒帧数)设置帧率-r、码率-b,分辨率-s或者Scale=width:
跑步写码
·
2019-03-15 14:50
FFMPEG简单录屏并存储MP4视频
比如在录屏幕的时候,保存的视频文件播放的时候速度过快,相信很多新手也跟我一样都会有出现这种问题,下面我用GDI截屏+H264编码存储MP4做例子[大神请绕过]现在来看看下面H264编码并存储为MP4的流程:1、
avformat
_alloc_output_context2
donghui_luo
·
2019-03-10 22:38
FFMPEG
关于
avformat
_open_input 返回 -1094995529 的个人想法
比如这次: 在学习将pcm格式音频编码成aac音频时,出现了一个莫名其妙的问题,在网上怎么查阅资料方法都解决不了:
avformat
_open_input在打开pcm文件时发生错误返回:-1094995
LaoLi0519
·
2019-03-09 15:56
FFmpeg
音视频
FFmpeg打开视频文件
打开视频文件av_register_all();//注册初始化char*path=VOIDIO_NAME;AVFormatContext*ic=NULL;intre=
avformat
_open_input
QQ2651401966
·
2019-02-19 09:50
音视频学习
Ffmpeg 打印音视频Meta数据
char*argv[]){intret;AVFormatContext*fmt_ctx=NULL;av_log_set_level(AV_LOG_INFO);av_register_all();ret=
avformat
_open_input
天地逍遥
·
2019-01-21 09:47
雷神FFMpeg源码学习笔记
源码学习笔记文章目录雷神FFMpeg源码学习笔记读取编码并依据编码初始化内容结构每一帧的视频解码处理读取编码并依据编码初始化内容结构在开始编解码视频的时候首先第一步需要注册一个编解码器:av_register_all();
avformat
_open_input
Abe_liu
·
2019-01-03 17:32
FFMpeg
ijkplayer read_thread命令简单解析
stream_open函数中,初始化完视频,音频,字幕的帧队列后,启动了两个线程video_refresh_thread:刷新视频帧线程read_thread:读取本地磁盘或者网络视频资源read_thread流程调用
avformat
_alloc_context
郭风朴
·
2018-12-18 10:57
FFmpeg
ijkplayer read_thread命令简单解析
stream_open函数中,初始化完视频,音频,字幕的帧队列后,启动了两个线程video_refresh_thread:刷新视频帧线程read_thread:读取本地磁盘或者网络视频资源read_thread流程调用
avformat
_alloc_context
郭风朴
·
2018-12-18 10:57
FFmpeg
Avformat
_open_input函数的分析 结合HTTP协议
前段时间在做直播的优化,主要是优化首屏时间,因为直播播放器大部分都会采用ffmpeg来处理,所以就会用到
avformat
_open_input这个函数,这也是首屏耗时比较多的一个地方,这里我主要跟踪一下
郭风朴
·
2018-12-17 16:26
FFmpeg
Avformat
_open_input函数的分析 结合HTTP协议
前段时间在做直播的优化,主要是优化首屏时间,因为直播播放器大部分都会采用ffmpeg来处理,所以就会用到
avformat
_open_input这个函数,这也是首屏耗时比较多的一个地方,这里我主要跟踪一下
郭风朴
·
2018-12-17 16:26
FFmpeg
毕业设计
2018.11.15列出本机的所有的视频设备的名称一天下来各种查阅关于利用ffmpeg获取电脑上所有视频设备名称的方法,可是貌似网上给的大部分方法都是通过
avformat
_open_input()函数,
Jurvis_G
·
2018-11-15 16:24
开发笔记
使用FFMpeg将音频PCM数据生成WAV和MP3文件
,需要对数据进行编码;使用FFMpeg将原始的PCM数据生成WAV和MP3文件的步骤如下:创建编码器AVCodec和编码码器上下文AVCodecContext创建音频流AVStream和输出封装上下文
AVFormat
douzhq
·
2018-11-04 16:50
qt
FFMpeg
avformat
_find_stream_info接口延迟降低
注:本文转自https://jiya.io/archives/vlc_optimize_1.html0x00前置信息版本:ffmpeg2.2.0文件:vlcsrc/module/demux/
avformat
hey_manman
·
2018-10-31 19:46
ffmpeg
FFmpeg 音视频处理核心技术初体验
ffmpeg常用structAVFormatContextAVStreamAVCodecContextAVCodecAVPacketAVFrameffmpeg常用Apiav_register_all()
avformat
_alloc_output_context2
markfork
·
2018-10-23 16:02
使用FFMpeg 解码音频文件
使用函数
avformat
_open_input()打开一个文件,可以为
douzhq
·
2018-10-04 14:50
FFMpeg
使用FFMpeg 获取MP3文件中的信息和图片
使用函数
avformat
_open_input打开文件,结封装。使用函数
avformat
_find_stream_info查找并添加流信息到Format上下文中。
douzhq
·
2018-10-03 16:18
FFMpeg
javacpp-FFmpeg系列补充:FFmpeg解决
avformat
_find_stream_info检索时间过长问题
javacpp-ffmpeg系列:javacpp-FFmpeg系列之1:视频拉流解码成YUVJ420P,并保存为jpg图片javacpp-FFmpeg系列之2:通用拉流解码器,支持视频拉流解码并转换为YUV、BGR24或RGB24等图像像素数据javacpp-FFmpeg系列之3:图像数据转换(BGR与BufferdImage互转,RGB与BufferdImage互转)补充:javacpp-FFm
eguid
·
2018-09-18 11:00
使用FFMpeg 提取MKV文件中的字幕
使用FFMpeg解MKV封装,获取字幕流信息voidFFMpegAssThread::openVideoFile(QStringfileName){//打开视频文件intresult=
avformat
_o
douzhq
·
2018-08-26 16:22
qt
FFMpeg
FFmpeg入门系列教程 (四)
解码视频文件,保存音频文件为PCM,保存视频文件为yuv1.注册所有容器格式和CODEC:av_register_all()2.打开文件:
avformat
_open_input()3.从文件中提取流信息
zjjcc
·
2018-08-19 20:38
FFmpeg IOS 解封装
image.png(2)
avformat
_network_init()初始化网络模块,例如用于解封装rtsp数据(3)avform
遇见猫的大鱼
·
2018-07-30 15:35
FFmpeg IOS 解封装
image.png(2)
avformat
_network_init()初始化网络模块,例如用于解封装rtsp数据(3)avform
遇见猫的大鱼
·
2018-07-30 15:35
opencv 采集图像ffmpeg推流(rtmp)到rtmp服务器上
,"swscale.lib")#pragmacomment(lib,"avcodec.lib")#pragmacomment(lib,"avutil.lib")#pragmacomment(lib,"
avformat
.l
LIZhang2016
·
2018-06-25 14:54
c++
ffmpeg
Windows上实现截屏并保存为jpg
include"libswscale/swscale.h"#include"libavutil/pixdesc.h"#include"libavutil/imgutils.h"#include"libavformat/
avformat
.h
叶迎宪
·
2018-06-09 17:24
GO调用ffmpeg动态库
cgoCFLAGS:-I/usr/local/ffmpeg/include#cgoLDFLAGS:-L/usr/local/ffmpeg/lib-lavformat#include"libavformat/
avformat
.h
茄子船长
·
2018-06-07 13:20
golang
一个关于FFmpeg的
avformat
_open_input问题疑惑
token=0";url中包含了一个"$"符号AVDictionary*options=NULL;av_dict_set(&options,"stimeout","500000",0);interrCode=
avformat
_open_input
Goning
·
2018-06-06 17:01
利用ffmpeg获取rtsp视频流并使用opencv播放
/*这里必须要使用C方式导入*/{#include"libavcodec/avcodec.h"#include"libavdevice/avdevice.h"#include"libavformat/
avformat
.h
CHNIM
·
2018-06-05 08:15
ffmpeg开发
从零开始学习音视频编程技术(41) H.264播放器
前面我们开发视频播放器的时候是通过:
avformat
_open_input打开视频文件,然后再调用av_read_frame就可以读到一帧帧的数据了,当然用这样的方法也可以直接打开并读取一个h.264文件
雲天之巔
·
2018-05-20 11:29
从零开始学习音视频编程技术
FFmpeg4.0笔记:rtsp2rtmp
Githubhttps://github.com/gongluck/FFmpeg4.0-study.git#includeusingnamespacestd;extern"C"{#include"libavformat/
avformat
.h
gongluck
·
2018-05-12 13:00
FFmpeg4.0笔记:file2rtmp
https://github.com/gongluck/FFmpeg4.0-study.git#includeusingnamespacestd;extern"C"{#include"libavformat/
avformat
.h
gongluck
·
2018-05-12 00:00
使用FFmpeg推送RTSP流
av_register_all();
avformat
_network_init();AVOutputFormat*ofmt=NULL;//输入对应一个AVFormatContext,输出对应一个AVFormatContext
rrblm
·
2018-04-25 17:54
使用FFmpeg将RTP的数据包保存为mp4文件
1、根据RTSP的Announce请求中的sdp信息和RTP包中的信息初始化音视频编解码器o_video_stream=
avformat
_new_stream(o_fmt_ctx,NULL);{AVCodecContext
starrytan
·
2018-04-25 16:46
视频解码流程
视频解码流程流程图:视频解码流程图.png注册组件av_register_all();打开文件
avformat
_open_input();查找视频流
avformat
_find_stream_info()
Neal_f
·
2018-03-27 16:56
FFmpeg 音频处理
1音频PCM采样数据编码为压缩码流#include"stdafx.h"extern"C"{#include"libavcodec\avcodec.h"#include"libavformat\
avformat
.h
DaveBobo
·
2018-03-18 12:55
FFmpeg
FFmpeg学习教程
avformat
:封装格式处理。avfilter:滤镜特效处理。avdevice:各种设备的输入输出。avutil:工具库(大部分库都需要这个库的支持)。postproc:后加工。
pan_jinquan
·
2018-03-09 09:36
音视频处理
FFMPEG学习遇到
avformat
_open_input Invalid data found when processing input
按顺序调用av_register_all();avcodec_register_all();
avformat
_network_init();调用
avformat
_open_input()打开本地文件的时候总是打不开视频文件添加了打印错误消息后
Apachi---CGA
·
2018-01-20 23:28
iOS/FFMPEG
学习
FFmpeg AVFMT_NOFILE宏定义剖析
使用说明当前为了避免在调用init_input函数的时候,读取缓存区的数据,从而设置了该标志位,但是最终在
avformat
_open_input的其他地方还是读取了缓冲区的数据pAVInputFormat
fengyuzaitu
·
2018-01-10 15:04
FFmpeg
FFmpeg
FFmpeg AVDictionary结构体使用
简介AVDictionary是FFmpeg的键值对存储工具,FFmpeg经常使用AVDictionary设置/读取内部参数使用
avformat
_open_input和
avformat
_find_stream_info
fengyuzaitu
·
2017-12-21 17:35
ffmpeg
AVDictionary
FFmpeg
视频编解码六:FFmpeg音频解码
include#include"android/log.h"extern"C"{//核心库#include"libavcodec/avcodec.h"//封装格式处理库#include"libavformat/
avformat
.h
Yochi
·
2017-12-14 15:07
视频编解码四:FFmpeg视频解码流程
Test.mov->Test.yuv第一步:注册组件av_register_all()例如:编码器、解码器等等…第二步:打开封装格式->打开文件例如:.mp4、.mov、.wmv文件等等...
avformat
_open_input
Yochi
·
2017-12-14 15:49
ffmpeg 分数的表示形态
提供一种可能解决
avformat
_find_stream_info耗时问题方案之前,先了解一些基本的ffmpeg的知识点先看代码pFormatContext->streams[video_index]-
fengyuzaitu
·
2017-11-18 16:07
分数
ffmpeg
表达方式
FFmpeg
FFmpeg
avformat
_find_stream_info函数优化
背景一般的应用场景对实时点播速度要求不高的情况下,可以设置探测码流的延时和探测数据的大小,代码如下:pFormatContext->probesize=500*1024;pFormatContext->max_analyze_duration=5*AV_TIME_BASE;//AV_TIME_BASE是定义的时间标准,代表1秒弊端这样设置probesize和max_analyze_duration
fengyuzaitu
·
2017-11-18 14:41
FFmpeg
ffmpeg系列之两种视频解码方式
方式一:#include"myplayer.h"#include#pragmacomment(lib,"
avformat
.lib")#pragmacomment(lib,"avutil.lib")#pragmacomment
锐湃
·
2017-11-10 23:42
ffmpeg
ffmpeg系列之打开ffmpeg视频解码器
main.cpp代码如下#include"myplayer.h"#include#pragmacomment(lib,"
avformat
.lib")#pragmacomment(lib,"avutil.lib
锐湃
·
2017-11-03 23:15
ffmpeg
ffmpeg之读取视频帧
main.cpp代码如下#include"myplayer.h"#include#pragmacomment(lib,"
avformat
.lib")#pragmacomment(lib,"avutil.lib
锐湃
·
2017-11-03 21:19
ffmpeg
ffmpeg调用
avformat
_open_input失败,返回 -2
系统环境ubuntu12.04,开发环境Qt执行程序卡在如下代码段:[objc]viewplaincopyif(
avformat
_open_input(&pFormatCtx,filepath,NULL
锐湃
·
2017-11-03 20:53
ffmpeg
ffmpeg
avformat
_open_input返回失败的解决办法
用ffmpeg做的第一个程序,参考网上的代码,就出现了一些问题,其中
avformat
_open_input返回失败。
锐湃
·
2017-11-03 20:46
ffmpeg
上一页
7
8
9
10
11
12
13
14
下一页
按字母分类:
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
其他