搜索资源列表
ffmpeg-git-f354396-32-bit-dev
- 2011最新版本的ffmpeg VC库,包括头文件和lib和dll文件,可以直接在VC工程中使用,此文件为32bit版本。-The latest 2011 version of ffmpeg VC libraries, including the header files and lib and dll files, can be used directly in the VC project, this file is 32bit version.
bash-3.1-MSYS-1.0.11-1.tar
- bash-3.1-MSYS-1.0.11-1.tar.bz2 for compilation of ffmpeg in windows. copy bash.exe to mingw/bin
03
- 用户在使用《播客网》之前,应注意以下事项: (1)管理员用户名和密码为:mr、mrsoft。 (2)在视频转换时需要使用到ffmpeg.exe转换工具,该工具可以在http://ffdshow.faireal.net/mirror/ffmpeg中下载。当解压后会有,ffmpeg.exe、ffplay.exe、pthreadGC2.dll三个文件。将ffmpeg.exe和pthreadGC2.dll拷贝到tool文件夹下就可以运行该程序了。 -The user using the &q
ffvp6_v055
- [flvpluginsrc.rar] - tcpmp的flv播放器插件,支持播放flv格式的流媒体文件.该包包含用tcpmp播放flv流媒体文件所必须的所有资源. 1.其中ffmpeg比tcpmp源码中的ffmpeg添加了flv的解码. 2.flvsplitter为flv的splitter,对flv流进行音视频的分离,并实现http流的 [ffmpeg.plugin.0.72RC1.zip] - ffmpeg plugin for TCPMP any version [iPhone
local
- it is necessary files of ffmpeg on MAVC,include, .dll,.h,.lib,compile on Msys+Mingw
ffmpegsetenv
- ffmpegsetenv文件主要讲解了怎样在windows环境下搭建仿佛 ffmpeg编译环境,生成它的 lib库和dll文件-ffmpegsetenv mainly on how to file under the windows build environment set up like ffmpeg to generate its lib libraries and dll files
ffmpeg-git-1eabd71-win32-shared.Zip
- ffmpgC++源代码,全功能的ffmpg,可以转码,也可用作播放器-ffmpgC++ source programs, super powerful, containing all the dll, only the C++
FFmpeg_SDK_4.0
- 最新的FFMPEGWINDOWS下的SDK...以前的最新版本是3.3的版本,这个版本是4.0的。。。里面的系统函数全部封装成了DLL和LIB文件-SDK the latest FFMPEG WINDOWS under ... the latest version of the previous 3.3 version, this version is 4.0. . .
ffplay
- ffplay工程是对ffmpeg中play.c文件进行重新封装成dll,方便使用。里面包含avi,h264测试文件-ffmpeg ffplay engineering is repackaged in play.c files into dll, easy to use. Which contains avi, h264 test file! !
ffmpeg
- ffmpeg库window端裁剪版的DLL库,保留常用的几种编解码-ffmpeg library windows side cropped version of DLL libraries to retain several popular codecs
opencv_3rdparty-ffmpeg-master_20160715
- opencv视频处理是用到的组件ffmpeg.dll(Opencv video processing is used to the component ffmpeg.dll)
snpe-1.13.0
- 1.下载ffmpeg-php扩展包和ffmpeg.exe(刚开始我以为不需要这个,本地windows测试缺一不可),解压后有以下文件 avcodec-51.dll avformat-51.dll avutil-49.dll php_ffmpeg.dll pthreadGC2.dll 2. 将四个文件拷贝到windows/system32目录下 avcodec-51.dll, avformat-51.dll, avutil-4
ffmpeg-php-master
- ffmpeg-php音视频处理文件、流媒体技术web开发,ffmpeg文档(ffmpeg-php-5.3.1-all ffmpeg-php-5.3.1-all\avcodec-52.dll ffmpeg-php-5.3.1-all\avcore-0.dll ffmpeg-php-5.3.1-all\avdevice-52.dll ffmpeg-php-5.3.1-all\avfilter-1.dll ffmpeg-php-5.3.1-all\avformat-52.dll
H264_ddraw
- 从FFMPEG中摘录出来并且调试通过的H264解码的源代码(c文件), 没使用FFMPEG编译出来的lib和dll库,可以直接在VS2010环境下单步调试以跟踪解压缩的所用过程细节, 对于想学习和掌握H264编解码的标准的同学们非常有用. 读取h264格式的文件并进行实时解压缩和播放, 解压缩后的图像格式是YUV,在一个对话框的控件中逐帧显示, 程序在VS2010下编译链接通