將視頻碼流打包到一種封裝格式中

/** *本程序能夠將視頻碼流打包到一種封裝格式中, *指定了輸入格式,不須要FFmpeg自動檢測, *適用於輸入格式肯定的情形, *程序中指定了輸入格式固定爲h264 */ #include "stdafx.h" #define __STDC_CONSTANT_MACROS extern "C" { #include "libavformat/avformat.h" } int
相關文章
相關標籤/搜索