CUSTOM LOGIN SCREEN WITH VIDEOS PLUGIN

Started by fratika, Apr 20, 2023, 12:27 AM

fratika


1xxx.png




support main:
1.02.03 ( season 2 )
1.04.10 ( season 3 )
1.05.30 ( season 4 )
1.04.04 ( season 6 )
1.04.05 ( season 6 )
1.05.07 ( season 8 )
1.05.24 ( season 9 )
1.19.46 ( season 16 )
1.19.75 ( season 17 )
1.19.88 ( season 17 )

- v1.2 : fixed crash on windows 7 and lower

Advantages:
- use only one dll file

Disadvantages:
- GPU usage is a bit higher
- low compression

how to use:
- copy LoginScreen.dll to client directory
- add to MainInfo or add this to your src LoadLibrary("LoginScreen.dll");
- use ExiVideoConverter.exe to create a loginscreen.exi video
- copy loginscreen.exi to \\Data\\ directory

ExiVideoConverter.exe InputVideo OutputVideo.exi Options...

+ some options:

- change quality
-q:v NUMBER

// NUMBER: 1-31. 1 is highest quality, 31 is lowest quality

- cut by time base
-ss hh:mm:ss -t hh:mm:ss

// -ss: start time
// -t: end time

- cut by frame base
-vf select="between(n\,START_FRAME\,END_FRAME),setpts=PTS-STARTPTS"

// START_FRAME, END_FRAME: frame number

- resize
-s:v 1280x720
- change frame rate
-r FRAME_RATE
example:
open cmd.exe
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

Sorry but you are not allowed to view spoiler contents.



You require the following to view this post content:
  • To see this content, please click the "-SAY THANKS-" button located on the bottom-right of this post.




For those who need help, here is the video guide on how to make this work:



WebZen:

Fratika is the best :D

warhead143

  •  

DraconMG

  •  

Powered by SMFPacks Ads Manager Mod