经过FFmpeg打开本身笔记本摄像头(HP Wide Vision HD Camera)操做时遇到以下错误:git
[mjpeg @ 0000029be7cbd000] unable to decode APP fields: Invalid data found when processing input
读取视频流信息时遇到这个错误:github
int avformat_find_stream_info(AVFormatContext *ic, AVDictionary **options);
使用以下函数解码时也会输出一样的错误:web
int avcodec_send_packet(AVCodecContext *avctx, const AVPacket *avpkt);
虽然有错误输出,可是不影响运行结果,搜索了半天也没有看到合适的解答,app
只有以下连接也有人遇到过,换了个摄像头就行了,可是也没有找到缘由:ide
还有在Python代码中遇到相似问题的,可是不肯定是否是一个问题:spa
https://github.com/mikeboers/PyAV/issues/107code
先记下来,如有人能解答请评论里留言,不胜感激!orm