搜索资源列表
ffmpeg-demo
- ffmpeg 解码 demo
ffmpeg_test_VC8.0
- 使用ffmpeg转换音/视频demo 使用VS2005编译-use ffmpeg decode the a/v file compile with vs2005
ffmpeg-2012-demo
- 将本地h264的码流转换成yuv格式的数据-The h264 the code circulation data replaced by yuv format
sunwukong
- 很好的ffmpeg转码例子,大家一起学习-good demo for ffmepg
VideoEncode
- 低质量快速的H264编码,录屏保存为文件Demo(压缩包不包含ffmpeg库)。-Fast low-quality H264 encoding, saved as a file record screen Demo (compressed package does not contain ffmpeg library).
FfmpegSdl2.0Demo_vs2005
- 使用FFMPEG库进行视频解码,然后在一个Static控件上使用SDL2.0进行视频显示,相比SDL1.0,2.0版本支持多窗口同时显示,性能也大幅提升。(demo中未处理音频帧)。本Demo优点:将视频解码和显示分别封装了两个类CFfmpegDecod和CSdlShow,便于学习和理解播放流程。适合学习者使用。-Using the FFMPEG library for video decoding, and then on a Static control on the use of SDL2