搜索资源列表
ffmpeg_h264_vs2010
- vs2010下编译过的ffmpeg工程,学习h.264视频编解码的好资料。-the project of ffmpeg compiled in vs2010,it s useful for H.264 STUDY.
Simplest_ffmpeg_player_2
- ffmpeg 播放器源码实例,学习ffmpeg编解码的同学可以用于学习参考,vs2010下编译运行。-ffmpeg player example, vs2010 build and link.
simplest_ffmpeg_video_filter
- FFmpeg视频水印实例,支持图片叠加,字符叠加到YUV。vs2010编译运行。-ffmpeg video water mark, support picture, character filter on the YUV.
simplest_ffmpeg_video_encoder
- ffmpeg编码器实例,vs2010编译运行,学习ffmpeg编解码的同学可以下来参考学习,支持h.264.h.265,mpeg2类型编码。-ffmpeg encoder example, vs2010 running, support h.264,h.265,mpeg2
ffmpegSDK
- 自己编译提炼的ffmpeg库,适用于windows平台,在vc6.0,vs2010中测试通过。-His compilation of ffmpeg library, apply to the Windows platform, in vc6.0, vs2010 test pass.
pro_shotSegment
- 视频镜头分割代码,效果显著,速度快速,准确率好,VS2010开发,便于视频镜头分割,再结合ffmpeg(百度有实现方法),非常简单。非常适合实验,开发~-Video shot segmentation code, the effect is significant, fast speed, good accuracy, VS2010 development, facilitate video shot segmentation, combined with ffmpeg (Baidu has i
ffmpeg_video_spliter
- VS2010下用FFMPEG实现的视频分割源码,附带FFMPEG的开发库,可直接运行看结果。(VS2010 achieved with FFMPEG video segmentation source code, with FFMPEG development library, you can run directly to see the results.)
ffmpeg_video_merger
- VS2010下用FFMPEG实现的视频合并源码,附带FFMPEG的开发库,可直接运行看结果。(VS2010 achieved by FFMPEG video merge source, with FFMPEG development library, you can run directly to see the results.)
AVCaptureStream
- ffmpeg 采集录制视频,vs2010直接编译就可以运行(ffmpeg capture record video)
H264_ddraw
- 从FFMPEG中摘录出来并且调试通过的H264解码的源代码(c文件), 没使用FFMPEG编译出来的lib和dll库,可以直接在VS2010环境下单步调试以跟踪解压缩的所用过程细节, 对于想学习和掌握H264编解码的标准的同学们非常有用. 读取h264格式的文件并进行实时解压缩和播放, 解压缩后的图像格式是YUV,在一个对话框的控件中逐帧显示, 程序在VS2010下编译链接通