-
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
-
simple mp3 player,drag and drop mp3 from browser
to window
简易的MP3播放器,将MP3直接从浏览器拖放到窗口即可-simple mp3 player,drag and drop mp3 from browser
to window
- 2022-08-10 01:13:48下载
- 积分:1
-
程序运行在Windows 98/2000/XP/2003平台下,可在VC++ 6.0或.NET中调试。调试前请先安装Microsoft DirectX 9.0...
程序运行在Windows 98/2000/XP/2003平台下,可在VC++ 6.0或.NET中调试。调试前请先安装Microsoft DirectX 9.0 SDK。因为本章的程序用到DirectShow的COM,需要在程序options→directories→include files中添加“E:Program FilesMicrosoft DirectX 9.0 SDK SamplesC++DirectShowBaseClasses”。-running Windows 98/2000/XP/2003 platform, or in VC 6.0.NET debugging. Debugging former post install Microsoft DirectX 9.0 SDK. Because the procedures used in this chapter DirectShow COM, the procedure needs directories options include files adding, "E : Program Files Microsoft DirectX 9.0 SDK Samples C DirectShow BaseClasses."
- 2022-06-21 09:57:29下载
- 积分:1
-
法国巴黎大学提供的开源项目。该软件的设计目标为: 1.多媒体音视频播放器,能识别几乎所有的媒体文件格式:mpeg1,mpeg2,mpeg4等等(realplay...
法国巴黎大学提供的开源项目。该软件的设计目标为: 1.多媒体音视频播放器,能识别几乎所有的媒体文件格式:mpeg1,mpeg2,mpeg4等等(realplay的格式无法识别); 2.作为网络传输音视频流媒体的客户端和服务器端,已经实现了rtsp,rtp以及unicast和multicast等各个流媒体功能; 3.跨平台。现在已经支持的平台有:windows,unix,linux,MAC OS X,BeOS,QNX等等操作系统; 我在该项目上花了不少时间,如果遇到了问题可以来问我!zhong_clock@sohu.com-University of Paris, France, the open-source project. The software is designed to : 1. Multimedia audio and video players, can identify almost all the media file formats : mpeg1, mpeg2, mpeg4, etc. (realplay the format will not be identifiable); 2. As network transmission audio and video streaming media client and server side, had already achieved RTSP, rtp Unicast and multicast, and other streaming media capabilities; 3. cross-platform. Now support the following platforms : Windows, Unix, Linux, Mac OS X, BeOS, QNX operating system, etc.; The project, I spent a lot of time if they can come to the question I asked! Zhong_clock@sohu.com
- 2022-02-21 11:26:52下载
- 积分:1
-
VC++音视频例子完整代码,编译即可运行
VC++音视频例子完整代码,编译即可运行-VC++Video
- 2022-02-21 01:00:02下载
- 积分:1
-
这是一个flash播放器
这是一个flash播放器- This is a flash player
- 2023-05-02 03:50:03下载
- 积分:1
-
natlab code for pulse code modulation
natlab code for pulse code modulation
- 2022-11-19 03:15:04下载
- 积分:1
-
MP3SourceCode
MP3SourceCode
- 2022-12-29 22:55:03下载
- 积分:1
-
又一个用vb编的多媒体程序,滚动字幕,图片,给关心滚动字幕的编程员提供很好的源码,...
又一个用vb编的多媒体程序,滚动字幕,图片,给关心滚动字幕的编程员提供很好的源码,-again with a vb series multimedia program, and rolling subtitles, photographs, subtitles rolling concern to the programmers provide a good source,
- 2022-03-04 12:23:18下载
- 积分:1
-
VC environment of video capture procedure
VC环境下的视频捕捉程序-VC environment of video capture procedure
- 2022-05-06 02:53:16下载
- 积分:1