-
Microsoft RTC Client API
基于Microsoft RTC Client API的视频会议系统实现-Microsoft RTC Client API-based video conferencing system
- 2022-12-27 10:25:03下载
- 积分:1
-
视频采集,视频采集,摄像头文件,终止压缩
视频的捕获, 摄像头的视频采集文件, 终止压缩等-Video capture, video capture camera documents, termination of compression
- 2022-01-31 03:33:06下载
- 积分:1
-
采用visual c++.net编写的12个图像与多媒体编程教学实例
采用visual c++.net编写的12个图像与多媒体编程教学实例-The use of visual c++. Net prepared 12 image and multimedia programming teaching examples
- 2022-01-28 11:43:45下载
- 积分:1
-
Jpg转Avi,连续的jpg文件转成avi视频,可以用Windows自带播放器播放...
Jpg转Avi,连续的jpg文件转成avi视频,可以用Windows自带播放器播放-Jpg to Avi, for the jpg files into avi video, you can use Windows own player
- 2022-10-16 09:10:03下载
- 积分:1
-
VC的视频教程,不懂用vc的人一定要看看,懂得的也看看,学到不一样的东西。...
VC的视频教程,不懂用vc的人一定要看看,懂得的也看看,学到不一样的东西。-VC" s video tutorials, do not know how vc are certain to look at, understand, have a look and learn different things.
- 2022-10-28 14:45:03下载
- 积分:1
-
暴风影音源代码,此代码很好,但须VC8打开
暴风影音源代码,此代码很好,但须VC8打开-Storm audio-visual source code, this code is very good, but be open VC8
- 2022-05-30 21:54:28下载
- 积分:1
-
在自己的工程中使用windows系统的WINMM.DLL播放wav文件
在自己的工程中使用windows系统的WINMM.DLL播放wav文件-in their own projects using windows system WINMM.DLL broadcast wav documents
- 2022-08-20 12:15:38下载
- 积分:1
-
一个新的纹理合成的上行采样算法,即利用现有的高分辨率的样本纹理作为先验引导条件,对合
成的低分辨率的纹理进行插值,获取更好的高分辨率纹理合成结果.该算法的主...
一个新的纹理合成的上行采样算法,即利用现有的高分辨率的样本纹理作为先验引导条件,对合
成的低分辨率的纹理进行插值,获取更好的高分辨率纹理合成结果.该算法的主要思想是基于联合双边滤波器进
行纹理合成上采样,对低分辨率合成纹理应用空间滤波,而将一相似的边界滤波联合地应用在高分辨率的样本纹
理上-Texture synthesis of a new sampling algorithm for the uplink, that is, use of the existing samples of high-resolution texture as a guide a priori conditions for the synthesis of low-resolution texture interpolation, to obtain better results of high-resolution texture synthesis. The main idea of the algorithm is based on the joint bilateral filter for texture synthesis on sampling, on the application of low-resolution texture synthesis of spatial filtering, and a similar use of joint border filtering samples in the high-resolution textures on the
- 2022-08-13 03:03:08下载
- 积分:1
-
VFP9试用手记4
VFP9试用手记4-VFP9 trial Notes 4
- 2022-05-28 17:30:39下载
- 积分: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