搜索资源列表
FFMPEG SDK V3.2
- 压缩包内包含三个目录:“include”、“lib”和“bin”三个目录,其中“include”目录包含了该SDK所需要用到的所有头文件,通常的情况下,只需要在你的工程中加入“#include "libavcodec/avcodec.h"”等头文件的包含即可;“lib”目录包含了连接工程时所需要的.lib库文件,“bin&
libmms + ffmpeg
- 里面包含libmms和ffmpeg源码,可直接编译出两个.a的静态库
ffmpeg-doc.rar
- FFmpeg是一个开源免费跨平台的视频和音频流方案,属于自由软件,采用LGPL或GPL许可证(依据你选择的组件)。它提供了录制、转换以及流化音视频的完整解决方案。它包含了非常先进的音频/视频编解码库libavcodec,为了保证高可移植性和编解码质量,libavcodec里很多codec都是从头开发的。
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 for a long time to find the
ffmpeg.rar
- 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 can compiled under most operatin
H264Player
- 源码.利用FFMPEG库的H264解码播放器!国内众多的知名播放器均出自他-Source. Using FFMPEG library H264 decoder player! Numerous well-known players are all from his
ffmpeg-062
- 已经编译好的ffmpeg,内涵libmp3lame库、libamr库、libfaac及libfaad库等-Have compiled ffmpeg, meaning libmp3lame library, libamr library, libfaac and libfaad library, etc ... ...
VideoDecode
- 我写的一个使用ffmpeg库来解压视频文件的程序,支持解压多种视频格式。-I wrote a library to use ffmpeg to extract the video files to support multiple video formats decompression.
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
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
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-r14706-s60-src
- FFMPEG的Symbian版本,著名的开源类库。-FFMPEG The Symbian version of the famous open-source library.
ffmpeg
- 提供了开发流媒体所用的各种格式的库文件,有mpeg4,h264等,包括压缩和解压缩以及流媒体的传输-mpeg4,h264,encode,decode
ffmpeg-0.7.0.tar
- FFmpeg是一个开源免费跨平台的视频和音频流方案,它提供了录制、转换以及流化音视频的完整解决方案。它包含了非常先进的音频/视频编解码库libavcodec,为了保证高可移植性和编解码质量,libavcodec里很多codec都是从头开发的-FFmpeg is a free open source cross-platform video and audio streaming program, which provides a record, convert and stream audio
ffmpeg-0.6.3.tar
- linux下用到ffmpeg库源码,是一个视频音频库-use ffmpeg library source code under linux, is a video and audio library
ffmpeg
- ffmpeg是对记录、转换和流音视频的解决方案。它包括libavcodec,leading audio/video codec library.ffmpeg运行在linux环境下,但它能够在大多数操作系统上编译,包括windows。 ffmpeg项目由以下几部分组成: ffmpeg 视频文件转换命令行工具,也支持经过实时电视卡抓取和编码成视频文件. ffserver 基于HTTP(RTSP正在开发中)用于实时广播的多媒体服务器.也支持时间平移 ffplay 用 SDL和F
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)