-
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
-
ImageEn,图像处理工具。看看它的介绍吧:
Input/output: Support for asynchronous load/save opera...
ImageEn,图像处理工具。看看它的介绍吧:
Input/output: Support for asynchronous load/save operations
?Load and save JPEG (RGB, GrayScale, YCbCr, CMYK, YCbCrK) to file or stream (with also 1/2, 1/4 and 1/8 subsizes for fast preview). Read/write APP0-APP15,COM Jpeg markers.
?JPEG2000: JP2, J2K and JPC code stream formats (JPEG-2000 Part-1 standard, ISO/IEC 15444-1)
?Jpeg Lossless transformations and cut
?Estimation of Jpeg file quality
?Optional Color Management System (CMS) to process ICC profiles-ImageEn, image processing tools. Its introductory look at it : Input/output : Support for asynchronous load/save operations Load and save JPEG (RGB, GrayScale, YCbCr, CMYK, YCbCrK) to file or stream (also with 1/2, 1/4 and 1/8 for subsizes fast preview). Read/write APP0- APP15, COM Jpeg markers. JPEG2000 : JP2, J2K and cl code stream formats (JPEG-2000 Part-1 standard, ISO/IEC 15444-1) Jpeg Lossless transformations and cut Estimation of Jpeg file quality Optional Color Management Sys
- 2023-07-21 14:20:10下载
- 积分:1
-
用VC++编写的一个简单的AVI播放器,能播放AVI格式的影片
用VC++编写的一个简单的AVI播放器,能播放AVI格式的影片-Using VC++ written in a simple AVI player, can play AVI format videos
- 2022-02-24 14:18:00下载
- 积分:1
-
multifunction menu FLASH
多功能菜单FLASH-multifunction menu FLASH
- 2023-05-29 18:25:03下载
- 积分:1
-
使用visual basic编写的入侵检测代码,简单易用,代码移植性好。
使用visual basic编写的入侵检测代码,简单易用,代码移植性好。-Prepared to use visual basic intrusion detection code, easy to use, good code portability.
- 2022-03-24 11:04:56下载
- 积分:1
-
FreeGuide TV Guide是一个TV向导程序,它从Internet上抓取许多国家的TV节目列表,可以让你查看它们,并构造一个性化的向导以打印输出。它使
FreeGuide TV Guide是一个TV向导程序,它从Internet上抓取许多国家的TV节目列表,可以让你查看它们,并构造一个性化的向导以打印输出。它使用XMLTV工具来抓取列表,需要Java 1.4或更高版本。-FreeGuide TV Guide is a TV guide procedure, it captures many
national from Internet the TV programs to tabulate, may let you
examine them, and a structure individuality guide printout. It uses
the XMLTV tool to capture tabulates, needs Java 1.4 or a higher
edition.
- 2022-03-24 22:58:09下载
- 积分:1
-
MIDI接口的键盘演奏程序
MIDI接口的键盘演奏程序-MIDI keyboard interface procedures performed
- 2022-08-04 04:12:48下载
- 积分:1
-
on "MPEG
关于“MPEG-4 音频CELP的编解码程序 ”-on "MPEG-4 audio codec CELP the procedure"
- 2022-03-23 00:52:38下载
- 积分:1
-
mp3的解码程序,里面有详细的代码注释,适合有一定基础的人...
mp3的解码程序,里面有详细的代码注释,适合有一定基础的人-mp3 decoding process, which has a detailed code comments, for people who have a certain basis
- 2023-03-23 15:35:03下载
- 积分:1
-
(1)本程序可在Windows 2000、Visual C++6.0 环境下编译通过。
(2)源码是一个编码模块,编译后生成encore.lib库文件...
(1)本程序可在Windows 2000、Visual C++6.0 环境下编译通过。
(2)源码是一个编码模块,编译后生成encore.lib库文件, 不能直接执行。需要读者自己编写程序调用其中的功能。
(3)运行时打开//encore/build/目录下的encore.dsw文件。-(1) the procedures in Windows 2000, Visual C 6.0 environment compile. (2) is a source code modules compiled generation encore.lib libraries, not directly enforceable. Readers need to prepare their own procedures which call the function. (3) run-time Open// encore/build/directory under the encore.dsw document.
- 2022-01-31 08:20:45下载
- 积分:1