随笔分类 -  最ffmpeg

ffmpeg AVFrame 插入静音帧
摘要:int frame_size_out_encode = out_fmt_ctx->streams[out_stream->index]->codec->frame_size; if(!frame_size_out_encode) frame_size_... 阅读全文

posted @ 2015-10-23 18:50 silyvin 阅读(1826) 评论(0) 推荐(0)

【ffmpeg + VS2010】编译包含libavutil\common.h后出现找不到inttypes.h的问题
摘要:包含libavutil\common.h,由于里面#include ,会出现找不到inttypes.h的问题,即使把inttypes.h的路径加上去之后,也无法编译通过,反而会出现一大堆问题。解决办法如下:删除#include 这句,加上下面一大段//Howard ... 阅读全文

posted @ 2015-10-18 12:17 silyvin 阅读(288) 评论(0) 推荐(0)

无法定位 xxxx 与动态链接库 avcodec-xx.dll上
摘要:http://blog.csdn.net/liuruihan/article/details/26716271http://blog.csdn.net/bing87496988/article/details/25061659http://blog.csdn.net/... 阅读全文

posted @ 2015-09-18 14:20 silyvin 阅读(156) 评论(0) 推荐(0)