ffmpegj將h264與aac封裝成mkv/ts或者h264與mp3封裝成mp4/flv/avi測試代碼

#include <stdio.h> #include <conio.h> #define __STDC_CONSTANT_MACROS #ifdef _WIN32 //Windows extern "C" { #include "libavformat/avformat.h" }; #else //Linux... #ifdef __cplusplus extern "C" { #end
相關文章
相關標籤/搜索