ffmpeg实现将MP4格式转封装成avi格式

无编解码 #include <stdio.h> #include <iostream> using namespace std; #define __STDC_CONSTANT_MACROS #ifdef _WIN32 //Windows extern "C" { #include "libavformat/avformat.h" } #else //Linux... #ifdef __cplus
相关文章
相关标签/搜索