搜索资源列表
ffmpeg
- 包括建立工程需要的dll h lib文件,添加到vc++工程时要在适当的地方加extern \"C\"
H264Android_code
- H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。 程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。 在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。 如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有限制,如果送
Decorder264(ffmpeg)test
- Decorder264[ffmpeg]test,vc6编译通过,能正常解文件,文件名:test.264-Decorder264[ffmpeg]test
H264Player(FFMPEG)
- 实现H264文件的解码,图像格式转换,从而实现H264格式文件播放,-H264 files to achieve the decoding, image format conversion, in order to achieve H264 format player,
FFmpegfullSDK3.2
- FFMPEG开发的最新的SDK,为编译好的头文件、lib文件-FFMPEG development of the latest SDK, as compiled header files, lib files
delphi-ffmpeg-library
- delphi ffmpeg 动态调用 头文件 写了老半天的,,,大家支持哈-delphi ffmpeg dynamic invocation header files written waited a long time, we support the Kazakh
StreamMediaServer
- 本人用ACE+FFMPEG写的 视频监控系统的几个模块,支持海康,大华.映佳等. 包括视频监控,流媒体视频转发,多种码流格式的转码服务,以及电视墙服务器,报警服务端,视频文件回放.等.希望大家多提-I use the ACE+ FFMPEG video surveillance system to write several modules to support Haikang, UOB. Encore and so on. Including video surveillance, st
ffmpeg
- ffmpeg是集成了多种编码解码算法的一套库.,里面包含了编译好的lib文件和dll文件和头文件,可以直接拿来使用,免去编码的时间.还带了源代码和详细的.pdf说明文档.对开发ffmpeg的朋友有很多的作用-are a variety of ffmpeg codec integrated set of algorithms library., which contains the compiled lib files and dll files and header files can be d
xvidcore-1.1.0
- MPEG-4 Xvid源代码,文件夹里面有具体的编译指南,主工程在解压后的Build\Win32 文件夹里面。-MPEG-4 Xvid source code folder of the compiler there are specific guidelines, the main works in the post-decompression Build \ Win32 folder inside.
ffmpeg-20030304.tar
- 此文件描述了具有add功能的lib程序,学习lib时使用,编译后产生lib文件,可被其它文件调用-This document describes the add function with the lib program, learning the use of lib, the compiler generated lib files, other documents may be called
MsysForFfmpegCompile
- 在Windows下安装虚拟Linux编译环境MSYS&minGW(例如MSYS-1.0.11-2004.04.30-1.exe)过后,将此文件解压覆盖安装目录,运行msys后执行./configure --enable-shared --disable-static --enable-memalign-hack --enable-a52 --enable-dts --enable-faac --enable-faad --enable-x264 --enable-libogg --enable-
ffmpeg
- 为mepg4标准的mepg4的库文件,希望有帮助。-Mepg4 standards for the library file mepg4 hope that helps.
Ffmpeg H264 Decoder Lib
- 本解码库以ffmpeg为参考模型,针对不同档次的H.264码流进行了修正,解码核心部分进行了相应的MMX优化。 整个解码过程分3个步骤进行,只需要按顺序调用头文件里描述的初始化、处理、释放这三个函数即可。 解码得到的图像数据为YUV,该工程将YUV转换为RGB,直接显示,省去了解码后,还需要借助YUVViewer等工具打开YUV文件的步骤,更加的方便快捷。 支持各个档次的H.264码流解码,将H.264码流放在H264Test目录下即可。 编译平台:VC6.0,VC200
Ffmpeg-based_video_decompression
- 这是一个使用ffmpeg解码库对视频文件进行解码的示例程序,在这个程序中,将视频图像按帧解码为bmp图片-This is a library to use ffmpeg decoder to decode the video file sample program, in this program, the video image by decoding the bmp picture frame
ffmpeg
- 提供了开发流媒体所用的各种格式的库文件,有mpeg4,h264等,包括压缩和解压缩以及流媒体的传输-mpeg4,h264,encode,decode
rmlibflvdemux.tar
- 精简FFMpeg,只要20个文件,可以解复用FLV文件,生成H.264/AAC文件-Streamline FFMpeg, as long as 20 files, FLV files can demultiplexing generate H.264/AAC file
ffmpeg-svn-20070501.tar
- 视音频编解码功能,通过了在linux下的编译,gcc版本4.1.2。成功对视频流进行H.264编码并将符合H.264标准的视音频文件解码成YUV数据,最后使用YUV工具播放成功。-audio/video codec toos. It includes libavcodec, the leading open source codec library. compiled in linux GCC at version 4.1.2.
H264Decoder
- 基于ffmpeg的视频解码程序,这思路非常清晰,而且解码的是264文件。解码得到yuv格式的文件-Ffmpeg-based video decoding process, this idea is very clear, and the decoder is 264 files. Yuv format decoded
SDL-ffmpeg
- 使用SDL,配合ffmpeg,播放多种视频格式文件,已测试MP4和rmvb-Using SDL, with the ffmpeg, play a variety of video formats file, the MP4 and rmvb tested.
windows下FFmpeg+QT+rtsp
- 流媒体rtsp播放器。记得将ffmpeg/bin目录下的dll文件拷贝到编译生成的exe所在的目录下,否则会无法运行。(rtsp qt ffpeg liu mei ti bo fang qi . bao zheng ke yong.)