-
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
-
tone generation components for delphi
tone generation components for delphi
- 2022-05-07 22:34:40下载
- 积分:1
-
Thank you download other people's two original author. Compiler Note :* 7 3...
下载别人的谢谢原作者2. 程序编译说明:用3*7数组定义21个音阶。读取已有的自编的乐谱文件,按文中内容奏乐,若文中有不合规定的字符,显示”press any key to exit”。用getmsckey()函数来得到频率数组坐标,用play()函数获取拍数及频率数组坐标。-Thank you download other people"s two original author. Compiler Note :* 7 3 array definition 21 chromatic. Readers have written the scores of documents, according to the text content of music, if the text were irregularities of the characters, shows that the "press any key to exit." With getmsckey () function to get the frequency array coordinates with play () function to obtain the number and frequency shoot array coordinates.
- 2022-08-03 17:26:46下载
- 积分:1
-
一套免费的多媒体剪辑软件,可以让您针对现有的电影短片文件如 AVI 以及 MPG 等做编辑的工作,还可以搭配您的影像捕捉卡做实时的动态影像捕捉的功能。 安装mp...
一套免费的多媒体剪辑软件,可以让您针对现有的电影短片文件如 AVI 以及 MPG 等做编辑的工作,还可以搭配您的影像捕捉卡做实时的动态影像捕捉的功能。 安装mpeg4驱动程序后可以把VCD压缩成mpeg4,600M变成300M左右-A free multimedia editing software, allows you to target the existing documents such as short films, such as AVI and MPG editing work, but also can be used with your video capture card to do real-time dynamic image capture function. After the installation of mpeg4 driver VCD can be compressed into mpeg4, 600M into about 300M
- 2022-03-13 12:46:59下载
- 积分:1
-
NXP官方SAA7111源代码,非常详尽的实现了所有功能函数,原用于NXP自家的trimedia平台,标准C,移植很容易。...
NXP官方SAA7111源代码,非常详尽的实现了所有功能函数,原用于NXP自家的trimedia平台,标准C,移植很容易。-NXP official SAA7111 source code, very detailed realize all the performance function, the original home for NXP
- 2023-06-29 13:20:03下载
- 积分:1
-
ITU codecs, ansi
ITU g729a 编解码器,ansi-c实现-ITU codecs, ansi-c achieve
- 2023-07-05 04:15:02下载
- 积分:1
-
Has passed a test of the IP peer instant messaging program, to support video, au...
一个已经通过检测的IP点对点即时通讯程序,支持视频,音频,文字聊天,其中有自己写的编码解码代码,在XP VC6.0平台上运行良好。-Has passed a test of the IP peer instant messaging program, to support video, audio, text chat, which has its own codec written in code, XP VC6.0 platform running well.
- 2023-05-12 05:50:03下载
- 积分:1
-
视频操作软件的开发
视频操作软件的开发-video software.
- 2022-03-18 09:52:14下载
- 积分:1
-
MP3 Baptism 1.0 一个完整的VC++软件源代码,帮助你迅速给MP3文件统一改名。
MP3 Baptism 1.0 一个完整的VC++软件源代码,帮助你迅速给MP3文件统一改名。 -MP3 Baptism 1.01 complete VC software source code, helps you
rapidly to change name for the MP3 document unification.
- 2022-01-26 18:58:39下载
- 积分:1
-
VC图像处理及各种应用程序集合,包括图像的各种变换,图像分割,图像识别,特征提取等多种应用...
VC图像处理及各种应用程序集合,包括图像的各种变换,图像分割,图像识别,特征提取等多种应用-VC various image processing and application pool, including the transformation of images, image segmentation, image recognition, feature extraction and other applications
- 2022-04-22 18:32:55下载
- 积分:1