-
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 event listener创建一个简单的媒体播放器 的Java Applet 程序...
一个利用media event listener创建一个简单的媒体播放器 的Java Applet 程序-use of a media event listener to create a simple media player Java Applet procedures
- 2022-05-22 10:59:28下载
- 积分:1
-
Like winamp multimedia player, developed based on the vc, I hope for your help.
仿winamp多媒体播放器,基于vc开发的,希望对您有所帮助。-Like winamp multimedia player, developed based on the vc, I hope for your help.
- 2022-08-19 01:22:15下载
- 积分:1
-
一个特殊得火焰效果
一个特殊得火焰效果-a special effect in flame
- 2022-04-10 10:46:41下载
- 积分:1
-
player MOD music format source code
使用DirectSound播放MOD音乐格式的源代码-player MOD music format source code
- 2023-08-24 18:00:03下载
- 积分:1
-
利用platformbuild平台编译调试,是关于临界区调用与实验的程序...
利用platformbuild平台编译调试,是关于临界区调用与实验的程序-Use the compiler debug platformbuild platform is on the critical calls and experimental procedures
- 2022-03-16 18:45:31下载
- 积分: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
-
图像处理
image processing
This book is a doc on image processing. Each chapter explains basic
concepts with words and gures, shows image processing results with photographs,
and implements the operations in C. Information herein comes
from articles published in The C/C++ Users Journal from 1990 through
1998 and from the rst edition of this book published in 1994. This second
(electronic) edition contains new material in every chapter.
- 2022-09-09 09:55:02下载
- 积分:1
-
计算机组成原理动画演示系统(.swf文件)
计算机组成原理动画演示系统(.swf文件)-Computer Animation Demo System (. Swf files)
- 2022-12-24 11:15:03下载
- 积分:1
-
一个将pcm格式转化为WAV的源码
一个将pcm格式转化为WAV的源码-to a PCM WAV format into the FOSS
- 2023-01-12 23:10:03下载
- 积分:1