腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
1
回答
Can
'
t
avformat_open_input
an .
mp3
、
然而,在设置了一个检查错误代码的函数后,我甚至无法使用
avformat_open_input
()打开音频文件,我得到了以下输出:Invalid data在查找了这个错误代码的含义之后,我假设我的
mp3
文件的头文件中一定缺少
avformat_open_input
()需要识别其扩展名的信息。AVFormatContext *s = NULL;if (ac == 2) url = av
浏览 116
提问于2019-10-28
得票数 1
回答已采纳
1
回答
Libav和网络摄像头捕获
、
、
、
(pFormat = av_find_input_format(formatName))) { return ; printf("
can
'
t
find open input fi
浏览 0
提问于2014-06-24
得票数 1
2
回答
ffmpeg
avformat_open_input
无法打开文件
、
我试图通过Android NDK打开一个现有的
Mp3
文件,但它打不开。JavaC __android_log_print(ANDROID_LOG_DEBUG, DEBUG_TAG, "%d", res); return res; /
浏览 2
提问于2013-06-03
得票数 0
2
回答
从内存中解码音频- C++
、
、
我有两个职能:
avformat_open_input
(AVCodecContext, filename, NULL, NULL) 如何在没有文件名的情况下读取AVCodecContext
浏览 4
提问于2013-12-12
得票数 4
1
回答
使用libav/ffmpeg正确打开音频文件
、
、
、
、
AVFormatContext * pFormatCtx; av_register_all(); if ((lError =
avformat_open_input
打开
mp3
和wav文件没有出现问题,产生了以下输出,例如用于
mp3
: 音频比特率: 256121音频编解码器:
mp3
流:0(总数: 1) 音频编解码器:
mp3</em
浏览 3
提问于2012-10-19
得票数 2
回答已采纳
1
回答
ffmpeg rtsp错误:服务器回复中的传输不匹配
、
Register everythingavformat_network_init(); if (
avformat_open_input
浏览 23
提问于2017-08-08
得票数 2
1
回答
avformat_open_input
函数崩溃
、
、
我试图使用
avformat_open_input
打开一个文件,即使文件存在,它也会崩溃。av_register_all(); { av_log(0, AV_LOG_FATAL, "Wasn'
t
possible opening the file: %s", argv[1]);
浏览 2
提问于2014-10-24
得票数 5
回答已采纳
2
回答
FFMpeg on iOS Swift
、
、
、
我尝试转换以下代码:// Open video file// Open video file此代码在:if
avform
浏览 12
提问于2016-02-02
得票数 5
回答已采纳
1
回答
用
avformat_open_input
打开原始音频
、
、
、
std::string fn = "file:" + this->file.path;有方便的方法来做这样的情况吗?
浏览 3
提问于2019-11-05
得票数 0
回答已采纳
3
回答
从可操作URI将本机fd int传递给FFMPEG
、
、
我试图像这样打开它,这个想法是从那里拿来的pFormatCtx->iformat = av_find_input_format("
mp3
"); sprintf(path, "pipe:%d", fd); if(e=(
avformat_open_input
(&pFormatCtx,path,=0)){ return
浏览 13
提问于2017-05-06
得票数 10
回答已采纳
3
回答
验证空变量regex
、
、
、
i)(pdf|doc|docx|jpeg|
mp3
|jpg|png))\$)";Matcher matcher = pattern.matcher
浏览 0
提问于2014-12-15
得票数 0
1
回答
tvOS上的FFMPEG组播
、
、
我试图在tvOS上用FFMPEG打开多播流,但命令如下:失败,错误代码为-1094995529,并打印错误以下是udp.c中失败的
浏览 0
提问于2016-07-13
得票数 1
1
回答
MP3
::标签-不工作
、
我试图用perl编写一个小程序,它使用
MP3
::Tag模块。程序不执行,并给我:然后我尝试命令:cpan
MP3
::Tag 但我明白了:Warning: Cannot install
MP3
::Tag, don&
浏览 0
提问于2016-03-09
得票数 1
回答已采纳
1
回答
使用ffmpeg读取视频时面临分割错误,因为"pFormatCtx-> streams [i]-> codecpar的地址为0x00
、
pFormatCtx->streams[i]->codecpar->codec_type == AVMEDIA_TYPE_VIDEO)行中出现错误 if (
avformat_open_input
= 0) { if (avformat_find_stream_info(pFormatCtx, NULL) &l
浏览 7
提问于2019-12-27
得票数 0
1
回答
读取文件时返回0的Perl脚本
.*.
mp3
$/, readdir( $dh ) );sub rev_by_date $b->[0]->ctime <=> $a->[0]->ctime 从这里开始问题就开始了while () print NEW $_ or die "
can
浏览 2
提问于2020-02-04
得票数 0
回答已采纳
4
回答
在linux中递归运行命令
、
、
我试图想出一个在每个子文件夹中运行mp3gain FOLDER/SUBFOLDER/*.
mp3
的命令,但我无法理解为什么这个命令不起作用:运行时,我得到每个文件夹和子文件夹的错误
Can
'
t
open "./FOLDER/SUBFOLDER"/*.
mp3
for reading。 如果我用mp3gain &qu
浏览 1
提问于2013-01-26
得票数 3
回答已采纳
1
回答
使用ffmpeg连接多个
mp3
文件并输出为mov文件
、
我正在尝试连接几个
mp3
文件,并将其输出为.mov文件。谢谢
浏览 0
提问于2011-04-01
得票数 0
回答已采纳
1
回答
Can
'
t
drawRect line
、
、
、
、
我试着在用户每次点击的时候连接线路。用户点击的点被创建,但连接它们的线没有被创建。它给出了以下错误:有人能告诉我为什么吗?我检查过了,但找不到任何相关的东西,因为我的笔划方法在最后。这是我正在尝试的: if (self = [super initWithCoder:aDecoder]) { [self setBa
浏览 2
提问于2013-11-26
得票数 0
1
回答
使用ffmpeg时,函数av_find_input_format("avfoundation")返回null
、
、
AVInputFormat *iformat = av_find_input_format("avfoundation");
avformat_open_input
(&pFormatCtx,"",iformat,&options);
浏览 0
提问于2018-06-06
得票数 0
1
回答
使用libav库打包视频
、
我正在尝试制作一个使用libav库的视频流服务器和客户端应用程序。我该怎么做呢?有没有可用的教程?
浏览 1
提问于2012-03-19
得票数 2
回答已采纳
点击加载更多
相关
资讯
What can't computers do?计算机可以做什么?
Web3公司ContentFi推出首个基于a16z“Can't be Evil”的NFT许可解决方案
我是NBA新秀奥孔古:很开心入驻腾讯 迫不及待分享我的一切!
我等太阳落山时,我等彗星撞地球~
打工思维,无法创业!(图文版)
热门
标签
更多标签
云服务器
ICP备案
云点播
对象存储
即时通信 IM
活动推荐
运营活动
广告
关闭
领券