-
avi 文件读写库 可以存储视频声音 H264 mpeg4 mjpeg
包含如下 APIavi_t* AVI_open_output_file(char * filename);void AVI_set_video(avi_t *AVI, int width, int height, double fps, char *compressor);void AVI_set_audio(avi_t *AVI, int channels, long rate, int bits, int format, long mp3rate);int AVI_write_frame(avi_t *AVI, char *data, long bytes, int keyframe);int AVI_dup_frame(avi_t *AVI);int AVI_write_audio(avi_t *AVI, char *data, long bytes);int AVI_append_audio(avi_t *AVI, char *data, long bytes);long AVI_bytes_remain(avi_t *AVI);int AVI_close(avi_t *AVI);long AVI_bytes_written(avi_t *AVI);avi_t *AVI_open_input_file(const char *filename, int getIndex);avi_t *AVI_open_fd(int fd, int getIndex);int avi_parse_input_file(avi_t *AVI, int getIndex);long AVI_audio_mp3rate(avi_t *AVI);long AVI_video_frames(avi_t *AVI);int AVI_video_width(avi_t *AVI);int AVI_video_height(
- 2023-06-12 17:35:04下载
- 积分:1
-
石器登陆器及工具源码
资源描述
石器工具源码集合
1.客户端工具源代码,登陆器,图片修改器,图像辅助工具,补丁更新工具
2.登陆器劣列表修改工具及源码
3.补丁更新工具源码
- 2023-07-16 13:40:04下载
- 积分:1
-
mp4封装库
The MP4v2 library provides an API to create and modify mp4 files as defined by ISO-IEC:14496-1:2001 MPEG-4 Systems. This file format is derived from Apple"s QuickTime file format that has been used as a multimedia file format in a variety of platforms and applications. It is a very powerful and extensible format that can accommodate practically any type of media.
- 2023-05-06 23:35:02下载
- 积分:1
-
微信业务分析
具体分析微信业务标识码,已经业务数据长度,url 等信息,连接SQL数据库。
具体数据指标,已经微信登陆,注册,发送语音,图片,长连接。短连接,等业务类型的分析
过滤非本机业务,或者非本次业务的数据类型,
- 2022-03-02 03:51:21下载
- 积分:1
-
AODV 路由程序
这个程序包含 AODV 路由表和节点的详细信息。TCL 意味着工具命令语言这将会对网络仿真软件工程。
- 2022-03-11 03:08:12下载
- 积分:1
-
linux私聊/群聊(无界面,可做毕业设计参考)
局域网测试可用,自己输入端口和IP,可以选择注册,登录,退出,注销,登录后可以选择私聊,群聊,广播等操作,但是无界面,不过功能到时挺全的,有需要做类似的毕业设计的,可以下载去看看
- 2022-03-15 07:56:27下载
- 积分:1
-
N 体问题 python 仿真
它的简单的程序编写 python 这是问题的三个机构的引力场影响下的仿真程序可以很容易扩展到 N 体问题只是通过创建几个更多的对象类的"身体"。
- 2022-07-16 15:08:20下载
- 积分:1
-
live555源码
Live555 是一个为流媒体提供解决方案的跨平台的C++开源项目,它实现了对标准流媒体传输协议 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-05-06 14:55:50下载
- 积分:1
-
LEACH路由协议
应用背景这是爱的能量的自适应聚类层次LEACH路由协议关键技术浸出用神泉模拟器路由算法。
- 2023-07-11 17:20:02下载
- 积分:1
-
此实用程序计算文件的MD5校验码
Linux md5sum 软件包。This utility computes MD5 checksums of files, ignoring end-of-lineconventions unless the -b (binary) flag is set. The file "pgp23.md5"contains the signatures of all the files in the source. If you arein the source directory and run "md5sum -c pgp23.md5", you will getan error message if any files fail to match. If all files match,nothing will be printed.You need to borrow some files from the PGP sources to compile thisutility (md5.c, md5.h, and possibly the getopt implementation); 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-05-25 00:40:03下载
- 积分:1