搜索资源列表
h264dec
- h264的解码源程序,h264文件解码成yuv视频序列-h264 decoder,decode the h264 file to yuv video series
h264enc
- h264编码源程序,将yuv视频序列编码为h264文件-h264 encoder,encode yuv video series to h264 file
H264解码器源码 for Android
- H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。 程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。 在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。 如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有
h264-encoded-source.h264编码源程序
- h264编码源程序-将yuv视频序列编码为h264文件-h264 encoded source- the yuv video sequence coding for the h264 file
h264.rar
- H.264编解码器源码,已在vc6 vc7 linux下编译通过,另有DM642工程文件,可供h264编解码学习参考,H.264 source codecs have been compiled under vc6 vc7 linux adoption, and another DM642 project file for reference learning h264 codec
AVPlayer.zip
- 播放H264文件的播放器,使用ffmpeg,平台是Windows Mobile PPC2003,H264 file player player, use ffmpeg, the platform is Windows Mobile PPC2003
s3c6410-h264-IDR-encode-ok
- 这是上一个代码的优化,加了IDR帧编码,适合不稳定网络(如移动通信网),已产品化,基于华恒S3C6410-R2开发板采集视频并压缩为H264格式,带IDR帧,使用时.c文件要改名为cam2fb.c-This is a code optimization, plus the IDR frame coding for unstable networks (such as mobile communications network), has been product oriented, huahen
264tomp4
- 把h.264的视频文件,转换成MP4格式的通用文件-The h.264 video files into MP4 file format common
DirectShow-H264-ENCODE
- 利用DirectShow实现对视频文件H264编码与解码基类-To DirectShow achieve H264 video file encoding and decoding of the base class
x264_encoder_src
- 利用库文件实现的x264编码filter,使用前用regsvr32先注册一下,注册时,注意路径要正确,对研究264编码很有帮助。-Library file to use the x264 encoding implementation filter, use regsvr32 to register before you, register, pay attention to the path to be correct, the study of 264 coding helpful.
ProcRTSP
- 通过rtsp协议获取音视频码流,并解析rtp包成保存成h264文件。-Rtsp protocol for audio and video streams, and resolve the rtp package to save h264 file.
s3c6410-h264-encode-ok
- 已产品化代码,用华恒S3C6410-R2开发板采集视频并压缩为H264格式,不带IDR帧,提供c源程序和MAKEFILE,头文件开发板配套资料有,使用时.c文件要改名为cam2fb.c-Product of the code has been used huaheng S3C6410-R2 development board acquisition and compression for the H264 video format, without IDR frame, providing c
H.264decodingprocess
- 这是一个纯C语言的 H.264 解码程序,速度较慢,如果您试验时手头没有解码器,可以用此凑合。 执行命令方式为: -o 264格式的输入文件 yuv格式的输出文件 比如(假如目录为 D:\H264\ ): D:\H264\h264_dec.exe D:\H264\test.264 D:\H264\test.yuv 若不输入参数,则默认为: h264_dec.exe test.264 test.yuv-This is a pure C language of the H.2
h264
- transmit H.264 file simulation
H264
- 实现媒体文件的RTP打包,内含RTP协议的说明文档-Implementation of the RTP media file package containing RTP protocol documentation
h264
- 用ffmpeg解码h264视频文件,并且将解码出来的每帧图像用opencv封装进行显示。使用时须配置好ffmpeg和opencv,然后将自己的h264文件名称修改为1.h264 并将其置于当前目录即可运行(可作为2次开发的参考)-Using ffmpeg to decode h264 video file and display each frame decoded using opencv package, the ffmpeg is the latest version 3-2. In ad
Mp4-h264-file-view
- Mp4,h264文件查看器0.1.3B源码-Mp4,h264 file view
YuvToH264
- 通过FFMPEG,将YUV文件编码成H264文件,在用的时候,要在网上找一个YUV文件。(Through FFMPEG, the YUV file is encoded into a H264 file, and when you use it, find a YUV file on the internet.)
UrlSavetoh264
- 将RTSP的URL连接,读取视频流,并保存为H264文件。(Connect the RTSP URL, read the video stream, and save it as a H264 file.)