搜索资源列表
live555 media server 2011-09-02,VS2008项目
- live555 media server 2011-09-02,VS2008项目,如果想用最新的版本,从live555网站下载最新版,直接覆盖即可在vs2008下编译调试-live555 media server 2011-09-02, VS2008 project, if you want to use the latest version, download the latest version from live555, directly under the cover can be co
Hi_H.264_DEC_SDK_V2.1.0.3
- the hi_h264dec_w.exe is built base on the hi_h264sample.c and static libary of the decoder, the command format is as following: hi_h264dec_w.exe test.h264 [-o test.yuv] [-deinterlace] [-direct] [-enhance num] Notes: The first parameter is
divxecode.编解码器的xvid静态库的c++封装
- 编解码器的xvid静态库的c++封装 编码: m_vdo_enc->Encode(pBuffer) // 这里pBuffer是BGR24的320x240的数据 编码如果成功,就会自动调用PostEncHandler函数,就可以得到编码后的结果 解码: m_vdo_dec->Decode(xvid, xvid_len) // 传入的存有xvid数据的buffer和长度 解码成功后,会自动调用PostDecHandler,注意对于流媒体数据而言,在这个函数中还有
AVI
- AVI格式文件的读写代码。如对AVI编码不熟悉的同学可以借鉴,有详细的代码供直接使用。-AVI format file read and write code. If students are not familiar with AVI encoder can learn from, a detailed code for direct use.
FFmpeg_ts_lipsync
- ffmpeg复用时如果解决音视频同步的问题-If you reuse when ffmpeg audio and video synchronization problem solving
p2pVideo
- 本人写的视频聊天程序,包括视频采集,视频压缩(H263),视频传输(传输采用的是TCP,如果你有兴趣也可以改成UDP)。 下载后,你可以打开试试看,如果你觉得不错,别忘了支持下我。 最后鄙视下本站很多不负责的上传者们,搞一些垃圾、或者残缺的、不能用的、欺骗的那些‘源代码’有意思吗?-I wrote the video chat program, including video capture, video compression (H263), video transmissi
output_example_encode
- 利用FFMPEG实现视频格式转换源码,经过测试。如果需要转换多种格式,需要附加链接动态库-Using FFMPEG source of video format conversion, tested. If you need to convert multiple formats, you need to add the dynamic link library
ClientDemo
- 实时监视 实时监视功能有二种播放方式,直接方式和数据回调方式。直接方式是指通过服务器传送过来的视频数据不需要用户自己去解码就能够显示播放,用户只要调用接口CLIENT_API LONG CLIENT_RealPlay(LONG lLoginID, int nChannelID, HWND hWnd),将窗口句柄传入形参hWnd就能够实时播放视频了;数据回调方式是指服务器传送过来的视频数据通过回调函数由用户自己来处理,如果用户需要播放的话,可以调用解码库dhplay.dll解码播放。 多画
fmodapi375ce_small
- FMOD supports mp2, mp3 and Ogg vorbis in this release. For mpeg audio you can reduce cpu usage by by using FSOUND_MPEGHALFRATE as a flag in FSOUND_Stream_OpenFile. This does an inverse dct at only half the rate, producing a 22khz output for a
Directsound
- 工作中使用到了DirectSound,所以整理了这样一份文档,如果对你有帮助,将不胜荣幸。-By the use of DirectSound, so put together such a document, if you have help, will be honored.
bofangqi
- 自己用actmovie 控件做的播放器 对初级的课程设计者有用 如果没有装控件的机子 先注册控件 才能够使用 上百度搜注册控件就有方法了 希望对大家有帮助-Their own controls actmovie do with player courses for junior designers useful if controls are not equipped to register the machine control will be able to use Baidu seized
mp3youhua.ZIP
- mp3 算法优化程序 想要的人看看 应该有帮助的-mp3 algorithm optimization procedures for those who want to see if there should be helpful
TImage_OnMouseLeave_OnMouseEnter
- 修改 TImage 元件--增加OnMouseLeave 與 OnMouseEnter 以上程式碼僅在 windows 2000/BCB 6.0 測試過 若程式碼有不清楚的地方 還請各位先進告知-TImage modified components- an increase OnMouseLeave with more than OnMouseEnter code only in the windows 2000/BCB 6.0 tested code if there is som
VideoPlayer
- 是一个音乐播放器,做得不够完善,仅供人参考,如有想法的,请-Is a music player, has not done enough to perfect for reference, if any ideas, please
gotoEXE
- 把两个exe合并,也可以把一个可执行文件假如另外一个线程,比方说我们有时候播放器驱动不是自己写的,可以吧这个驱动和我们的播放器合并。-Exe merge the two could also be an executable file if another thread, for example, we sometimes player-driven rather than wrote it myself, you can let the driver and our players combi
RingBuffer
- Ring Buffer Implementation A circular buffer or ring buffer is a data structure that uses a single, fixed-size buffer as if it were connected end-to-end. This structure lends itself easily to buffering data streams.-Ring Buffer ImplementationA circ
AutoPlay
- 用千千静听自动批量下载歌词。可以对指定文件夹下的所有指定格式的音乐文件进行操作。目前指定mp3,wma,rm。如需要可以自己在代码中添加-With thousands of listening bulk download lyrics automatically. Designated folder on all the specified format music files to operate. Currently designated mp3, wma, rm. If you need
54668-54668
- This code provides information about the Windows Bitmap file format along with source code for some classes that can load and save bitmaps. Loading supports all bit depths(1,4,8,16,24,32) but not compression(rarely used anyway). Saving supports bit d
flashplayer
- Falsh播放器源码。如果你不能编译的话请在Import ActiveX Control中添加c:\winnt\system32\macromed\flash或c:\windows\system\macromed\flash中添加flash.ocx,然后install就可以了,如果您找不到flash.ocx那么请在添加/删除中加入marcomedia shockwave支持或安装flash6。还需要rxlib for d6控件。如果以上您正确安装了,那么就能编译它了。-Falsh player
media
- 如果你想通过QT实现自己的mp3,mp4播放器,那这个代码不容错过!-If you want to achieve through the QT own mp3, mp4 player, then this code should not be missed!