-
mepg4 code and the decoding source code attaches the showing
documents to transl...
mepg4编码和解码源代码 附有说明文档 在vc环境下编译通过 -mepg4 code and the decoding source code attaches the showing
documents to translate under the vc environment passes
- 2022-10-22 09:30:03下载
- 积分:1
-
大家都用过千千静听吧!
这个代码可以实现千千静听的全部功能,代码有个人实现的,有不足的地方望大家海涵!...
大家都用过千千静听吧!
这个代码可以实现千千静听的全部功能,代码有个人实现的,有不足的地方望大家海涵!-We all used it thousands of listening! This code can achieve the full functionality of thousands of listening, have a personal realization of the code, there are deficiencies in the hope that we Haihan!
- 2022-01-25 18:19:39下载
- 积分:1
-
读取YUV的CIF视频流。采用背景差检测视频流中运动人物
读取YUV的CIF视频流。采用背景差检测视频流中运动人物-YUV to read the CIF video stream. Homodyne detection using background video stream moving characters
- 2022-09-04 01:30:04下载
- 积分:1
-
使用DivX视频发送器
Video Sender using DivX
- 2022-02-28 21:31:18下载
- 积分:1
-
视频录制,可以从视频头取得并形成文件.
视频录制,可以从视频头取得并形成文件....
视频录制,可以从视频头取得并形成文件.
视频录制,可以从视频头取得并形成文件.
- 2022-03-31 08:25:43下载
- 积分:1
-
使用计算机自带的报警小喇叭发生来播放音乐,音乐数据在data.txt中。具体说明见readme.txt...
使用计算机自带的报警小喇叭发生来播放音乐,音乐数据在data.txt中。具体说明见readme.txt-Using a computer built-in alarm to the occurrence of small speakers to play music, music data in data.txt. Details, see readme.txt
- 2022-02-20 11:17:23下载
- 积分:1
-
3gp文件封装为rtp包进行发送,文件编译依赖于hisunMMFileParse.
3gp文件封装为rtp包进行发送,文件编译依赖于hisunMMFileParse.-parse 3gp file,packet stream,send to the remote on rtp
- 2023-03-22 19:00:03下载
- 积分:1
-
GSM音频编解码器,我们使用他们的产品。源代码整理C.
GSM音频编解码器,我们已经用在了自己的产品上.这个源代码是经过整理后的代码.直接下载用VC编译则可.生成的是库(静态库),绝对值得大家参考.-GSM audio decoder, we have used in their products. The source code is collated code. Direct download can be compiled with VC. The library is generated (static library), and definitely worth your consideration.
- 2022-12-18 17:25:03下载
- 积分:1
-
允许你用AVI文件创建自己的动画
允许你用AVI文件创建自己的动画-allow AVI file you create your own animation
- 2022-01-27 16:40:33下载
- 积分: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