av_find_best_stream

简介: av_find_best_stream

av_find_best_stream(fmt_ctx, AVMEDIA_TYPE_AUDIO, -1, -1, NULL, 0);

-1:要处理的流的索引号,不知道填-1

-1:要处理的流相关流的索引号,比如视频的相关是音频,不知道填-1

NULL:流的编解码器,不关心填NULL

0:flag,不关心填0

返回值:小于0错误,不小于0则是要找的流的索引值。


image.png

相关文章
|
8月前
|
编解码 应用服务中间件 nginx
DemuxException: type = CodecUnsupported, info = Flv: Unsupported codec in video frame: 2
DemuxException: type = CodecUnsupported, info = Flv: Unsupported codec in video frame: 2
450 0
ffmpeg编码报错:more samples than frame size (avcodec_encode_audio2)
ffmpeg编码报错:more samples than frame size (avcodec_encode_audio2)
141 0
ffmpeg编码报错:more samples than frame size (avcodec_encode_audio2)
nobuffer与av_read_frame的关系
nobuffer与av_read_frame的关系
94 0
|
8月前
|
编解码 算法 C++
【ffmpeg 基础函数】详解FFmpeg中的av_packet_ref函数
【ffmpeg 基础函数】详解FFmpeg中的av_packet_ref函数
76 0
|
网络协议
av_interleaved_write_frame -32 broken pipe
av_interleaved_write_frame -32 broken pipe
297 0
av_interleaved_write_frame -32 broken pipe
|
编解码
av_read_frame返回值为-5 Input/output error
av_read_frame返回值为-5 Input/output error
178 0
|
容器
FFmpeg读取文件内容AVPacket
FFmpeg读取文件内容AVPacket
240 0
|
存储 编解码 Android开发
【Android FFMPEG 开发】FFMPEG 读取音视频流中的数据到 AVPacket ( 初始化 AVPacket 数据 | 读取 AVPacket )
【Android FFMPEG 开发】FFMPEG 读取音视频流中的数据到 AVPacket ( 初始化 AVPacket 数据 | 读取 AVPacket )
258 0