-
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
-
我做了一些有关播放器的程序,我今天拿来给大家一起看看,希望能对你们有所帮做啊...
我做了一些有关播放器的程序,我今天拿来给大家一起看看,希望能对你们有所帮做啊-I make a number of players the procedure, I used to take a look at the U.S., hoping to help some of you to do ah
- 2022-03-24 14:30:53下载
- 积分:1
-
A player for mpeg1/2 video streams, avi files, DVD and VCD that synchronizes vid...
A player for mpeg1/2 video streams, avi files, DVD and VCD that synchronizes video and audio playback - currently in beta stadium, but already usable. -A player for mpeg1/2 video streams, avi files, DVD and VCD that synchronizes video and audio playback- currently in beta stadium, but already usable.
- 2022-02-18 13:51:42下载
- 积分:1
-
1. The latest video standards (H.264) encoding and decoding of software 2. Codin...
1最新视频标准(H.264)编解码软件2。编码:H.264支持所有配置文件和级别3。解码器领域:支持H.264的所有配置文件和级别
- 2022-11-10 05:05:04下载
- 积分:1
-
这个里面有播放音乐的几个实例
这个里面有播放音乐的几个实例-The inside of a few examples of music
- 2022-04-09 20:08:24下载
- 积分:1
-
一本书里的windows编程实例中的一个自动停靠窗口的实例
一本书里的windows编程实例中的一个自动停靠窗口的实例-a book of windows programming examples of an automatic berth examples of window
- 2022-08-05 14:16:25下载
- 积分:1
-
MP3 tag extractor, extract MP3 files can be tab and displayed in the console, th...
MP3标签提取器,可以提取MP3文件的标签,并显示在控制台上,内部封装了一个MP3标签提取类。方便其他软件使用。-MP3 tag extractor, extract MP3 files can be tab and displayed in the console, the internal packaging extract a type of MP3 tags. Facilitate the use of other software.
- 2023-08-04 07:20:03下载
- 积分:1
-
u rate
A率u率-压缩与解压缩.rar-u rate-compression and decompression. Rar
- 2022-01-24 14:54:42下载
- 积分:1
-
实现功能MediaPlay
实现mediaplay功能 -To achieve functional mediaplay
- 2022-03-05 16:57:31下载
- 积分:1
-
使图片旋转,任意角度
使图片旋转,任意角度-make pictures rotation, arbitrary angle
- 2022-08-15 13:28:09下载
- 积分:1