Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 660 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 660 Bytes

AviUtlSDK-EN

Header files of AviUtl SDK with comments in English

Primary header

filter.h

The most important header. You need this for most image-processing stuff.

output.h

Required if you make export plugins, e.g. GIF Encoder GUI, x264 Encoder GUI

Language DLL sample

_\VS2013\EnModAul_

Filter plugin demo application

\filter_plugin_demo\filter_plugin_demo.sln

This project demonstrates a few things:

  1. How to switch UI language automatically base on codepage info
  2. Setting sliders, checkboxes and buttons
  3. Invocation timing of subroutines
  4. Capture button click
  5. Capture slider/checkbox changes
  6. Image data area