-
FilterTitleOverlay字幕叠加过滤器用于在GIS视频…
FilterTitleOverlay字幕叠加Filter是一个用于在视频上叠加字幕的Filter,本软件VC下编译通过,可以实现字幕的滚动,调整字体大小等。-FilterTitleOverlay subtitles superimposed Filter is used in a video on the overlay subtitles Filter, this software is compiled by VC can be achieved rolling subtitles, adjust the font size.
- 2022-08-10 11:03:58下载
- 积分:1
-
dephi 下的Dirextx的开发说明
dephi 下的Dirextx的开发说明-under development Note Dirextx
- 2022-01-26 06:40:37下载
- 积分:1
-
应用DX编写的一个小3D游戏 基本实现了人物走动等功能 并且可以多人联机...
应用DX编写的一个小3D游戏 基本实现了人物走动等功能 并且可以多人联机-Applications DX prepared basically a small 3D game features a character and can move around more than on-line
- 2023-07-12 19:30:09下载
- 积分:1
-
Enumerate all the video device name and path name
枚举所有视频设备名和路径名
- 2022-09-13 21:05:02下载
- 积分:1
-
d3d9wj
#include <windows.h>
#include "d3d9.h"
#include "main.h"
tDirect3DCreate9 oDirect3DCreate9;
IDirect3D9 *APIENTRY hkDirect3DCreate9(UINT SDKVersion)
{
IDirect3D9 *d3dint = oDirect3DCreate9(SDKVersion);
if( d3dint != NULL )
{
hkIDirect3D9 *ret = new hkIDirect3D9(&d3dint);
add_log("Direct3DCreate9(%i) succeeded...", SDKVersion);
add_log("Hooked Direct3D9 interface: 0x%x -> 0x%x", ret->m_pD3Dint, ret);
}
else
add_log("Direct3DCreate9(%i) failed...", SDKVersion);
return d3dint;
}
- 2020-06-22 08:00:02下载
- 积分:1
-
volumemeter(Managed DirectX)
VolumeMeter (Managed DirectX)
This project is a live volume meter control for monitoring audio levels from a sound card. It is written entirely in C#, and uses Microsoft s Managed DirectX (June release). You can drag-and-drop the control into any Windows Forms application. You may select the input, and tweak the appearance of the animation through various parameters.
The idea behind this project is to maintain a very short buffer of audio and constantly record into it. The control is on a timer, and periodically queries the buffer to see what volume level the most recent sample has, and then sets a progress bar s value accordingly.
- 2022-03-25 07:11:13下载
- 积分:1
-
DXVA Checker 1810. Watching h.264 videos using DirectX Video Acceleration (DXVA)...
DXVA Checker 1810. Watching h.264 videos using DirectX Video Acceleration (DXVA).
- 2022-01-26 19:22:15下载
- 积分:1
-
用DriverStudio开发PCI设备驱动程序
用DriverStudio开发PCI设备驱动程序-DriverStudio development with PCI Device Driver
- 2022-06-26 00:20:36下载
- 积分:1
-
canvasFrame
说明: 这是一段在VC6环境下编写的用DirectX实现图片镂空效果的源代码。(This is a period in the preparation of the VC6 environment to achieve images with DirectX source code hollowing effect.)
- 2009-08-07 11:00:24下载
- 积分:1
-
c# realize achieved with directx video playback, the code is very simple, and re...
c#下实现用directx实现视频的播放,代码很简单,并实现视频截屏,很好很强大!-c# realize achieved with directx video playback, the code is very simple, and realize the video screen, very good very powerful!
- 2023-04-25 19:15:03下载
- 积分:1