搜索资源列表
czip
- 一个ZIP打包文件的应用函数类,实例程序,-a ZIP file the application package function category, sample program,
midiinexe
- 本程序演示了将MIDI文件打包进可执行文件中(.exe),然后进行播放的例子。-demonstration of this process will be wrapped up into MIDI document executable file (. Exe). then broadcast example.
TSMultiplexer
- mpeg2 tsmuxer 符合mpeg2系统定义的音视频打包程序。
vb
- 通过串口测试温度的上位机(电脑端)程序源代码和打包文件
MyMPlayer
- 一个简单的媒体播放程序,也是上课时示范给学生看的,实现了界面换肤,音量调节,播放列表等,可能对编制类似程序有参考。需要安装Almdev.DynamicSkinForm.v8.25和AMixer组件(已经一起打包)
mpalyerc
- Media Player Classic就是国内的暴风影音,暴风影音只是同我一样从Gabest官方下载到了Media Player Classic的源码,不同的是,暴风影音将Media Player Classic改成了自己的名字并加入了许多的解码器,打包成自己的产品而已。程序是vc++的,放到网上,让懂vc++的人研究研究,希望那些有志之士能在其基础上研究出更好的软件,而不是只装了解码器就打包成自己的软件。
NALDecoder
- 这是自己编的一个h.264的NAL层的解码小程序,它首先从H264文件中读取码流,然后分离每个NAL,以便将H264打包成RTP包。
ParkertTS
- 数字电视中PES打包成TS的程序-Digital TV PES packaged into TS procedures
IFrame
- 自己写的从Ts视频流中提取I帧重新打包的程序-Write your own video stream from the Ts to extract re-packaged application, I frame
h264toRtp
- h264打包rtp的测试程序,完整,全面-h264 rtp package testing procedures,
multi_channel
- 十通道播控平台,基于Socket 编程 用该程序负责wave文件打包发包工作,解码工作交给硬件实现-10-channel broadcasting control platform, based on the Socket programming using the program package is responsible for contracting the work of wave files, decoding work to the hardware implementation
14160_1238632509wMCe
- VC++ 6.0 摄像头控制程序 VC++ 6.0编写的一套摄像头控制程序,可以控制拍摄照片,程序基于directshow类库,已将此类库打包,另外编译需要将包内的 directshowLib.rar解压,然后放入程序提示的文件夹内,这一步很关键哦,否则编译不能通过,另外如果你的电脑上没有安装摄像头的话,程序也会报错,作者没有加入异常判断所致-VC++ 6.0 camera control program VC++ 6.0 to prepare a set of camera control
DVBsystemencoder
- DVB的MPEG2的系统层编码,将原始数据打包成TS stream的程序,很不错。-DVB system encoding
33753162TSMultiplexer
- 将ES打包为ts,不过程序编的一般,新手可以-The TS packaged as tes, but the general compilation process, novices can see
rtp_Packet_Unpacket
- 一个H.264的打包与解包程序,使用RTP协议-H.264 packing and unpacking procedures, use the RTP protocol
PEfiler
- 这是一个视频文件打包程序,将原视频和EXE文件合成为一个文件,也可以进行分解-This is a the file packaged program, synthesized original video and EXE files to a file, and can also be decomposed
flvstreamer-2.1c1.tar
- FLV流媒体数据通过简单RTMP服务器发送的程序,内有FLV打包及简单RTMP实现的代码-FLV streaming data through a simple RTMP server sending the program, FLV packaged and simple RTMP implementation of the code
simplest_ffmpeg_remuxer
- 最简单的基于FFMPEG的封装格式转换器(无编解码)。 该程序一个基于FFMPEG的封装格式转换器。所谓的封装格式转换,就是在AVI,FLV,MKV,MP4这些格式之间转换(对应.avi,.flv,.mkv,.mp4文件)。需要注意的是,本程序并不进行视音频的编码和解码工作。而是直接将视音频压缩码流从一种封装格式文件中获取出来然后打包成另外一种封装格式的文件。 详细信息《最简单的基于FFMPEG的封装格式转换器(无编解码)》: http://blog.csdn.net/leixiao