搜索资源列表
FilterASFStreaming
- 这是一个DirectShow Filter,有一个视频输入Pin和一个音频输入Pin,没有输出Pin。该 Filter的功能是,接收非压缩格式的音视频数据,然后使用Windows Media编码器进行压缩 编码,最后将编码后的数据在本机广播或推向另外一台Windows Media服务器。-This is a DirectShow Filter, with a video input and Pin Pin an audio input, no output Pin. The Filter
simplest_media_play
- 简单的视音频播放示例 本工程包含了使用各种API(Direct3D,OpenGL,GDI,DirectSound,SDL2)播放多媒体例子。 其中音频输入为PCM采样数据。输出至系统的声卡播放出来。 视频输入为YUV/RGB像素数据。输出至显示器上的一个窗口播放出来。 通过本工程的代码初学者可以快速学习使用这几个API播放视频和音频的技术。 一共包括了如下几个子工程: simplest_audio_play_directsound: 使用DirectSound播放PCM
eitTableParse
- 该程序分析eit表的数据结构,病输出相应内容信息-parse eit table and output content info
mp4topcm
- 提取mp4文件的音频数据,然后将它转换成可以直接通过喇叭输出的pcm数据(Extract the audio data from the MP4 file and convert it to PCM data that can be output directly through the speakers)