摘要: 官网:https://ffmpeg.zeranoe.com/builds/ 包含三个版本:Static、Shared以及Dev Static --- 包含3个应用程序:ffmpeg.exe , ffplay.exe , ffprobe.exe,体积都很大,相关的DLL已经被编译到exe里... 阅读全文
posted @ 2016-06-10 23:21 N3verL4nd 阅读(447) 评论(0) 推荐(0)
摘要: #include #include /*extern "C"{#include }*/int main(int argc, char **argv){ AVFormatContext *fmt_ctx = NULL; int ret; av_register_all(); if ((ret = ... 阅读全文
posted @ 2016-06-10 22:36 N3verL4nd 阅读(1187) 评论(0) 推荐(0)