使用 ffmpeg 进行 WMA 解码失败
我在使用 ffmpeg 解码 WMA/WMAPRO 流时遇到问题。我已经填充了来自即将到来的流的额外数据。我能够获取比特率、采样率、额外数据大小和其他参数,因此 codecCtx 初始化没有问题。
avcodec_open(codecCtx, codec);
返回 -1
任何人都可以帮助我!
I have problem in decoding WMA/WMAPRO stream with ffmpeg.i have filled extra data from the coming stream.I am able to get bit rate, sample rate, extradata size and other parameters so there is no problem with the codecCtx initilization.
avcodec_open(codecCtx, codec);
returns -1
Anyone help me!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论