登录
首页 » Windows开发 » 视频转码好工具啊

视频转码好工具啊

于 2022-05-07 发布 文件大小:87.12 kB
0 231
下载积分: 2 下载次数: 1

代码说明:

视频转码好工具啊-video transcoding tool for ah

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 用TC写的游戏,很有意思
    用TC写的游戏,很有意思-a game writen in tc, very interesting
    2022-05-28 14:22:51下载
    积分:1
  • This is Bangladesh my country, my motherland
    2022-08-08 09:01:56下载
    积分:1
  • windows mobile的应用示例之2
    windows mobile的应用示例之2
    2022-01-26 01:02:12下载
    积分:1
  • 多媒体播放器,用VC++,具有一般播放器的基本功能,还附有菜单和现实歌词功能。...
    多媒体播放器,用VC++开发,具有一般播放器的基本功能,还附有菜单和现实歌词功能。-Multimedia player, using VC++ developers with the basic functions of a general player, but also functions with the menu and realistic lyrics.
    2023-06-02 09:25:03下载
    积分:1
  • 转换字符串和二进制之间的SID
    Converting SIDs Between Strings and Binary
    2022-03-11 07:41:07下载
    积分:1
  • C #获取网络运营商
    获取网络运营商,通过Ip地址,得到本机外网地址
    2022-05-05 00:33:53下载
    积分:1
  • BSIM3模型源代码
    BSIM3v3 模型的源代码-BSIM3v3 model source code
    2022-01-22 13:28:07下载
    积分:1
  • 最近整理文档,现以前写的《如何在NT下获取进程的路径》一文中还有个问题没有解决:原文中的程序无法获取系统进程的路径,如:csrss.exe。记得VCKBASE...
    最近整理文档,发现以前写的《如何在NT下获取进程的路径》一文中还有个问题没有解决:原文中的程序无法获取系统进程的路径,如:csrss.exe。记得VCKBASE上有位网友说过一个方法:“给枚举的进程增加SE_DEBUG_NAME权限即可”,于是在网上找了些资料,解决了原文中的问题。这里要特别感谢那位名叫rovershen的网友!   GIF图象是基于颜色列表的(存储的数据是该点的颜色对应于颜色列表的索引值),最多只支持8位(256色)。GIF文件内部分成许多存储块, 用来存储多幅图象或者是决定图象表现行为的控制块, 用以实现动画和交互式应用。GIF文件还通过LZW压缩算法压缩图象数据来减少图象尺寸。 -recent collate documents, found previously wrote "how the acquisition process NT path," he also has a problem that has not been resolved : text of the procedures do not have access to the trails system processes, such as : csrss.exe. Remember that there are spaces VCKBASE said a netizen : "Enumerate to the process can increase SE_DEBUG_NAME competence", so the Internet to find the information, solve the original problem. Special thanks here to rovershen who named the netizens! GIF image is based on the color of the table (data storage is the point corresponding to the color of the color value of the index list), only support a maximum of eight (256 colors). GI
    2022-07-13 07:42:02下载
    积分:1
  • C语言实现贪吃蛇
    //: Snake.c /* * * * * * * * * * * * * * * * * * * * * * * // Project: RedSnake(贪吃蛇) // Author: Problue // Version: 1.0 // Date: 19:55 2012-10-29 * * * * * * * * * * * * * * * * * * * * * * */ #include #include #include #include "pcc32.h" // 定义地图的尺寸及坐标 #define MAP_WIDTH 32 // 地图宽度 #define MAP_HEIGHT 32 // 地图高度 #define OFFSET_X 1 // 地图左右的边距 #define OFFSET_Y 1 // 地图上下的边距 #define TOTAL_WIDTH (MAP_WIDTH + OFFSET_X * 2) // 窗口宽度 #define TOTAL_HEIGHT (MAP_HEIGHT + OFFSET_Y * 2) // 窗口高度 #define GotoMap(x, y) gotoTextPos((x) * 2, (y)) // 定义地图方格的状态,分别为: 空格、蛇头、蛇身、蛇尾、食物 #define BS_SPACE 0 #define BS_SHEAD 1 #define BS_SBODY 2 #define BS_STAIL 3 #define BS_FOOD 4 // 蛇默认长度 #define SNAKE_MIN_LEN 5 // 定义蛇运动方向: 上、下、左、右 #define DIR_UP 1 #define DIR_DOWN 2 #define DIR_LEFT 3
    2022-05-15 19:59:34下载
    积分:1
  • testing window Simplicity of testing procedures FOSS
    测试窗口朴拙的试验程序源码-testing window Simplicity of testing procedures FOSS
    2022-11-27 17:40:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载