-
audio video software codec library
audio video software codec library
- 2022-05-07 08:27:46下载
- 积分:1
-
统计制定文本的总字数 并显示各种长度字数的个数
统计制定文本的总字数 并显示各种长度字数的个数-The user intput a file name and the programme will count the length of each word in the file.At last,it will report the total number of words and how many words in each kind of length.
- 2022-02-26 16:20:23下载
- 积分:1
-
A very good mp3 player source code, you can play a fundamental operation, the ef...
一款很不错的mp3播放器的源代码,可以进行基本的播放操作,效果还不错-A very good mp3 player source code, you can play a fundamental operation, the effect of good
- 2022-05-10 13:51:52下载
- 积分:1
-
汉诺塔问题的示例
汉诺塔问题的示例-HANOR examples of problems
- 2022-01-31 00:28:00下载
- 积分:1
-
Webcam Face Tracking,real
Webcam Face Tracking,real-time images from a webcam and converts them to grayscale images. Then, it extracts pre-defined feature vectors from the images and sends them to Support Vector Machine (SVM) to get the classification. Using the result, our program will be able to control the mouse cursor in real-time. -Labs WebCam Face Tracking, real-time images from a webcam and converts the m to grayscale images. Then, it extracts pre-defined feature vectors from t he images and sends them to Support Vector Machi ne (SVM) to get the classification. Using the re sult. our program will be able to control the mouse cur prosecutors in real-time.
- 2022-03-21 19:25:41下载
- 积分:1
-
环境:windows98/2000/xp,Visula C++6.0下编译通过.MPEG4是非常著名的视频压缩算法,有兴趣的可以参考!...
环境:windows98/2000/xp,Visula C++6.0下编译通过.MPEG4是非常著名的视频压缩算法,有兴趣的可以参考!-environment : windows98/2000/xp, Visula 6.0 C compiler through. MPEG4 is a very famous video compression algorithm, are interested can reference!
- 2023-01-29 07:00:04下载
- 积分: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
-
vc used to write the graphic design, functions, simple and easy
用vc写的图案设计系统,功能完善,简单好用-vc used to write the graphic design, functions, simple and easy
- 2022-03-18 13:35:39下载
- 积分: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
-
wav音频文件信息分析
分析提取wav格式的音频文件头,获得音频文件的如下信息:(1)音频通道数(2)采样频率(3)比特率(4)采样位数(5)音频数据大小 wav文件的数据结构: 起始地址占用空间 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-03-20 07:20:05下载
- 积分:1