搜索资源列表
SRC
- “流媒体计费系统”如何编译: 1、 安装realSDK。 把shareware\\RealSystem\\RealSDK\\ rsg2sdk_r4.zip解开放到c:\\realSDK目录下。 2、 给VC.NET添加包括头文件的路径 在VC.NET中添加RealSDK的头文件路径。 3、 编译 直接点击编译完成对整个项目的编译。-"Streaming Media Billing System," how to build : an installation realSDK.
bf561_jm122
- 这是h264的jm122移植到bf561上的源代码,也可以在bf533上使用,解压后之需要将.c文件添加到工程中即可。希望做h264开发的兄弟们多多交流-This is the h264 bf561 jm122 transplanted to the source code, bf533 can also use on unpacked needs will be. c add files to the project can be. Want to do h264 development of
h264_ffmpeg049pre
- Reffer to ffmpeg 0.4.9pre to modify H264 decoder. U can use it in network stream codec.Output use mmx coding to ARGB, and add a sample to show how to use it. I add many safe function in this case so u can use it in ur company project easily.Pass
H264DecLib_PPC
- The ffmpeg in windows mobiles 6.0 pocket pc source code, add safe decode function, biulding no error warning in VC 2008.If u still want a using example,please search key word \"h264_ffmpeg049pre\" in this site, that is a win32 mfc using example, us
avc2avi.rar
- 该程序包提供了"***.264"格式的文件转换为"***.avi"格式视频的源代码。 "***.264"是未经封装的H.264格式的视频文件,经过该程序添加avi封装后,形成"***.avi"格式的视频文件,从而可以用普通的播放器进行播放。 通过该源代码还可以学习到avi格式封装的实现方法。 该程序开发语言是C++,开发环境是VS。,The package provides a "***. 264" format files into the "***. avi" format video so
H264Demo.rar
- 用ffmpeg做的h264解碼程序,需要ffmpeg的dll才能編譯,注意添加。,Ffmpeg with h264 decoding procedures do need the dll in order to compile ffmpeg, pay attention to add.
NVRConvert
- asf修复与分割工具,自动为没有索引的asf文件添加索引,使其能拖动播放-asf repair and segmentation tools to automatically index asf files that do not add an index so that it can drag the Play
mpeg4
- MPEG4 解码器(TCPMP插件),直接支持FLV视频解码,不需要ffmpeg.-MPEG4 decoder for tcpmp, add flv h263 codec support, no need add ffmpeg anymore.
dic
- mp4中的字典模块,包括中英文互译功能,增加、删除模块,和菜单控制-mp4 The dictionary module, including Chinese and English translation functions, add, delete modules, and menu control
networkTV
- 这个网络电视源代码是基于微软Media Player组件,支持当今多种流行的媒体格式,你可以根据需要更改tvstacionet.dat文件,在其中添加新节目并分类。本程序支持从PPStream下载节目单。-The network TV source code is based on the Microsoft Media Player components, support for a wide range of today s popular media formats, you may ne
ffmpeg-20030304.tar
- 此文件描述了具有add功能的lib程序,学习lib时使用,编译后产生lib文件,可被其它文件调用-This document describes the add function with the lib program, learning the use of lib, the compiler generated lib files, other documents may be called
libRTMP
- Add RTMP support to your programs, to simulate the Flash 8+
QTSS
- 这个手册描述的是为开放源码的Darwin流媒体服务器创建QuickTime流媒体服务器(QTSS)模块所需要的编程接口,版本为4.0。QTSS编程接口为开发者提供了一种易于使用的开发方式,用于为流媒体服务器添加新的功能。这个版本的编程接口和版本5的QuickTime流媒体服务器互相兼容。-This manual describes the open source Darwin Streaming Server QuickTime Streaming Server to create (QTSS)
3GPFileDecoder
- 用于查看3gp mov mp4 文件格式框架. 新增了结构树浏览, 双击左侧树的节点可以显示当前的节点内部结构. 支持文件格式3g2 3gp, mov, mp4 等符合3gpp的文件。-Used to view 3gp mov mp4 file format framework. Add the tree view, double-click the left side of the tree node to show the internal structure of the curre
CutScene90
- 镜头切换<media文件名 描述 =========== 镜头切换,是一个简单的全屏电影播放器样品,可让您 添加到应用程序中播放影片,而无需学习 DirectShow的编程细节。 应用程序的WinMain()调用PlayCutscene(),一个一般的函数, 你可以用它来添加电影或简单的过场动画开始播放 您的游戏。为电影回放所需的所有代码中 在cutscene.cpp和cutscene.h,可添加到您的项目。
mpalyerc
- 什么是Media Player Classic? 知道的人不多,但提起国内的暴风影音,我想知道的人就多了,其实暴风影音就是Media Player Classic,暴风影音只是同我一样从Gabest官方下载到了Media Player Classic的源码,不同的是,暴风影音将Media Player Classic改成了自己的名字并加入了许多的解码器,打包成自己的产品,其实这也无可厚非,关键就在于其作者老爱把里面捆绑一些我们用不到的软件. 声明,我说的真的假的,明白的人会看看暴风影音的
Ffh264Class
- ffh264 in VC or Mac. Use C++ class rebuild it, and add MMX,SSE3 asm code. Win32 need preinstall MinGw32. My name:Jesse Stone Taiwan. email:fatalfeel@hotmail.com-ffh264 in VC or Mac. Use C++ class rebuild it, and add MMX,SSE3 asm code. need preins
EasyVod
- 简单视频在线播放系统源码 这是一个非常简单的视频点播,仅供学习之用。 服务器采用QVOD资源服务器!添加影片只需加名称、主要人物、视频地址(这个就是发布后的地址,在QVOD服务器上可以看到) -Simple video playback system online source This is a very simple video on demand, for learning. QVOD server using server resources! Just add a movie
Ffh264Class5
- ffh264 decoder in vc. add MMX and SSE3 need install mingw. by Jesse Stone, Taiwan email:fatalfeel@hotmail.com
EnSDKDemo44
- 多路视频录制,切换视频,多路视频保存到同一个文件中。-TODO: Add your control notification handler code here
