-
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
-
Media player based on Telechips TCC720 media processor.
Media player based on Telechips TCC720 media processor.
- 2023-01-04 08:45:03下载
- 积分:1
-
一个在VC下对realplay进行完善的程序
一个在VC下对realplay进行完善的程序-a right under the VC realplay for improving procedures
- 2022-03-13 01:06:00下载
- 积分:1
-
celp 3.3 voice compression, celp 3.3 voice compression voice compression celp 3....
celp 3.3语音压缩,celp 3.3语音压缩 celp 3.3语音压缩-celp 3.3 voice compression, celp 3.3 voice compression voice compression celp 3.3 Voice Compression celp 3.3
- 2022-03-03 05:53:47下载
- 积分:1
-
VC series of the fake Winamp multimedia players, suitable for multimedia learnin...
用VC编的仿Winamp多媒体播放器,适合多媒体学习之用。-VC series of the fake Winamp multimedia players, suitable for multimedia learning.
- 2022-03-03 19:48:37下载
- 积分:1
-
这为平方根程序的任何实数平方根
this for square root program to fine square root for any real number
- 2023-08-12 05:10:02下载
- 积分:1
-
一个IP电话有音量控制的d
一个IP电话有音量控制的d-an IP phone with the volume control d
- 2022-03-20 05:08:56下载
- 积分:1
-
音频技术源代码MIDIGenerator,midi编程,功能比较强, VC++60编译通过...
音频技术源代码MIDIGenerator,midi编程,功能比较强, VC++60编译通过-audio technology source code MIDIGenerator, midi programming, function relatively strong, compiled by VC 60
- 2022-01-26 04:26:58下载
- 积分:1
-
这个是对混音器的编程实例,可进行对音量大小的调节
这个是对混音器的编程实例,可进行对音量大小的调节-This is a mixer programming examples can be the size of the volume adjustment
- 2022-07-01 02:30:05下载
- 积分:1
-
C语言实现的交互式绘图系统,图形用户界面,有橡皮筋法画直线、画圆、画Bezier曲线、裁剪等功能,用户可自行增加其他功能。...
C语言实现的交互式绘图系统,图形用户界面,有橡皮筋法画直线、画圆、画Bezier曲线、裁剪等功能,用户可自行增加其他功能。-C language interactive mapping system, the graphical user interface, a rubber-band linear paintings, Circle, Bezier curve drawing, cutting and other functions, users may add other functions.
- 2023-09-02 23:40:03下载
- 积分:1