搜索资源列表
ffdshow-20020617-src
- 一个很好的ffmpeg视频解压缩源代码-a good video decompress ffmpeg source code
H264Player
- 利用ffmpeg提供的解码接口函数实现了对h264压缩格式视频文件的正确解码,并调用显示函数显示出来了-using ffmpeg provide decoder interface functions to achieve the right h264 video compression format to the correct document Decoders, and calls to show that the function is displayed
decode_xvid
- 利用xvid解码mpeg4视频压缩帧的示例工程,是ffmpeg在windows下面的一个挺好的示范(有点自夸),它是我给一个项目(匿名)提供的关于mp4的读写、解码、传输(RTP)、和码流识别的所有api的一部分,大概占1/8,就是指解码那一部分了。我前面上传过mp4容器文件读写的内容,有兴趣可以搜一下。-use xvid mpeg4 video compression decoding frames example, ffmpeg is below the windows of a very
VideoStream
- F:\\图像处理资料\\264\\264书籍\\ffmpeg-0.4.9-pre1\\VideoStream.rar 一个视频解压缩源代码
Jiang
- 对usb摄像头,视频捕捉,录制并压缩成flv的代码,某视频网站客户端,需要ffmpeg,支持水印
ffmpeg
- 用于视频(解)压缩的ffmpeg源码 ,符合H264标准
ffmpeg_src
- FFMpeg包含MPEG视频编码的源码,对于研究视频压缩很有帮助。
FFMPEG SDK V3.2
- 压缩包内包含三个目录:“include”、“lib”和“bin”三个目录,其中“include”目录包含了该SDK所需要用到的所有头文件,通常的情况下,只需要在你的工程中加入“#include "libavcodec/avcodec.h"”等头文件的包含即可;“lib”目录包含了连接工程时所需要的.lib库文件,“bin&
FFMPEG源代码
- FFMPEG源代码
ffmpeg-php-win32-all.zip
- php语言编写,是php扩展包,压缩包中含有php_ffmpeg.dll,avcodec-51.dll,avutil-49.dll等。功能:把用户上传的视频转化成.flv文件。,have : php_ffmpeg.dll,avcodec-51.dll,avutil-49.dll
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
H264Android_code
- H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。 程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。 在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。 如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有限制,如果送
FFMpeg
- ffstream是视频压缩的开发库,详细介绍了视频开发的许多函数的功能,还有数据结构的详细介绍-ffstream is the development of video compression library, detailing the development of many of the functions of video features, as well as a detailed descr iption of the data structure
ffmpeg-0.6.90-rc0
- 视频压缩源码,有兴趣的朋友可以研究一样 rtsp使用到-Video compression source, friends who are interested can study used the same rtsp
ffmpeg
- ffmpeg源程序,很好资源,对视频编码和压缩。-ffmpeg resource code,is very good resourse,for video code and compress.
ffmpeg0.8.3-forWin32
- 采用ffmpeg进行视频压缩,是学习ffmpeg的好材料-video compress using ffmpeg,this files is good for learn video compress
live_overlay_recorder
- 多路视频混合录制器,可以输入一路主视频,一路音频,一路或两路子视频,两路视频可在主视频的四个角上切换,能自动检测视频大小改变重置缩放,混合后使用ffmpeg编码压缩为H264的MP4文件,采用双次编码。-Multi-channel video recording mix, you can enter all the way to the main video, one audio, one or two ways of video, two-way video is available on t
android-ffmpeg-tutorial-master
- ffmpeg for android视频录制压缩剪裁合成-ffmpeg for androidK-songs-got-talent
ComprssVideo
- 通过FFmpeg API,进行视频码率压缩(Compress video by ffmpeg.)
ffmpeg视频处理Demo
- 利用ffmpeg库,进行视频压缩,文件夹中包含可执行的demo文件(video compression by ffmpeg)