搜索资源列表
rstp
- RTSP协议解析,并模拟播放器,取得服务端数据.可以用于流媒体下载,(可供参考)
DVDUpdate
- 解析工具通过输入DVD-VIDEO或者DVD-VIDEO-RECORDEING的VOB数据、分解成Video/Audio/Sub-Picture等的流数据文件、再将每个Pack(2048byte)单位的数据显示出来。
WmaLyicDisplayer
- 一个歌词显示程序。程序运行后出现一个窗口,点击上面的按钮后可以选择一个wma文件,如果这个wma里面包含歌词,则会显示出来。演示了如何从wma里面解析出歌词数据-procedures. After running a window, clicking on the button can choose a wma file, if the wma which contains the lyrics will be displayed. Demonstrated how wma lyrics ins
wave.tar
- 提供对标准.wav文件的解析。处理了wave文件的头部和数据段,分别读取到一个缓冲区中,并且提取出波特率、采样位数等信息。-standard of wave file analyzing.do with wave file head and data segment, reading to each cache, and pick up baud,sampling rate, etc. info.
Android Mobile 视频数据帧解析
- 视频数据帧,解析时需把前一个字节和后一个字节顺序颠倒。-english not speak
mpgaudio
- mpeg文件音频解析代码,可以解析出vcd/dvd的音频数据-mpeg audio
RTP_Packet
- 有关数据传输中RTP封装帧的解析,采用C#编写,较易调用。-For RTP ??encapsulated data in the analysis, written in C#, easier to call.
DVD
- 一个DVD数据解析程序,不过解析的数据是模拟的-A DVD of data analytic procedures, but the analytical data is simulated
mpegvideoesutils
- 本软件对MPEG-2视频压缩数据的层次结构进行语意解析,便于MPEG2 Video压缩算法的学习-The software on the MPEG-2 video compression data structure of semantic-level analysis, MPEG2 Video compression algorithms to facilitate the learning
SourceCode
- 用VC++实现的DVD-VIDEO或者DVD-VIDEO-RECORDEING数据的解析工具-an analyzing tool for DVD-VIDEO or DVD-VIDEO-RECORDEING based on vc++
Vobdecoder
- VOB数据解析工具,解析工具通过输入DVD-VIDEO或DVD-VIDEO-RECORDEING的VOB数据、分解成Video/Audio/Sub-Picture等流数据文件、再将每个Pack(2048byte)单位的数据显示出来-VOB data analysis tool, analytical tool by entering the DVD-VIDEO or DVD-VIDEO-RECORDEING of the VOB data, broken down into Video/Audi
lyric_analyser
- mp3歌词解析 显示歌词 实现歌词的颜色展示 用到数据结构等知识 还有数组等 鼠标的坐标显示-mp3 lyrics Resolution lyrics display lyrics to achieve color display data structures used in the knowledge of the coordinates of the mouse there is an array of other shows
parse_ts
- 解析ts流中的ts包的数据。分析出相关的头信息和表信息-Analysis of ts ts stream of data packets. Analysis of the relevant header information and table information
mpgvideo
- mpeg视频解析工具,可以解析出vcd/dvd当中的视频数据-mpeg video analysis tool that can parse out the vcd/dvd of video data which
mpgparse
- mpeg音视频解析工具,可以解析出vcd/dvd当中的视频数据-mpeg audio and video analysis tools that can parse out the vcd/dvd of video data which
H.264StructuralAnalysis
- H.264码流结构解析,H.264的传输,数据结构,以图为主-H.264Structural analysis of the stream
YUV
- 做视频采集与处理,自然少不了要学会分析YUV数据。因为从采集的角度来说,一般的视频采集芯片输出的码流一般都是YUV数据流的形式,而从视频处理(例如H.264、MPEG视频编解码)的角度来说,也是在原始YUV码流进行编码和解析,所以,了解如何分析YUV数据流对于做视频领域的人而言,至关重要。本文就是根据我的学习和了解,简单地介绍如何分析YUV数据流。-Do video capture and processing, natural and ultimately, to learn to analy
TsToFlv
- 解析TS文件,获取音视频数据和相关信息,并转换为FLV封装格式-Demux ts stream, get Audio & Video data,then mux to flv file
MP3
- 解析MP3文件,通过获取波特率等数据,进而计算出MP3的播放时长-Parsing MP3 files, calculation of the MP3 playback duration
parseRtpPacket
- 该程序在windows 下能正常,对从网络上接收的rtp数据包,可以去掉头信息,拼接成完整的视频数据流。生成的视频数据文件是h264的纯码流数据。(this program can unpack rtp data packet into video data. The Video data is pure H264 standard stream data.)