-
DX9录像ffmpeg编码H.264
应用背景由DX9捕获屏幕数据给ffmpeg编码成H.264 但性能不是很好 代码不多,ffmpeg的头文件和链接库自己去官网找 关键技术
bool directx_cap::get_frame_to_buffer(int size, DWORD* buffer)
{
if (sizeGetFrontBufferData(0, d3d9_sur_ptr_);
D3DLOCKED_RECT lockedRect;
if (FAILED(d3d9_sur_ptr_->LockRect(&lockedRect, NULL, D3DLOCK
- 2022-03-14 06:25:01下载
- 积分:1
-
Hotel Management
使用Microsoft Access 2010和易于添加的功能管理小型旅馆,希望它能在预订、住宿和计费方面帮助小型旅馆
- 2022-07-06 10:55:34下载
- 积分:1
-
为了让用户方便地通过程序访问某个网站,需要采用具有超级链接功能的控件。本程序设计了一个具有超级链接功能的控件。...
为了让用户方便地通过程序访问某个网站,需要采用具有超级链接功能的控件。本程序设计了一个具有超级链接功能的控件。-In order to allow users to easily access through a Web site, require the use of hyperlinks with the control function. This procedure is designed with a hyperlink control function.
- 2022-12-24 15:10:03下载
- 积分:1
-
VB.Net Game Development code
//VB 游戏开发代码,包含游戏的具体算法,界面显示,游戏引擎的调用处理。
- 2022-01-26 17:50:14下载
- 积分:1
-
a wonderful achievement of snow, legends of Santa Claus, very cool!
一个用JAVA实现的奇妙雪景,有传说中的圣诞老人,极酷!-a wonderful achievement of snow, legends of Santa Claus, very cool!
- 2022-05-20 19:04:31下载
- 积分:1
-
通过把rgb 图像转变为grey 图像,再转变为黑白图像,自动识别细胞边缘的matlba程序。
通过把rgb 图像转变为grey 图像,再转变为黑白图像,自动识别细胞边缘的matlba程序。-Through the rgb image into a gray image, and then into a black-and-white images, automatic recognition of cell edge of matlba procedures.
- 2022-11-11 03:55:03下载
- 积分:1
-
vbflag值得算法演示,多多学习没有坏处,
vbflag值得算法演示,多多学习没有坏处,-vbflag worth algorithm demo, it is not detrimental to learn more, a little
- 2022-06-16 20:05:13下载
- 积分:1
-
堆管理程序,写了好长时间的
堆管理程序,写了好长时间的-heap management procedures, write a good time
- 2023-07-16 17:55:03下载
- 积分:1
-
老人头特效(酷比)php实现代码 ,可以自己修改代码的一些内容。...
老人头特效(酷比)php实现代码 ,可以自己修改代码的一些内容。-The first effects the elderly (more than cool) php code, can modify some of the contents of the code.
- 2022-09-24 13:40:02下载
- 积分:1
-
屏幕取词VC6.0源码
DLLEXPORT BOOL WINAPI SetNHW32() { if(g_hHook == NULL) { g_hHook = SetWindowsHookEx(WH_GETMESSAGE, GetMsgProc, g_hinstDll, 0); if (g_hHook == NULL) { MessageBox(NULL, __TEXT("Error hooking: SetWindowsHookEx fail"), __TEXT("GetWord"), MB_OK); return FALSE; } } return TRUE;}
- 2022-05-28 06:17:38下载
- 积分:1