搜索资源列表
cmpeg4
- 我自己封装的xvid对mpeg4压缩解压缩的库,可以直接使用用来解压mpeg4视频和压缩yuv或rgb数据.
VC_H264_Decoder
- VC编写的一个H264流媒体解码库,自己封装了流媒体数据的解码与现实。-Prepared a VC H264 streaming media decoder library, their own package of streaming media data decoding and reality.
H264Android_code
- H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。 程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。 在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。 如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有限制,如果送
decoder
- 用FFMPEG库,自己写的解码H.264、H.263以及MPEG4码流的程序,使用很方便,它默认开了2个线程解码。 已经封装好了解码函数,直接调用。-Use FFMPEG library, write your own decoding H.264, H.263 and MPEG4 stream of the program, easy to use, default to open two threads decoding.
TspE6pB5p81pE5pB0p81pE8pA3p85
- 该程序将h264数据封装成ts格式。工程为VS2008。下面包含3个库libH264Encoder、libTsMux、libx264。 对于TS新手,有很大帮助,3个库都有源码。-The program will encapsulate the data into a ts h264 format. Works for VS2008. The following contains three libraries libH264Encoder, libTsMux, libx264.
rtp
- Windows下的jrtp封装库,并附加例子。jrtp主要运用于多媒体视频流网络传输。-Under Windows jrtp package library, and additional examples. jrtp used primarily for the transmission of multimedia streaming video network
sdk
- VLC开发SDK,包含了VLC的所有外部接口封装,包含头文件和LIB库,方便调用-VLC Developer SDK, contains all the external interfaces VLC package contains header files and LIB library to facilitate the call
X264Encoder
- h264 encoder 一个基于x264编码库与ffmpeg库,的简单封装h264编码接口-encode yuv file to h264 file
vstudio9.0
- 利用mp4ip中的mp4文件解析的库:libmp4v2生成mp4格式的文件。测试源码是将h264文件封装成mp4格式的文件。已经在VS2010中运行通过。-Use mp4ip--the mp4 file parsing library: libmp4v2 generation mp4 format. Testing source is encapsulated h264 mp4 files into file formats. VS2010 has run through.
DHDLL
- 大华sdk的封装成动态链接库,并提供调用例程。-Dahua sdk package into a dynamic link library, and provides the calling routine.
restreamer
- 基于ffmpeg的库,收网络流,转换封装格式后重新推送出去。(Based on FFmpeg lib. It can recvs video stream and packet it with another format, then send it.)