-
SDK中典型的VMR9应用实例。bitmapmix位图叠加的票…
SDK中典型的VMR9应用例子。其中BitmapMix实现位图叠加,Ticker实
现字符叠加,Blender实现多个视频流的Alpha混合。-SDK VMR9 typical application example. BitmapMix which Bitmap superposition Ticker achieve superposition of characters, Blender achieve multiple video streams Alpha mixed.
- 2022-01-27 08:35:09下载
- 积分:1
-
这个程序是用来读取YUV文件和数据输出到一个文本文件,该…
这个程序用来读取yuv文件,并把数据输出到一个文本文件,代码很短,里面说明很详细,这对理解和使用yuv文件很方便-This procedure is used to read yuv file and the data output to a text file, the code is very short, which explain in great detail, which understand and use easily yuv file
- 2022-06-26 11:02:53下载
- 积分:1
-
JVT(joint video team)video compress
sound code
JVT(joint video team)视频压缩源代码-JVT(joint video team)video compress
sound code
- 2022-01-26 01:00:43下载
- 积分:1
-
glittering stars in the night would bring the slightest buzz, so you do not lone...
闪闪的星星会给深夜带来一丝动感,让你不在寂寞-glittering stars in the night would bring the slightest buzz, so you do not lonely
- 2022-01-25 21:45:36下载
- 积分:1
-
控件,是用DELPHI中的VOD控件
控件,是用DELPHI中的VOD控件-control is the use of the DELPHI VOD Controls
- 2022-03-07 03:17:46下载
- 积分:1
-
vb dvd播放器,可以播放dvd格式
vb dvd播放器,可以播放dvd格式-vb dvd player,can play DVD foemat
- 2022-04-11 06:46:33下载
- 积分:1
-
USB摄像头VFW编程DEMO,以及源码示例。VFW入门的好源码
USB摄像头VFW编程DEMO,以及源码示例。VFW入门的好源码-USB camera VFW programming DEMO, as well as sample source. VFW entry a good source
- 2023-07-07 04:20:02下载
- 积分:1
-
Powerful multimedia development kit ASPack the latest version, features not intr...
超强的多媒体开发套件ASPack最新版,功能不用介绍了。-Powerful multimedia development kit ASPack the latest version, features not introduced.
- 2023-02-27 07:25:04下载
- 积分:1
-
本源程序代码示例了图像的变化,可以让读者对图像的编程有所了解!...
本源程序代码示例了图像的变化,可以让读者对图像的编程有所了解!-The source code examples of the image changes, allowing readers to understand the programming image!
- 2022-03-21 00:18:03下载
- 积分: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