搜索资源列表
H264andRTP
- 对H264码流结构分析,以及RTP负载格式规范和协议实现-parse the structure of H264
h264_parser
- This program simply parse the h264 bitstream and give the NAL header information on terminal window.
H.264-TS-Parser
- h.264/AVC-MPEG4 TS parse
send_h264_rtp
- 解析h264视频文件,打包成rtp格式发送出去,工程用vc++6.0打开就行,用vlc测试可播放。-Parse h264 video files, packaged into rtp format sent the engineering vc++6.0 open playable on the line, vlc test.
mpegframe
- 提起 H264/MPEG4/H263帧源代码,可用于WinCE-A Source code to parse and retrieve a frame from H264/MPEG4/H263.
MATLAB_2frame
- H264解码,把头信息解析出来,生成H264文件,使用viso可以看编码的效果-H264 decoding, the head of the information to parse out, generate H264 files, the use of VISO can look at the effect of coding
simplest_mediadata_test
- * 本项目包含如下几种视音频测试示例: * (1)像素数据处理程序。包含RGB和YUV像素格式处理的函数。 * (2)音频采样数据处理程序。包含PCM音频采样格式处理的函数。 * (3)H.264码流分析程序。可以分离并解析NALU。 * (4)AAC码流分析程序。可以分离并解析ADTS帧。 * (5)FLV封装格式分析程序。可以将FLV中的MP3音频码流分离出来。 * (6)UDP-RTP协议分析程序。可以将分析UDP/RTP/MPEG-TS数据包。(* T