搜索资源列表
ffmpeg
- 包括建立工程需要的dll h lib文件,添加到vc++工程时要在适当的地方加extern \"C\"
ffmpeg C#版 封装ffmepg dll 函数
- ffmpeg C#版 封装ffmepg dll 函数 使用C#封装ffmpeg dll 将C++移植到C#项目中
ffmpeg-0.5.rar
- 一套新的视频压缩代码,支持263,264,dvd等等,c语言写的大作,A new set of video compression code to support 263,264, dvd and so on, c language written by Daisaku
FFMpegSDk.rar
- FFMpeg SDK 开发手册,ffmpeg中主要数据结构和函数的用法,并以output_example.c作为例子分析,FFMpeg SDK Development Manual, ffmpeg in the structure and function key data usage and analysis as an example output_example.c
H264Android_code
- H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。 程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。 在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。 如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有限制,如果送
mplayerc_src
- Media Player Classic 源代码,vs2008编译环境-Media Player Classic source code To compile you need: * TortoiseSVN Download * Microsoft Visual C++ 2008 SP1 Download * Microsoft® Windows® Software Development Kit Update for Windows Vista™ D
libffmpeg
- ffmpeg从gcc移植到Visual C++上的版本,本人自行移植-ffmpeg from gcc ported to Visual C++ on the version I own transplant
VideoDecode
- 我写的一个使用ffmpeg库来解压视频文件的程序,支持解压多种视频格式。-I wrote a library to use ffmpeg to extract the video files to support multiple video formats decompression.
avcodec_sample.cpp.tar
- 一个Ffmpeg库打开视频文件的例子,基本包含开发所需要的步骤,并详细说明其作用-Ffmpeg library to open a video file of the examples include the development of the basic steps required, and detailed descr iption of its role
output_example
- ffmpeg能用的解码实例 ffmpeg能用的解码实例-Examples of ffmpeg decoder can use ffmpeg decoder can decode ffmpeg examples examples
ffmpeg_h264_vc
- ffmpeg中使用到的H.264解码的C语言源代码。-the H.264 decoder C source code in ffmpeg.
ffmpeg_tutorialchinese
- FFMPEG 是一个很好的库,可以用来创建视频应用或者生成特定的工具。FFMPEG 几乎为你把所有的繁重工作都做了,比 如解码、编码、复用和解复用。这使得 多媒体应用程序变得容易编写。它是一个简单的,用C 编写的,快速的并且能够 解码 几乎所有你能用到的格式,当然也包括编码多种格式-FFMPEG is a good library, can be used to create video applications or generate a specific tool. FFMPEG
output_example
- FFMpeg的output_example.c例子分析,学习ffmpeg的资料-FFMpeg output_example.c case analysis, learning the information ffmpeg
ffmpeg-tutorial-Chinese-Version
- FFMPEG 是一个很好的库,可以用来创建视频应用或者生成特定的工具。FFMPEG 几乎为你把所有的繁重工作都做了,比 如解码、编码、复用和解复用。这使得 多媒体应用程序变得容易编写。它是一个简单的,用C 编写的,快速的并且能够 解码 几乎所有你能用到的格式,当然也包括编码多种格式。-ffmpeg tutorial Chinese Version
ffmpeg
- ffmpeg视屏库的C++版本使用,音频和视频的同步,使用SDL作为框架。共8课时的源码(打包),添加到工程中就可以使用。-ffmpeg library C++ screen versions, audio and video synchronization, using SDL as a framework. 8 hours of source (packaged), added to the project can be used.
testFFtest
- ffmpeg vs2008编译的output_example.c-ffmpeg vs2008 compiled output_example.c
SharpFFmpeg0604
- c#对ffmpeg的封装,非常好用的多媒体编解码框架-C# ffmpeg package,Very good use of multimedia codec framework
FFmpeg-master
- 根据FFMPEG播放视屏的样例代码,用C语言编写的(an sample code of FFMPEG)
FFmpeg_Demo
- 一份FFmpeg解码视频opensl播放个音频的功能实现(The function realization of a FFmpeg decoded video opensl playing audio)
FFmpeg.AutoGen
- ffmpeg的C#版本,可以对视频文件进行解封装、读取媒体流文件等,需要有一定的ffmpeg的知识基础才能实现很轻松的开发。(The C# version of ffmpeg can unpack video files, read media streaming files and so on. It needs a certain knowledge base of ffmpeg to achieve very easy development.)