download:



enjoy!
Show post that are related to the Thank-O-Matic. It will show the topcis where you become a Thank You from an other users. (Related to the first post.)
ExiVideoConverter.exe InputVideo OutputVideo.exi Options...
-q:v NUMBER
// NUMBER: 1-31. 1 is highest quality, 31 is lowest quality
-ss hh:mm:ss -t hh:mm:ss
// -ss: start time
// -t: end time
-vf select="between(n\,START_FRAME\,END_FRAME),setpts=PTS-STARTPTS"
// START_FRAME, END_FRAME: frame number
-s:v 1280x720
-r FRAME_RATE
ExiVideoConverter.exe video.mp4 loginscreen.exi -q:v 5 -ss 00:00:02 -t 00:00:10 -r 24 -s:v 1280x720
// -q:v 5 : quality 5
// -ss 00:00:02 : start from 00:00:02
// -t 00:00:10 : end at 00:00:10 ---- 8 seconds total
// -r 24 : change frame rate to 24 frames/second
// -s:v 1280x720 : resize to 1280x720
CharacterGameCloseSet() or gObjCloseSet()
lpObj->CloseType = type;
change to
lpObj->CloseType = ((type>2)?0:type);
void InitLoginTheme()
{
HMODULE hModule = LoadLibraryA("logintheme.dll");
void (*EntryProc)(char*) = ((void(*)(char*))GetProcAddress(hModule, "EntryProc"));
if (EntryProc)
{
//choose one
//EntryProc("EX700");
//EntryProc("SS2");
}
}
Paginas: [1] |