搜索资源列表
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
Hi_H.264_DEC_SDK_V2.1.0.3
- the hi_h264dec_w.exe is built base on the hi_h264sample.c and static libary of the decoder, the command format is as following: hi_h264dec_w.exe test.h264 [-o test.yuv] [-deinterlace] [-direct] [-enhance num] Notes: The first parameter is
DirectShow-H264-ENCODE
- 利用DirectShow实现对视频文件H264编码与解码基类-To DirectShow achieve H264 video file encoding and decoding of the base class
JVT-C092_7
- about parsing file format h264
H264
- 实现媒体文件的RTP打包,内含RTP协议的说明文档-Implementation of the RTP media file package containing RTP protocol documentation
PCClient
- h264视频文件播放器,把h264视频文件解码并用diect显示-h264 video file player, the h264 video decoder and display with diect
ISOFileViewer
- 编写的一个mpeg-4文件解析器,有完整的界面设计,该软件可以逐级显示其内部成员及成员的内部数据,便于熟悉和研究mp4文件-a mpeg-4 file parser, a complete interface design, the software can display every level of its internal members and members of the internal data, easy familiarity and research mp4 files
H264 Decode
- 提问,寻找哪儿有H.264解码器,询问如何从ffmpeg中提取H.264的解码器,询问 是否有VC下的工程,可以实现H.264的解码,……,为了满足这些朋友的要求, ffmpeg工程组成员“hust_xcl”特地从ffmpeg中提取出了H.264的解码器部分(H.264 的编码器有独立的工程:x264),并用VC++生成了工程文件,各位有需要的朋友 可以在本工程的基础上进行适当的修改,以满足自己的需求。-As
DirectShowPlayer
- 基于DirectShow的播放器,可以播放AVI格式的MPEG4和H264编码的视频。-a media player based on directshow, support AVI file type with MEPG4,H264 encode.
TNALLDecodderh
- 这是自己编的一个h.264的NAL层的解码小程序源码,它首先从H264文件件中读取码流,然后分离每个NAL,以便将H264打包成RTP包。 可直接使用。 -This is one of their series h.264 NAL layer decoding applet source code, it is first of all to read the stream from H264 file pieces, and then separating each NAL to H264
H264Decoder_YUVPlayer
- H264解码,直接运行将h264文件解码存为YUV文件,并且附队YUV播放器验证解码的正确性-H264 decoding directly run the h264 file decoding memory for the YUV file to verify the correctness of the decoding and the attached team YUV player
sample_venc
- 基于HI3516的视频编码程序,实现H264文件编码-HI3516-based video coding procedures, H264 file encoding
NALDecodernew
- 读h264文件,利用TCP协议做服务端,发送裸数据流(非rtp)。-Read H264 file, use TCP protocol to do server, send bare data stream (non RTP).
cncoding
- h264编码源程序,将yuv视频序列编码为h264文件-The h264 encoding source program to yuv video sequence coding for h264 file
119128642H264ToAVI_ok
- 取rtsp的h264流封装成avi格式文件(Take the RTSP H264 stream and wrap it into a avi format file)
simplest_ffmpeg_player_2
- vc 利用 ffmpeg 和 sdl 实现的 h264文件 播放器(the H264 file player that uses ffmpeg and SDL In c++)
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.)
H264_ddraw
- 从FFMPEG中摘录出来并且调试通过的H264解码的源代码(c文件), 没使用FFMPEG编译出来的lib和dll库,可以直接在VS2010环境下单步调试以跟踪解压缩的所用过程细节, 对于想学习和掌握H264编解码的标准的同学们非常有用. 读取h264格式的文件并进行实时解压缩和播放, 解压缩后的图像格式是YUV,在一个对话框的控件中逐帧显示, 程序在VS2010下编译链接通