搜索资源列表
rtsp.c
- 基于gstreamer自己编写的应用程序,支持RTSP协议。ts格式,h.264编码。-Gstreamer-based applications written in their own, support RTSP protocol. ts format, h.264 encoding.
3gpMaker
- 一个视音频格式转化软件。将H.264等格式的TS流,转换成3GPP格式。-A video and audio format conversion software. Such as the H.264 format TS stream, converted to 3GPP format.
tstools-1_11
- The following tools are provided: es2ts: Read ES (video), output TS esdots: Print one character per ES unit esfilter: "Fast forward" ES video data to a file (outputs ES or TS) esmerge: Merge H.264 video and AAC ADTS audio ES to TS (very speci
H.264-TS-Parser
- h.264/AVC-MPEG4 TS parse
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