-
visual C++ 视频/音频开发实用工程案例精选
visual C++ 视频/音频开发实用工程案例精选-visual C++ Video/Audio development of practical engineering Highlights
- 2022-02-14 17:29:43下载
- 积分: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
-
RIFF Tagged File Format
RIFF Tagged File Format
- 2023-03-19 15:20:03下载
- 积分:1
-
数据流广播源类别的波形格式。
Wave格式数据流的播放类源码。-Wave format of the data stream broadcast source category.
- 2023-03-22 12:45:03下载
- 积分:1
-
将 MP3 格式的文件转换为 EXE 文件,从而脱离播放器的束缚。
将 MP3 格式的文件转换为 EXE 文件,从而脱离播放器的束缚。-to MP3 files into EXE files, which players from the shackles.
- 2022-02-13 14:26:25下载
- 积分:1
-
C program to draw display lists in opengl
这个程序将显示详细的显示列表如何创建和动态更新这些。
- 2022-07-21 02:50:17下载
- 积分:1
-
完整的GSM音频编码和解码程序,可以直接在arm或dsp上使用
完整的GSM音频编码和解码程序,可以直接在arm或dsp上使用-integrity of the GSM audio coding and decoding process, the arm can be directly used or dsp
- 2022-10-12 13:00:04下载
- 积分:1
-
video compression standards of the original procedure
视频压缩标准的原程序-video compression standards of the original procedure
- 2022-07-26 10:02:53下载
- 积分:1
-
陈淑亭网络课堂:采用iis+perlis方式编写
陈淑亭网络课堂:采用iis+perlis方式编写-Chenchuting Network Classroom : iis way to prepare perlis
- 2022-11-03 20:55:03下载
- 积分:1
-
TS Stream parsing tool code by self, you can refer it, to pasre video pes, audio...
TS Stream parsing tool code by self, you can refer it, to pasre video pes, audio pes, video GOP, not AC3 audio
- 2022-02-12 07:29:07下载
- 积分:1