搜索资源列表
FFMPEG SDK V3.2
压缩包内包含三个目录:“include”、“lib”和“bin”三个目录,其中“include”目录包含了该SDK所需要用到的所有头文件,通常的情况下,只需要在你的工程中加入“#include "libavcodec/avcodec.h"”等头文件的包含即可;“lib”
libmms + ffmpeg
- 里面包含libmms和ffmpeg源码,可直接编译出两个.a的静态库
ffmpeg-doc.rar
- FFmpeg是一个开源免费跨平台的视频和音频流方案,属于自由软件,采用LGPL或GPL许可证(依据你选择的组件)。它提供了录制、转换以及流化音视频的完整解决方案。它包含了非常先进的音频/视频编解码库libavcodec,为了保证高可移植性和编解码质量,libavcodec里很多codec都是从头开发的。
ffmpeg-0.4.9-p20051216.tar
- 最新的libavformat以及libavcodec库-latest libavformat and libavcodec library
Vedio2BMPConverter
- 用VC写的一个可以将视频文件转换为.bmp,.jpg等格式的图片序列的软件,对于学习cximage和ffmpeg库都比较有用,也可以帮助你自己写播放器,支持的视频格式很多-Using VC to write a video file can be converted to. Bmp,. Jpg format picture sequence, such as software, for learning cximage and ffmp
DCompress264
- 本程序基于ffmpeg库里的编解码器,并且vc 平台下的调试运行成功-This procedure based on the ffmpeg codec library, and vc platform running under the debugger successfully
FFMpeg
- FFmpeg是用于录制、转换和流化音频和视频的完整解决方案, 包括 libavcodec ,一套领先的音/视频编解码类库。FFmpeg 在Linux上开发,当可以在大多数操作系统下编译,包括Windows。-FFmpeg is used to record, convert and stream audio and video of the complete solution, including libavcodec, a leadi
VVoIP
- 自己写的一个点对点的视频电话程序,使用了RTP协议及ffmpeg库-Himself wrote a point-to-point video telephony procedures, using the RTP protocol and ffmpeg library
VideoDecode
- 我写的一个使用ffmpeg库来解压视频文件的程序,支持解压多种视频格式。-I wrote a library to use ffmpeg to extract the video files to support multiple video formats decompression.
ffmpeg
- ffmpeg 视频转换库 这个是已经编译好的ffmpeg程序 在 winodws 下运行 支持 vhook 加水印功能 找了好久才找到的 -ffmpeg video conversion library This is a good ffmpeg procedures have been compiled at run winodws support vhook add watermark function to find f
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 f
ffmpeg
- FFmpeg-----一个流媒体的完整解决方案,包括领先的音/视频编码库.-FFmpeg is a complete solution to record, convert and stream audio and video. It includes libavcodec, the leading audio/video codec library. FFmpeg is developed under Linux, but it ca
ffmpegH.264flow
- 介绍了从FFMPEG库中提取的H.264 的播放视频流程-Introduced extracted from the FFMPEG library of the H.264 video flow
ffmpeg-0.5.tar
- ffmeg开源多媒体函数库,支持mpeg,mp3等多种音频视频格式-ffmeg open-source multi-media library, support mpeg, mp3 and other audio and video formats
H264Player
- 源码.利用FFMPEG库的H264解码播放器!国内众多的知名播放器均出自他-Source. Using FFMPEG library H264 decoder player! Numerous well-known players are all from his
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 fr a me
ffmpeg-r14706-s60-src
- FFMPEG的Symbian版本,著名的开源类库。-FFMPEG The Symbian version of the famous open-source library.
ffmpeg-0.6.3.tar
- linux下用到ffmpeg库源码,是一个视频音频库-use ffmpeg library source code under linux, is a video and audio library
ffmpeg-3.3.2-win64-dev
- 流媒体,编码解码推流等功能。强大的库,用过都说好(Streaming media, encoding and decoding flow and other functions. Powerful library, used to say good)
ffmpeg视频处理Demo
- 利用ffmpeg库,进行视频压缩,文件夹中包含可执行的demo文件(video compression by ffmpeg)