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
AVcodec
ubuntu安装opencv的正确方法
opencv1.安装准备:1.1安装cmakesudoapt-getinstallcmake1.2依赖环境sudoapt-getinstallbuild-essentiallibgtk2.0-devlib
avcodec
-devlibavformat-devlibjpeg-devlibswscale-devlibtiff5
陶陶name
·
2020-06-24 20:07
原创
AAC各开源库总结
至少有六套AAC库:-FAAC,FAAD/FAAD2---编码只有AACLC-neroAACenc---非商业可以使用(提供编码工具)-FFmpeg'snativeAACencoder(partoflib
avcodec
prairie79
·
2020-06-24 20:41
技术点滴
FFmpeg编解码器如何
注册编解码器lib
avcodec
/
avcodec
.h第一件事是看
AVCodec
结构。typedefstruct
AVCodec
{constchar*name;enumCodecTypetyp
才学
·
2020-06-24 19:44
ijkplayer阅读笔记04-音频解码线程详解
do{decoder_decode_frame(ffp,&is->auddec,frame,NULL){packet_queue_get_or_buffering(ffp,d->queue,&pkt)
avcodec
_decode_audio4
peckjerry
·
2020-06-24 19:53
ffmpeg
android
ijkplayer
ffmpeg多种码率控制方式的实现
视频编码器常用的码率控制方式包括abr(平均码率),crf(限制码率),cqp(固定质量),ffmpeg中
AVCodec
Context显示提供了码率大小的控制参数,但是并没有提供其他的控制方式。
云鹤起舞
·
2020-06-24 18:33
ffmpeg
FFMpeg APIchanges
tobestableunlessatleast1monthhaspassedsincethelastmajorversionincreaseortheAPIwasadded.Thelastversionincreaseswere:lib
avcodec
星辰帝威
·
2020-06-24 17:36
菜鸟看ffmpeg源码
ffmpeg-php扩展的安装与使用方法
1.下载ffmpeg-php扩展包和ffmpeg.exe(刚开始我以为不需要这个,本地windows测试缺一不可),解压后有以下文件
avcodec
-51.dllavformat-51.dllavutil
思杰软件
·
2020-06-24 16:25
[ffmpeg]教程-demuxing&decode&保存YUV420sp
//
[email protected]
//gcc-omain.outmain.c-lavutil-lavformat-l
avcodec
-lz//compileonmacOSXEIcapitan10.11.6asfollowing
sminger1202
·
2020-06-24 14:43
ffmpeg学习
ubuntu16.04 opencv(各个版本编译安装,来回切换)
1安装cmake,输入:sudoapt-getinstallcmake步骤2.安装GTK+2.0sudoapt-getinstalllibgtk2.0-devsudoapt-getinstalllib
avcodec
-devli
南有木兮木不知
·
2020-06-24 14:38
linux
Ffmpeg框架结构解读
、FFMEPG结构说明1.1》介绍ffmpeg(FastForwardMovingPicturesExpertsGroup)是音视频的分离,转换,编码解码及流媒体的完全解决方案,其中最重要的就是lib
avcodec
uBar
·
2020-06-24 14:44
Mobile
Software
ffmpeg安卓x86平台编译错误(lib
avcodec
.so: has text relocations)
平台的.so库文件后,加载使用时,出现错误java.lang.UnsatisfiedLinkError:dlopenfailed:/data/app/xxx.xxx.xxx-1/lib/x86/lib
avcodec
.so
marco_0631
·
2020-06-24 13:05
Android
ffmpeg
一些常见的AAC编解码库
一些AAC编解码库-FAAC,FAAD/FAAD2---编码只有AACLC-neroAACenc---非商业可以使用(提供编码工具)-FFmpeg'snativeAACencoder(partoflib
avcodec
mandagod
·
2020-06-24 13:00
音频编解码
FFmpeg踩坑记录
FFmpeg踩坑记录注:FFmpeg使用版本为3.4.2
AVCodec
Context的创建通过另一个参数创建
AVCodec
Parameters*para=_formatCtx->streams[iStream
m0_37823168
·
2020-06-24 12:12
av_image_fill_arrays
avformat_alloc_context():初始化封装格式上下文3.avio_open():打开输入文件,关联封装格式上下文到输出文件4.avformat_new_stream():创建输出码流5.
avcodec
_find_encoder
m0_37346206
·
2020-06-24 11:41
用
AVCodec
Parameters代替
AVCodec
Context
在高版本的ffmpeg库中使用AVStream::codec成员时,编译和运行时都出现一堆警告:main.cpp:151:warning:‘AVStream::codec’isdeprecated(declaredat……\Other_libs\ffmpeg3.2\include/libavformat/avformat.h:893)和UsingAVStream.codec…deprecated,
luotuo44
·
2020-06-24 09:10
图像视频编码和FFmpeg
ffmpeg提取YUV和PCM
话不多说,直接上代码,如下:#include#define__STDC_CONSTANT_MACROSextern"C"{#include"lib
avcodec
/
avcodec
.h"#include
lois_wjj
·
2020-06-24 08:30
ffmpeg
VS编译FFmpeg时,报错“error LNK2019: 无法解析的外部符号”
在VS2017中编译FFmpeg,头文件是这样的:#include"lib
avcodec
/
avcodec
.h"#include"libavutil/opt.h"#include"libavutil/imgutils.h
671coder
·
2020-06-24 06:00
音视频开发
windows
c++
FFMPEG视频编码需要注意的一些问题
2)、时间戳的的时间单位使用
AVCodec
Context中的timebase,编码完成后,在使用函数av_interleaved_write_frame写文件之前,需要使用函数av_pac
火星凯撒
·
2020-06-24 06:12
Windows10下搭建nginx-rtmp流媒体服务器
它包含了非常先进的音频/视频编解码库lib
avcodec
,能够解码、编码、转码、复用、解复用、流化、滤波和播放几乎任何人类和机器创造的多媒体文件。
little__SuperMan
·
2020-06-24 06:34
流媒体服务器
Linux下编译OpenCV静态库
安装相关依赖项,sudoapt-getinstallbuild-essentialsudoapt-getinstalllibgtk2.0-devlib
avcodec
-devlibavformat-devlibtiff4
Vict-Lee
·
2020-06-24 04:08
CC++
计算机视觉
QT 中调用FFMpeg实现视频播放功能
解码方法:videoplayer.cpp#include"videoplayer.h"#includeextern"C"{#include"lib
avcodec
/
avcodec
.h"#include"libavformat
liaogaobo2008
·
2020-06-24 04:30
c++
Socket
FFmpeg的使用
基本上只要做视频音频开发都离不开ffmpeg1.什么是ffmpeg引用wiki百科的解析.FFmpeg是一个自由软件,可以运行音频和视频多种格式的录影、转换、流功能1,包含了lib
avcodec
─这是一个用于多个项目中音频和视频的解码器库
liangjiubujiu
·
2020-06-24 04:18
windows ffmpeg 的安装
FFmpeg是一个开放源代码的自由软件,可以运行音频和视频多种格式的录影、转换、流功能[1],包含了lib
avcodec
——这是一个用于多个项目中音频和视频的解码器库,以及libavformat——一个音频与视频格式转换库
摘星辰Li
·
2020-06-24 04:40
APP
FFmpeg源代码结构图 - 解码
FFmpeg的库函数源代码分析文章列表:【架构图】FFmpeg源代码结构图-解码FFmpeg源代码结构图-编码【通用】FFmpeg源代码简单分析:av_register_all()FFmpeg源代码简单分析:
avcodec
_register_all
雷霄骅
·
2020-06-24 03:51
FFMPEG
FFmpeg
FFmpeg源代码简单分析:libavdevice的gdigrab
FFmpeg的库函数源代码分析文章列表:【架构图】FFmpeg源代码结构图-解码FFmpeg源代码结构图-编码【通用】FFmpeg源代码简单分析:av_register_all()FFmpeg源代码简单分析:
avcodec
_register_all
雷霄骅
·
2020-06-24 03:51
FFMPEG
FFmpeg
FFMPEG结构体分析:AVFrame
注:写了一系列的结构体的分析的文章,在这里列一个列表:FFMPEG结构体分析:AVFrameFFMPEG结构体分析:AVFormatContextFFMPEG结构体分析:
AVCodec
ContextFFMPEG
雷霄骅
·
2020-06-24 03:18
FFMPEG
FFmpeg
ffmpeg
AVFrame
源代码
解码
视频
FFMPEG结构体分析:
AVCodec
注:写了一系列的结构体的分析的文章,在这里列一个列表:FFMPEG结构体分析:AVFrameFFMPEG结构体分析:AVFormatContextFFMPEG结构体分析:
AVCodec
ContextFFMPEG
雷霄骅
·
2020-06-24 03:48
FFMPEG
FFmpeg
ffmpeg
avcodec
视频
解码器
结构体
FFMPEG结构体分析:AVIOContext
注:写了一系列的结构体的分析的文章,在这里列一个列表:FFMPEG结构体分析:AVFrameFFMPEG结构体分析:AVFormatContextFFMPEG结构体分析:
AVCodec
ContextFFMPEG
雷霄骅
·
2020-06-24 03:47
FFMPEG
FFmpeg
ffmpeg
aviocontext
源代码
视频
IO
FFMPEG结构体分析:AVFormatContext
注:写了一系列的结构体的分析的文章,在这里列一个列表:FFMPEG结构体分析:AVFrameFFMPEG结构体分析:AVFormatContextFFMPEG结构体分析:
AVCodec
ContextFFMPEG
雷霄骅
·
2020-06-24 03:47
FFMPEG
FFmpeg
ffmpeg
AVFormatContext
源代码
视频
元数据
FFMPEG结构体分析:AVPacket
注:写了一系列的结构体的分析的文章,在这里列一个列表:FFMPEG结构体分析:AVFrameFFMPEG结构体分析:AVFormatContextFFMPEG结构体分析:
AVCodec
ContextFFMPEG
雷霄骅
·
2020-06-24 03:47
FFMPEG
FFmpeg
ffmpeg
avpacket
源代码
解码
结构体
FFMPEG结构体分析:
AVCodec
Context
注:写了一系列的结构体的分析的文章,在这里列一个列表:FFMPEG结构体分析:AVFrameFFMPEG结构体分析:AVFormatContextFFMPEG结构体分析:
AVCodec
ContextFFMPEG
雷霄骅
·
2020-06-24 03:47
FFMPEG
FFmpeg
ffmpeg
AVCodecContext
源代码
解码
视频
FFmpeg学习(一)开篇
文章目录FFmpeg学习(一)开篇为什么要学习FFmpeg1.FFmpeg简介2.FFmpeg能做什么3.FFmpeg架构模块组成3.1libavutil3.2libavformat3.3lib
avcodec
3.4libavfilter3.5libavdevice3.6libswscale3.7libpostproc3.8libswrressample3.9ffmpeg3.10ffsever3.1
极客雨露
·
2020-06-24 01:39
FFmpeg
ubuntu14.04 opencv库的编译与使用
sudoapt-getinstallaptitudesudoaptitudeinstallbuild-essentialsudoaptitudeinstallcmakegitlibgtk2.0-devpkg-configlib
avcodec
-devlibavformat-devlibswscale-devsudoaptitudeinstallpython-devpython-numpylibtbb
Sir_wang
·
2020-06-24 00:59
opencv
opencv学习
ubuntu
opencv
ubuntu16.04安装配置opencv2.4.13
sudoapt-getinstallbuild-essential2.CMake:sudoapt-getinstallcmake$sudoapt-getinstallcmakegitlibgtk2.0-devpkg-configlib
avcodec
-devlibavformat-devlibswscale-dev
清风lsq
·
2020-06-23 23:57
c++
linux
c
IT知识
计算机视觉
FFMPEG H264/H265 编码延迟问题
utm_source=tuicool&utm_medium=referral最新使用FFmpeg进行H264的编码时,发现视频编码有延迟,不是实时编码,进过一番研究发现,只要在调用
avcodec
_open2
ShellCollector
·
2020-06-23 20:37
视频编解码
FFmpeg总结(三)AV系列结构体之
AVCodec
Context
位置:描述:主要扩展API的结构体Newfieldscanbeaddedtotheendwithminorversionbumps.Removal,reorderingandchangestoexistingfieldsrequireamajorversionbump.YoucanuseAVOptions(av_opt*/av_set/get*())toaccessthesefieldsfromu
码农突围
·
2020-06-23 13:11
C++
ubuntu下opencv安装编译出错
compiler]sudoapt-getinstallbuild-essential[required]sudoapt-getinstallcmakegitlibgtk2.0-devpkg-configlib
avcodec
-devlibavformat-devli
hanhung
·
2020-06-23 12:49
FFmpeg —— FFmpeg常用API函数介绍
1.1.2内存的分配和释放(av_malloc()、av_free()等)1.1.3常见结构体的初始化和销毁(AVFormatContext、AVFrame)1.1.4avio_open2()1.1.5
avcodec
_find_encoder
tiankong19999
·
2020-06-23 11:21
FFmpeg源码
FFmpeg
音视频
FFmpeg —— 1.简单介绍及使用
它包含了非常先进的音频/视频编解码库lib
avcodec
,为了保证高可移植性和编解码质量,lib
avcodec
里很多code都是从头开发的。
tiankong19999
·
2020-06-23 11:50
FFmpeg
音视频
OpenCV-4.0.0在Ubuntu16.04 64位中的安装
步骤一:安装必要的库sudoapt-getinstallbuild-essentialsudoapt-getinstallcmakegitlibgtk2.0-devpkg-configlib
avcodec
-devlibavformat-devlibswscale-devsudoapt-getinstallpython-devpython-numpylibtbb2libtbb-devlibjpeg
guaishushu123
·
2020-06-23 11:54
ffmpeg花屏拖屏问题定位方法总结
毫无疑问在过程逻辑正确的情况下,源数据无论是文件读取还是rtp网络接收,都是在我们把认为正确的一整帧数据传入
avcodec
_decode_video2()等接口时,发生了数据缺失。
堕落的士族
·
2020-06-23 11:39
新版ffmpeg编码AAC注意事项:
新版大于3.0后的版本,按雷霄骅大神的最简单的基于FFMPEG的音频编码器(PCM编码为AAC)的例子已经无法走完流程,
avcodec
_open2会返回-22,其中原因是1、新版版的ffmpeg编码AAC
fangshy
·
2020-06-23 07:52
嵌入式linux
ffmpeg
ubuntu16.04安装opencv3.2最详细版本
安装官方给的opencv依赖包$sudoapt-getinstallbuild-essential$sudoapt-getinstallcmakegitlibgtk2.0-devpkg-configlib
avcodec
-devlibavformat-devlibswscale-dev
evil_xue
·
2020-06-23 06:52
ffmpeg 解码 到 opencv 之间传递
ffmpeg解码函数:len=
avcodec
_decode_video2(pInputCodecContext,dst,&nComplete,&InPack);dst为AVFrame*dst,存放了解码后的数据
lion315
·
2020-06-23 05:41
音视频
使用FFmpeg为视频增加水印
它内部主要的音视频编解码器使用的是lib
avcodec
。它支持Linux、Windows、OSX操作系统的使用。
我是干勾鱼
·
2020-06-23 05:59
FFmpeg
webrtcM79支持H264编解码
Chrome"use_openh264=trueproprietary_codecs=true配置源码path:src\third_party\ffmpeg\chromium\config\Chrome\win\x64\lib
avcodec
皮孩_yang
·
2020-06-23 05:33
webrtc
FFMPEG结构体分析:AVFrame
注:写了一系列的结构体的分析的文章,在这里列一个列表:FFMPEG结构体分析:AVFrameFFMPEG结构体分析:AVFormatContextFFMPEG结构体分析:
AVCodec
ContextFFMPEG
dianyimo9099
·
2020-06-23 04:28
FFMPEG结构体分析:AVStream
注:写了一系列的结构体的分析的文章,在这里列一个列表:FFMPEG结构体分析:AVFrameFFMPEG结构体分析:AVFormatContextFFMPEG结构体分析:
AVCodec
ContextFFMPEG
dianyimo9099
·
2020-06-23 04:28
ffmpeg 源代码简单分析 : av_register_all()
此前写了好几篇ffmpeg源代码分析文章,列表如下:图解FFMPEG打开媒体的函数avformat_open_inputffmpeg源代码简单分析:av_register_all()ffmpeg源代码简单分析:
avcodec
_register_all
dianyimo9099
·
2020-06-23 04:56
开源DirectShow分析器和解码器: LAV Filter
是一款开源的DirectShow视频分离和解码软件,他的分离器LAVSplitter封装了FFMPEG中的libavformat,解码器LAVAudio和LAVVideo则封装了FFMPEG中的lib
avcodec
dianyimo9099
·
2020-06-23 04:56
上一页
21
22
23
24
25
26
27
28
下一页
按字母分类:
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
其他