-
linux下的简单的ip phone程序
linux下的简单的ip phone程序-linux under simple procedures ip phone
- 2022-05-18 04:35:25下载
- 积分:1
-
在窗口中显示出按正弦曲线起伏排列的"我的爱如潮水"六个字,其字体是楷体,窗口背景色为灰色,文字前景则为一幅彩图....
在窗口中显示出按正弦曲线起伏排列的"我的爱如潮水"六个字,其字体是楷体,窗口背景色为灰色,文字前景则为一幅彩图.-the window shown by the ups and downs sinusoid with a "My Airuchaoshui words", the font is in italics. window background color of the gray, text prospects for a color pictures.
- 2022-07-18 08:29:41下载
- 积分:1
-
英特尔/ DVI ADPCM编码器/解码器
Intel/DVI ADPCM coder/decoder
- 2023-06-01 07:40:03下载
- 积分:1
-
UML建模来实现彩色面板滑动的java小程序,java应用程序…
采用uml建模的,实现彩色面板滑动的java小程序,java界面开发应用-Uml modeling used to achieve color panel sliding java applets, java application interface development
- 2022-03-20 13:03:51下载
- 积分:1
-
嵌入式图像采集处理与传输系统具有体积小、稳定性高等优点,在智能交通、电力、通讯、计算机视觉等领域应用广泛.随着DSP技术的发展,
在DSP上用软件实现实时视...
嵌入式图像采集处理与传输系统具有体积小、稳定性高等优点,在智能交通、电力、通讯、计算机视觉等领域应用广泛.随着DSP技术的发展,
在DSP上用软件实现实时视频压缩成为数字视频压缩标准应用的亮点,这种应用比起专门的压缩芯片更具有灵活性和升级潜力.
该文作者提出一种实现脱机视频采集、压缩编码和视频数据通信的方法.主要研究基于Tms320vc5402的视频编码器的软件实现方法和Tms320vc5402外围硬件系统设计.-Embedded image acquisition processing and transmission system has a small size, high stability, in the intelligent transportation, electricity, communications, computer vision and other fields are widely used. With DSP technology, used in the DSP software for real-time digital video compression video compression standard application of the bright spots in this application than the more specialized compression chip with the flexibility and upgrade potential. In this paper, the authors propose a realization of offline video capture, compression coding and video data communication method. major research based on the TMS320VC5402 video encoder software methods and realize TMS320VC5402 external hardware system design.
- 2022-03-26 14:28:33下载
- 积分:1
-
非常好用的CD播放器,界面很漂亮,mac os类型的
非常好用的CD播放器,界面很漂亮,mac os类型的-A very nice CD player, the interface is very beautiful, mac os type of
- 2023-07-31 02:55:03下载
- 积分:1
-
VC++编写的声音编辑器 可能给学习DirectSound编程的朋友提供一些帮助...
VC++编写的声音编辑器 可能给学习DirectSound编程的朋友提供一些帮助-VC++ source code for sound editer , can help peoples whoie want to learn DirectSound.
- 2022-03-14 21:35:58下载
- 积分:1
-
嵌入式系统MP3解码的c语言算法,仅供大家参考
嵌入式系统MP3解码的c语言算法,仅供大家参考-Embedded Systems MP3 decoding algorithm c language, only reference to U.S.
- 2022-04-25 05:07:21下载
- 积分:1
-
轻松实现视频渐入渐出的源代码
轻松实现视频渐入渐出的源代码-Video gradually relaxed gradually into the source code
- 2022-07-07 09:15:03下载
- 积分: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