├── README.md ├── XBox360 splash.mp4 ├── playnite splash muted.bat ├── playnite splash.bat ├── splash loading circle.mp4 ├── splash simple.mp4 ├── splash.mp4 ├── splash1.mp4 ├── splash2.mp4 ├── splash3.mp4 ├── splash4.mp4 ├── splash5.mp4 ├── splash6.mp4 └── splash7.mp4 /README.md: -------------------------------------------------------------------------------- 1 | # playnitesplashintro 2 | The All-Compatible Splash Intro Video Solution for Playnite 3 | 4 | Download [Playnite Splash.bat](https://github.com/tedhinklater/playnitesplashintro/blob/main/playnite%20splash.bat) and [Splash.mp4](https://github.com/tedhinklater/playnitesplashintro/blob/main/splash.mp4) (or any video you want to use). You will need [FFMPEG](https://www.gyan.dev/ffmpeg/builds/ffmpeg-release-essentials.zip) for the video, unzip that to any folder, for example C:\Users\username\Documents\FFMPEG and put the .bat, .mp4 and FFMPEG exe's all together in the FFMPEG folder. 5 | 6 | Right-click ```Playnite Splash.bat``` and click Edit. We need to change 3 paths. 7 | 8 | The first address is going to launch your ```Playnite.FullscreenApp.exe``` find where yours is located (mine is in AppData\Local\Playnite) and paste its address into the .bat, so it looks like this: 9 | 10 | ```"C:\Users\\**YOURUSERNAME**\\AppData\Local\Playnite\Playnite.FullscreenApp.exe"``` 11 | 12 | The 2nd address is for launching ```FFPlay.exe``` which will play the video. Find where it is (for example C:\Users\username\Documents\FFMPEG) and paste it into the .bat, so it looks like this: 13 | 14 | ```"C:\Users\\**YOURUSERNAME**\\Documents\FFMPEG\ffplay.exe"``` 15 | 16 | The 3rd address is for the actual video which will be played. It should be in the same folder as ```FFPlay```, so it will look like this: 17 | 18 | ```"C:\Users\\**YOURUSERNAME**\\Documents\FFMPEG\Splash.mp4"``` 19 | 20 | The final thing to arrange is how you launch it. You can right-click Playnite Splash.bat and click ```Send to > Desktop (Create Shortcut)``` and use that, or for example if you already have a Playnite shortcut in your Start Menu, you can right-click it, Open File Location, right-click the Playnite shortcut, Properties. In the ```Target``` box, put ```C:\Users\YOURUSERNAME\Documents\FFMPEG\Playnite Splash.bat```, so you can run the bat from the Start menu. 21 | 22 | That's it! You can use any video you like as long as it's named ```splash.mp4``` (or whatever the 3rd address target is) 23 | 24 | The below video previews had to be compressed twice to fit GitHub's h264 <10MB limit, videos in the repo at the top are the full quality HEVC versions. 25 | 26 | https://github.com/tedhinklater/playnitesplashintro/assets/66086488/6a6b2afa-d945-44e4-8b9a-c98ec160d6fe 27 | 28 | https://github.com/tedhinklater/playnitesplashintro/assets/66086488/3d3ec587-e23b-4ff1-ad20-d2d550c12bde 29 | 30 | https://github.com/tedhinklater/playnitesplashintro/assets/66086488/665bf86a-e426-447e-9726-760185e2ab0f 31 | 32 | https://github.com/tedhinklater/playnitesplashintro/assets/66086488/03412ee5-6caf-471b-9183-34c6fe400134 33 | 34 | 35 | # The splash videos below were crafted by [Blooderscrew](https://www.reddit.com/user/Desperate-Frame-90) along with an awesome [SPLASH RANDOMIZER](https://www.reddit.com/r/playnite/comments/199ffpy/i_share_videos_splash_screen_and_script_of_a/) 36 | 37 | 38 | https://github.com/tedhinklater/playnitesplashintro/assets/66086488/525f0476-66f8-48a3-ac1d-f3a1933d81af 39 | 40 | https://github.com/tedhinklater/playnitesplashintro/assets/66086488/13270e4c-b8e9-49d2-927b-c5bbf074b089 41 | 42 | https://github.com/tedhinklater/playnitesplashintro/assets/66086488/56c93226-910c-4117-9669-466e9573d9db 43 | 44 | https://github.com/tedhinklater/playnitesplashintro/assets/66086488/42aa5178-8566-430b-a934-f51e007d1e43 45 | 46 | https://github.com/tedhinklater/playnitesplashintro/assets/66086488/dd76db41-d039-464f-b0d1-e869402f57cb 47 | 48 | https://github.com/tedhinklater/playnitesplashintro/assets/66086488/c79c84d1-4235-4a75-8b2f-0599f9b4171d 49 | 50 | https://github.com/tedhinklater/playnitesplashintro/assets/66086488/6fb5f79b-8519-4843-8bcc-4199617c5d79 51 | 52 | 53 | 54 | If you want to run it without audio, use [Playnite Spash Muted.bat](https://github.com/tedhinklater/playnitesplashintro/blob/main/playnite%20splash%20muted.bat) 55 | -------------------------------------------------------------------------------- /XBox360 splash.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedhinklater/playnitesplashintro/10d39579e7405a4713f9141a8535d00006b1bcd0/XBox360 splash.mp4 -------------------------------------------------------------------------------- /playnite splash muted.bat: -------------------------------------------------------------------------------- 1 | start "" "C:\Users\YOURUSERNAME\AppData\Local\Playnite\Playnite.FullScreenApp.exe" --hidesplashscreen 2 | start "" "C:\Users\YOURUSERNAME\Documents\FFMPEG\ffplay.exe" -left 0 -top 0 -x 1920 -y 1080 -alwaysontop -noborder -autoexit -loglevel quiet -loop 1 -an "C:\Users\YOURUSERNAME\Documents\FFMPEG\splash.mp4" 2>NUL 3 | -------------------------------------------------------------------------------- /playnite splash.bat: -------------------------------------------------------------------------------- 1 | set PLAYNITE_PATH="C:\Users\YOURUSERNAME\AppData\Local\Playnite\Playnite.FullscreenApp.exe" 2 | set FFMPEG_PATH="C:\Users\YOURUSERNAME\Documents\FFMPEG\ffplay.exe" 3 | set SPLASH_VIDEO="C:\Users\YOURUSERNAME\Documents\FFMPEG\splash.mp4" 4 | 5 | start "" %PLAYNITE_PATH% --hidesplashscreen 6 | start "" %FFMPEG_PATH% -fs -alwaysontop -noborder -autoexit -loglevel quiet -loop 1 %SPLASH_VIDEO% 2>NUL 7 | -------------------------------------------------------------------------------- /splash loading circle.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedhinklater/playnitesplashintro/10d39579e7405a4713f9141a8535d00006b1bcd0/splash loading circle.mp4 -------------------------------------------------------------------------------- /splash simple.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedhinklater/playnitesplashintro/10d39579e7405a4713f9141a8535d00006b1bcd0/splash simple.mp4 -------------------------------------------------------------------------------- /splash.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedhinklater/playnitesplashintro/10d39579e7405a4713f9141a8535d00006b1bcd0/splash.mp4 -------------------------------------------------------------------------------- /splash1.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedhinklater/playnitesplashintro/10d39579e7405a4713f9141a8535d00006b1bcd0/splash1.mp4 -------------------------------------------------------------------------------- /splash2.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedhinklater/playnitesplashintro/10d39579e7405a4713f9141a8535d00006b1bcd0/splash2.mp4 -------------------------------------------------------------------------------- /splash3.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedhinklater/playnitesplashintro/10d39579e7405a4713f9141a8535d00006b1bcd0/splash3.mp4 -------------------------------------------------------------------------------- /splash4.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedhinklater/playnitesplashintro/10d39579e7405a4713f9141a8535d00006b1bcd0/splash4.mp4 -------------------------------------------------------------------------------- /splash5.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedhinklater/playnitesplashintro/10d39579e7405a4713f9141a8535d00006b1bcd0/splash5.mp4 -------------------------------------------------------------------------------- /splash6.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedhinklater/playnitesplashintro/10d39579e7405a4713f9141a8535d00006b1bcd0/splash6.mp4 -------------------------------------------------------------------------------- /splash7.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tedhinklater/playnitesplashintro/10d39579e7405a4713f9141a8535d00006b1bcd0/splash7.mp4 --------------------------------------------------------------------------------