-
一个超酷的Flash播放器,能够播放Flash,而且在播放网络上的Flash时可以将他录制下来,这样就不愁无法下载了`~~,强烈推荐各位下载参考...
一个超酷的Flash播放器,能够播放Flash,而且在播放网络上的Flash时可以将他录制下来,这样就不愁无法下载了`~~,强烈推荐各位下载参考-a cool Flash player, capable of playing Flash, but the broadcast networks Flash can be when he recorded, so no worries about not downloaded ~ ~ strongly recommend you download reference
- 2022-06-03 19:54:59下载
- 积分:1
-
Using VB and DirectShow avi prepared procedures for the creation and playback
利用VB和directshow编写的avi的创建和播放程序-Using VB and DirectShow avi prepared procedures for the creation and playback
- 2023-03-30 12:45:02下载
- 积分:1
-
一个经典的cd播放器程序
一个经典的cd播放器程序-A classic cd player procedures
- 2022-04-07 09:55:00下载
- 积分:1
-
一个可以将MP3格式文件转换为wav文件的源代码,采用vc开发
一个可以将MP3格式文件转换为wav文件的源代码,采用vc开发-an MP3 format can be converted to wav file documents the source code, development using vc
- 2022-05-28 08:38:22下载
- 积分:1
-
控件,是用DELPHI中的VOD控件
控件,是用DELPHI中的VOD控件-control is the use of the DELPHI VOD Controls
- 2022-03-07 03:17:46下载
- 积分:1
-
灵活简单的放射免疫程序应用
Flex simple RIA application
- 2022-08-05 15:26:02下载
- 积分:1
-
播放gif动画 本事例用picturebox控件做的简单播放器 包含源代码,想学c#的快下哦...
播放gif动画 本事例用picturebox控件做的简单播放器 包含源代码,想学c#的快下哦-players gif animation examples of the picturebox control do with the simple player contains source code, like the c# fast under oh
- 2022-02-10 08:32:51下载
- 积分:1
-
基于DirectSound,播放wave格式的音频文件
基于DirectSound,播放wave格式的音频文件
- 2022-05-08 09:49:09下载
- 积分: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
-
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