-
流的例子说明了用directsou流波形文件的技术…
STREAMS example illustrates the technique of streaming wave files with DirectSound. Implemented with C++ and Microsoft Foundation Classes (MFC)
- 2022-05-13 15:20:52下载
- 积分:1
-
ITU G.729是一
G.729 is an ITU-T ADPCM speech codec standard covering the transmission of voice at rates of 16, 24, 32, and 40 kbit/s. It was introduced to supersede both G.721, which covered ADPCM at 32 kbit/s, and G.723, which described ADPCM for 24 and 40 kbit/s. G.726 also introduced a new 16 kbit/s rate. The four bit rates associated with G.726 are often referred to by the bit size of a sample, which are 2-bits, 3-bits, 4-bits, and 5-bits respectively.
- 2022-11-24 14:20:03下载
- 积分:1
-
利用windows media service sdk 9.0 创建启动发布点,可以创建点播和直播发布点。欢迎下载!...
利用windows media service sdk 9.0 创建启动发布点,可以创建点播和直播发布点。欢迎下载!-use windows media sdk 9.0 service to create a boot release point, you can create live and on-demand release point. Welcome to download!
- 2022-08-10 10:24:49下载
- 积分:1
-
利用改进的8 方向链码编码对视频对象运动
轨迹进行编码,重点突出了对象运动的变化特征,同时采用归一化编码技术,增强了改进编码方法对尺度和旋转变换的鲁棒性。最...
利用改进的8 方向链码编码对视频对象运动
轨迹进行编码,重点突出了对象运动的变化特征,同时采用归一化编码技术,增强了改进编码方法对尺度和旋转变换的鲁棒性。最后采用编辑距离来度量运动轨迹的相似性测度.-8 the direction of improved chain code encoding of video object trajectories encode highlighted changes in the characteristics of the object movement, while the use of the normalized coding techniques to enhance the coding method to improve the scale and rotation transformation of robustness. Finally the use of edit distance to measure the trajectory of the similarity measure.
- 2022-02-15 10:11:51下载
- 积分:1
-
此为动态连接库之源码,应用DirectX功能,把不同的MP3文件播放至不同音效卡作为输出。这是最初的版本,写得比较乱,不过对有需要开发此相关应用的朋友来说是个不...
此为动态连接库之源码,应用DirectX功能,把不同的MP3文件播放至不同音效卡作为输出。这是最初的版本,写得比较乱,不过对有需要开发此相关应用的朋友来说是个不错的参考。-This is the source code of a DLL which applying DirectX features to play multiple MP3 files to multiple sound card interfaces as audio outputs. This is the most initial version and hence might be a little bit messy but really a good reference for those who need to develop such kind of related applications.
- 2022-05-22 22:39:35下载
- 积分:1
-
get frame from avi
实现AVI视频的读取和背景检测,实现运动物体的实时跟踪-get frame from avi
- 2022-03-16 18:31:23下载
- 积分:1
-
物理模拟小球重力加速度演示,不同物质加速度不同,下落状态也不同...
物理模拟小球重力加速度演示,不同物质加速度不同,下落状态也不同-PhysicalGravity
- 2022-04-09 02:55:23下载
- 积分:1
-
ffmpeg 视频播放器 ffmpeg+sdl+draw(里面的注释非常详细,可以自己选择同步模式)
资源描述这是一个用于播放视频和音乐的播放器。如要使用请将player整个文件夹放入到项目目录下,然后在项目中添加现有项,将player目录下的
assist.cpp
assist.h
DisPlayBase.cpp
DisPlayBase.h
PacketQueue.cpp
PacketQueue.h
PlayWnd.cpp
PlayWnd.h
VideoPlay.cpp
VideoPlay.h
以上的文件加入到项目当中
然后在你需要用到播放器的类或者其他模块中,
#include "player/VideoPlay.h"
这就行了,试一下编译吧!
当然,如果想要运行,还需要将所用的dll文件拷贝到exe同一目录下。
在player文件夹中还有三个文件夹,这三个文件夹内都有一个bin目录。如果你不知道要用到那些dll,
你就干脆将所有dll都复制到exe的目录里就行了。如果还不能播放视频,可能是因为你的机子没有安装directX,安装了就应该没问题了。
如果你建立的是控制台或者其他非窗口界面程序,那么,在程序中,你可以这样来创建一个对象
CVideoPlay* player = new CVideoPlay;//new一个对象出来
player->AV_AddPlayFile("邓紫棋-泡沫.mp3");//将要播放的音频文件或者视频文件加进
- 2023-05-28 05:10:22下载
- 积分:1
-
一个简单的视频操作软件的vc程序源码,供初学者学习讨论
一个简单的视频操作软件的vc程序源码,供初学者学习讨论-A simple video operation procedures vc-source software, for beginners to learn to discuss
- 2022-03-12 02:55:40下载
- 积分:1
-
Medi 这是一个基于Java的媒体文件归档器工具,它可以用于保存你的媒体文件的有关信息(CD,软盘,等等),将文件分类存放到一个数据库。它也是为家庭用户提供的
Medi 这是一个基于Java的媒体文件归档器工具,它可以用于保存你的媒体文件的有关信息(CD,软盘,等等),将文件分类存放到一个数据库。它也是为家庭用户提供的使用DBMS的一套应用程序的开端。-Medi this is based on the Java media document filing away tool,
it may use in to preserve your media document related information (CD,
floppy disk, and so on), deposits the document classification to a
database. It also is a use DBMS set of applications procedure
beginning which provides for the family user.
- 2022-03-31 07:05:25下载
- 积分:1