搜索资源列表
FFMPEG SDK V3.2
- 压缩包内包含三个目录:“include”、“lib”和“bin”三个目录,其中“include”目录包含了该SDK所需要用到的所有头文件,通常的情况下,只需要在你的工程中加入“#include "libavcodec/avcodec.h"”等头文件的包含即可;“lib”目录包含了连接工程时所需要的.lib库文件,“bin&
AVcodec.rar
- 常用的几个音视频编解码器 如g72x,gsm,mpeg2还有著名的h263,h264,并且包含事例用法。,Some common audio and video codecs such as g72x, gsm, mpeg2 famous h263, h264, and includes examples of usage.
ffmpeg_sdk_lib
- ffmpeg在windows下编译的静态库avcodec.lib和avformat.lib,主要针对H264编码,其中,avutil已经包含在avcodec.libz中。-The ffmpeg in windows under compile the static library avcodec.lib avformat.lib, mainly for the H264 encoding, which, avutil already included in avcodec.libz.
H264Player
- .264格式的视频文件播放的一个播放器,用C++完成-A player which can play video which has a H.264 form