专注收集记录技术开发学习笔记、技术难点、解决方案
网站信息搜索 >> 请输入关键词:
您当前的位置: 首页 > 多媒体/流媒体开发

ffmpeg中的flv 的demuxer在哪里?该如何解决

发布时间:2011-06-27 19:28:16 文章来源:www.iduyao.cn 采编人员:星星草
ffmpeg中的flv 的demuxer在哪里?
ffmpeg中的flv 的demuxer在哪里?
我搜了下,好像只有decoder和encoder,为什么没有demuxer呢?

 find . -name "*flv*"
./tests/ref/seek/adpcm_swf.flv.ref
./tests/ref/seek/flv.flv.ref
./tests/ref/seek/lavf.flv.ref
./tests/ref/seek/flashsv.flv.ref
./tests/ref/vsynth2/flv
./tests/ref/vsynth1/flv
./tests/ref/lavf/flv_fmt
./libavcodec/flvdec.o
./libavcodec/flvenc.c
./libavcodec/flvdec.d
./libavcodec/flvenc.d
./libavcodec/flv.h
./libavcodec/flvenc.o
./libavcodec/flvdec.c
./libavformat/flvdec.o
./libavformat/flvenc.c
./libavformat/flvdec.d
./libavformat/flvenc.d
./libavformat/flv.h
./libavformat/flvenc.o
./libavformat/flvdec.c


------解决方案--------------------
音视频编解码都在libavcodec目录,文件合成分离都在libavformat目录。
./libavcodec/flvdec.c是FLV视频解码器
./libavformat/flvdec.c就是FLV文件分离器(parser,demuxer,splitter)
友情提示:
信息收集于互联网,如果您发现错误或造成侵权,请及时通知本站更正或删除,具体联系方式见页面底部联系我们,谢谢。

其他相似内容:

热门推荐: