經過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