im-avisynth.rc

来自「avisynth-source-0.3.zip,avi edit src」· RC 代码 · 共 56 行

RC
56
字号
//#define RSCL32(a,b,c,d)   0x ## c ## d, 0x ## a ## b
//#define LC(a,b,c,d)       #d, #c, #b, #a
//#define RSCS32(a)         a, 0

1000 IMPT DISCARDABLE
BEGIN
	0x0000
	0x20535641
END

16000  PiPL  DISCARDABLE
BEGIN
	1, /* First byte must always be 1 */
	0L, /* kCurrentPiPL Version */
	00006L, /* Property count */
	"MIB8", /* '8BIM' */
	"dnik", /* 'kind' PIKindProperty */
	0L, /* Index */
	00004L, /* Length */
	"TPMI", /* 'IMPT' Premiere Importer plug-in */

	"MIB8", /* '8BIM' */
	"eman", /* 'name' PINameProperty */
	0L, /* Index */
	00028L, /* Length */
	"\x1AAvisynth/VirtualDub Import\0", 

	"MIB8", /* '8BIM' */
	"ANMe", /* 'eMNA' After Effects Name */
	0L, /* Index */
	00012L, /* Length */
	"\x0ASDK Import\0", 

	"MIB8", /* '8BIM' */
	"RVPe", /* 'ePVR' AE_PiPL_Version */
	0L, /* Index */
	00004L, /* Length */
	2, /* Minor vers */
	2, /* Major vers */

	"MIB8", /* '8BIM' */
	"RVSe", /* 'eSVR' AE_Effect_Spec_Version */
	0L, /* Index */
	00004L, /* Length */
	1, /* Max x */
	0, /* Max y */

	"MIB8", /* '8BIM' */
	"REVe", /* 'eVER' After Effects Version */
	0L, /* Index */
	00004L, /* Length */
	0X00280600L, 

END

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?