#

avcodec

  • FFmpeg avcodec_send_packet函數(shù)錯(cuò)誤定位

    場景avcodec_send_packet函數(shù)返回-1094995529錯(cuò)誤,根據(jù)FFmpeg的錯(cuò)誤信息,得知為AVERROR_INVALIDDATA,這個(gè)時(shí)候,由于已經(jīng)接收到I幀,實(shí)際上是可以解碼的

    作者:fengyuzaitu
    2020-08-05 12:34:07
  • FFmepg avcodec_receive_frame函數(shù)分析

    int avcodec_receive_frame(AVCodecContext *avctx, AVFrame *frame);/*brief:從×××中獲取解碼的輸出數(shù)據(jù)*/@參數(shù) avctx 編

    作者:fengyuzaitu
    2020-08-01 10:55:07
  • FFmpeg avcodec_flush_buffers調(diào)用說明

    ????在網(wǎng)絡(luò)環(huán)境中,傳輸數(shù)據(jù)用UDP經(jīng)常有丟包,而丟包很容易造成FFmpeg×××緩沖的幀數(shù)增加。解決辦法是:隔一段時(shí)間清空×××緩存, 如何理解?摘自http://blog.csdn.net/qq

    作者:fengyuzaitu
    2020-07-28 06:31:01
  • FFmpeg avcodec_version函數(shù)使用

    簡介        avcodec_version函數(shù)查詢FFmpeg版本返回值:0x00396b64(轉(zhuǎn)換成十六進(jìn)制方

    作者:fengyuzaitu
    2020-07-26 18:28:05
  • FFmpeg3最新的解碼接口avcodec_send_packet和avcodec_receive_frame分析

    ffmpeg3版本的解碼接口做了不少調(diào)整,之前的視頻解碼接口avcodec_decode_video2和avcodec_decode_audio4音頻解碼被設(shè)置為deprecated,對這兩個(gè)接口做

    作者:夏曹俊
    2020-07-14 00:52:57
  • FFmpeg avcodec_send_packet函數(shù)說明

    int avcodec_send_packet(AVCodecContext *avctx, const AVPacket *avpkt);/*brief:支持將裸流數(shù)據(jù)輸出給×××在函數(shù)內(nèi)部,會拷貝

    作者:fengyuzaitu
    2020-06-21 20:08:50