VP8/VP9的小小分析:):)

【命令行】

simple_encoder 1280 720 basketball.yuv test.vpx

simple_decoder test.vpx test.yuv


【調試跟蹤】

simple_encoder.c

main

if(vpx_codec_encode(&codec, frame_avail? &raw : NULL, frame_cnt, 1, flags, VPX_DL_REALTIME))

vpx_encoder.c

vpx_codec_err_t vpx_codec_encode(vpx_codec_ctx_t *ctx, const vpx_image_t *img,

vpx_codec_pts_t pts,

unsigned long duration,

vpx_enc_frame_flags_t flags,

unsigned long deadline)


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章