搜索资源列表
ffmpeg
- 最新ffmpeg源码2.6 强大的流媒体开发工具 支持多种流媒体格式的编解码 以及流媒体服务器的实现
编解码器FFMPEG中提取了h264的解码程序
- 从开源编解码器FFMPEG中提取了h264的解码程序,在windows平台上测试效率较高,From the open source FFMPEG codec to extract the h264 decoding procedure, tested on windows platform, higher efficiency
output_example.FFMPEG的编译通过解码实例
- FFMPEG的编译通过解码实例FFMPEG的编译通过解码实例,Compiler through FFMPEG decoder example
H264.rar
- H264解码进行简单的h264解码,参考ffmpeg项目代码,H264 decode test project release now
sdlffm
- vc2008编译通过的利用ffmpeg解码sdl播放的简单视频播放器-vc2008 compile sdl use ffmpeg decoder to play simple video player
ffmpegh264forPC
- ffmpeg提取h264解码,经过优化,适合多平台移植-ffmpeg extract h264 decoding, optimized for multi-platform migration
H264Player(FFMPEG)
- 实现H264文件的解码,图像格式转换,从而实现H264格式文件播放,-H264 files to achieve the decoding, image format conversion, in order to achieve H264 format player,
ffmpeg
- 多媒体编程中的视频解码代码!内有五个完整的应用实例-FFMPEG
ffmgep,支持rtsp,rtp,解码
- ffmgep,支持rtsp,rtp,解码,转视频格式-ffmgep, support rtsp, rtp, decoding, video format transfer
FFMpeg
- 对FFMpeg 编、解码中一些常用到的最主要的结构体、函数进行较详细的分析 适合初学者-Right FFMpeg encoding and decoding of some commonly used to structure the most important function for a more detailed analysis of the beginners
ffmpeg
- 基于ffmpeg的视频解码类,支持OpenCV的IpliImage的视频帧输出, 由用户释放IplImage内存 -ffmpeg based video decoder
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
ffmpeg-090720
- ffmpeg是功能强大的音频视频解码编码程序,可以应用到任何平台-ffmpeg is a powerful video decoder audio coding procedures can be applied to any platform
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-svn-20070501.tar
- 视音频编解码功能,通过了在linux下的编译,gcc版本4.1.2。成功对视频流进行H.264编码并将符合H.264标准的视音频文件解码成YUV数据,最后使用YUV工具播放成功。-audio/video codec toos. It includes libavcodec, the leading open source codec library. compiled in linux GCC at version 4.1.2.
安卓ffmpeg直播源码
- 基于FFMPEG开发的安卓直播源码,支持硬编码和软编码,以及FFMPEG解码播放(FFMPEG based Android live source code, support for hard coding and soft coding, as well as FFMPEG decoding playback)
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.)
ffmpeg-4.2.1-win32-dev
- ffmpeg很好的学习资料,包含源码和代码分析,功能有播放、推流、编解码等(This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your
qt_ffmpeg_rtsp
- 在QT中拉取RTSP视频流并用FFMPEG解码播放。(Pull the RTSP video stream in QT and play it using FFMPEG.)