Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
splash_boot [2021/09/28 22:59] – added a "demonstration" video atarisplash_boot [2022/05/22 02:42] (current) lbrpdx
Line 9: Line 9:
 The custom user splash can be either of the following: The custom user splash can be either of the following:
  
-  * MP4 videos (for **RPi, RPi2, RPi3, Odroid XU4, Odroid N2/N2+, Khadas VIM3 and RockPro64**... and **Pi4 and PC** on Batocera **v31**+)  +  * MP4 videos (for **RPi****RPi2****RPi3****Odroid XU4****Odroid N2**/**N2+****Khadas VIM3** and **RockPro64**... and **Pi4**, **s905gen3** and **PC** on Batocera **v31** and higher)  
-  * A fixed PNG image (for all platforms)+  * A static PNG image (for all platforms)
  
-Video (if available for the platform) gets higher loading priority than images if both are present in the custom user splash folder.. You can find an assortment of splash videos [[https://batocera.org/videos/boot/|on our server]]. There are also some on [[https://www.batoceranation.com/downloads/|BatoceraNation's download page]].+Video (if available for the platform) gets higher loading priority than images if both are present in the custom user splash folder. Here are some splash screen/video resources: 
 +  * [[https://batocera.org/videos/boot/|SnakerVill's splashes and others on our server]] 
 +  * [[https://www.batoceranation.com/downloads/|BatoceraNation's download page]] 
 +  * [[https://www.youtube.com/channel/UCJdquk3Rr_nZVLEc9JryhAA/videos|Splash Screen Studio's Youtube channel]] 
 +  * [[https://github.com/Hew-ux/batocera-assets/tree/main/splash-screens|The Batocera-Assets repository's splash screen folder]] and [[https://github.com/Hew-ux/batocera-assets/tree/main/archive/splash-screens|its archives]]. 
 +  * [[https://mega.nz/folder/Q6B0iLjQ#oFP0d6huWdHGQLaAVvsgmQ|Hel Mic's splash video Mega folder]]. Here's a [[https://www.youtube.com/watch?v=S1-deoLf_cA&list=PLHL2dKEpMn1GmfvrtFioLd5MQgXD4VoCi&index=24|YouTube playlist]] that includes them.
  
 Since Batocera **5.27** the process of adding splash images or videos is much easier to do. Just copy the appropriate files to ''/userdata/splash/''. On the next reboot you will see your new splashes! Since Batocera **5.27** the process of adding splash images or videos is much easier to do. Just copy the appropriate files to ''/userdata/splash/''. On the next reboot you will see your new splashes!
Line 31: Line 36:
   splash.screen.enabled=0   splash.screen.enabled=0
      
-Don't forget that for any modification on ''/boot'', you should read [[:edit_boot_partition|this instruction page on how to do so]] first.+<WRAP center round tip> 
 +Don't forget that for any modification on ''/boot/'', you should read [[:edit_boot_partition|this instruction page on how to do so]] first. 
 +</WRAP>
  
 By default, the sound is enabled. To disable it, edit the file ''batocera.conf'' (from the SHARE partition of your SDCard/USB, not the same as above) to get a line exactly like this one (without #): By default, the sound is enabled. To disable it, edit the file ''batocera.conf'' (from the SHARE partition of your SDCard/USB, not the same as above) to get a line exactly like this one (without #):
Line 38: Line 45:
 If you need to rotate the splash video, you can tune this parameter in the same file ''batocera.conf'' (which also rotates EmulationStation): If you need to rotate the splash video, you can tune this parameter in the same file ''batocera.conf'' (which also rotates EmulationStation):
   display.rotate=1   display.rotate=1
 + 
 The value for rotation can be ''0'', ''1'', ''2'' or ''3'' representing 0, 90, 180 or 270 degrees of rotation respectively. The value for rotation can be ''0'', ''1'', ''2'' or ''3'' representing 0, 90, 180 or 270 degrees of rotation respectively.
 + 
 +By default, the Batocera version is overlaid on top of the video. To disable the overlay, edit the file ''batocera.conf'' (from the SHARE partition of your SDCard/USB) to get a line exactly like this one (without #):
 +  splash.screen.subtitle=0
  
 If you want to resize the splash video to a new resolution, add the following line to ''batocera.conf'' (Batocera **v32** and above): If you want to resize the splash video to a new resolution, add the following line to ''batocera.conf'' (Batocera **v32** and above):
Line 46: Line 56:
 With of course the resolution you want. With of course the resolution you want.
  
-<WRAP center round tip 60%>+<WRAP center round tip>
 This can help with laggy splash videos on 4k TVs! Though, depending on the TV, this might not help at all. This can help with laggy splash videos on 4k TVs! Though, depending on the TV, this might not help at all.
 </WRAP> </WRAP>
Line 64: Line 74:
 ===== Changing the boot splash ===== ===== Changing the boot splash =====
  
-You'll notice that Batocera always displays the default Batocera splash image before your own custom one. This is by design, as Batocera cannot access the userdata partition until later in the boot sequence. If you'd like to change this image, however, you still can. Simply replace the file at ''/usr/share/batocera/splash/boot-logo.png'' with another PNG file and then run ''batocera-save-overlay'' [[:access_the_batocera_via_ssh|via SSH]]. You'll have to do this every update. Note that **only** PNG image files are supported here, no videos.+You'll notice that Batocera always displays the default Batocera splash image before your own custom one. This is by design, as Batocera cannot access the userdata partition until later in the boot sequence. If you'd like to change this image, however, you still can. Simply replace the file at ''/usr/share/batocera/splash/boot-logo.png'' with another PNG file and then run ''batocera-save-overlay'' [[:access_the_batocera_via_ssh|via SSH]]. You'll have to do this every update. Note that you can **only** replace the PNG image with another PNG image, other types of media will simply not be read. 
 + 
 +<WRAP center round info> 
 +You may notice there is a separate ''splash.mp4'' file, this is the "default" splash video. If intending on using your own splash video, there is no need to replace this here as any video file found in ''/userdata/splash/'' will automatically replace this at boot. 
 +</WRAP>
  
 In case you'd like to completely "disable" it, here is a black PNG image file you can use in its place (click for the full 1920x1080 image): In case you'd like to completely "disable" it, here is a black PNG image file you can use in its place (click for the full 1920x1080 image):
  • splash_boot.1632869980.txt.gz
  • Last modified: 5 years ago
  • by atari