搜索资源列表
FFMPEG源代码
- FFMPEG源代码
FFMpeg
- ffstream是视频压缩的开发库,详细介绍了视频开发的许多函数的功能,还有数据结构的详细介绍-ffstream is the development of video compression library, detailing the development of many of the functions of video features, as well as a detailed descr iption of the data structure
38834463MPEGRecorder
- MPEG Recorder 是 Windows 平台下用来实时录制和压缩视频输入数据的软件,使用 MFC、DirectX、FFMPEG、MPEG4IP 等技术。程序生成 avi 和 mp4 格式的 MPEG-4 音频和视频格式数据。-MPEG Recorder software is a Windows platform for real-time recording and compressed video input data the, the use MFC, DirectX, the F
jave-1.0.2.jar
- jave1.02,压缩音频和视频,使用GNU的ffmpeg-about jave
ffmpeg0.8.3-forWin32
- 采用ffmpeg进行视频压缩,是学习ffmpeg的好材料-video compress using ffmpeg,this files is good for learn video compress
H264_ddraw
- 从FFMPEG中摘录出来并且调试通过的H264解码的源代码(c文件), 没使用FFMPEG编译出来的lib和dll库,可以直接在VS2010环境下单步调试以跟踪解压缩的所用过程细节, 对于想学习和掌握H264编解码的标准的同学们非常有用. 读取h264格式的文件并进行实时解压缩和播放, 解压缩后的图像格式是YUV,在一个对话框的控件中逐帧显示, 程序在VS2010下编译链接通