如何判斷MP4中視頻數據是H265仍是H264編碼

u8 is_h264_file(char *filename) { AVFormatContext *ifmt_ctx = NULL; int ret = 0; if ((ret = avformat_open_input(&ifmt_ctx, filename, 0, 0)) < 0) { printf( "Could not open input file.");
相關文章
相關標籤/搜索