RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login

    Splash Videos for different Emulators: Suggestions Welcome

    Scheduled Pinned Locked Moved Projects and Themes
    splash videoplaystationemulatorproject
    3 Posts 2 Posters 973 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • soggypeteS
      soggypete
      last edited by

      I have retropie set up so that whenever I load a playstation rom, it first plays a 30 second video of the playstation logo.

      I'd like to set up some splash videos for the others but can't find any good ones.

      Currently using;
      Sega Mega Drive
      Nintendo
      Super Nintendo
      N64
      Gameboy
      Gameboy Colour

      Anyone got any suggestions for cool, short videos to play before the above emulators load their respective ROMs?

      Anyone fancy making something...?

      1 Reply Last reply Reply Quote 0
      • lilbudL
        lilbud
        last edited by

        How about you show us how you got videos to play before rom?

        Creator of the Radiocade: https://retropie.org.uk/forum/topic/6077/radiocade

        Backlog: http://backloggery.com/lilbud

        1 Reply Last reply Reply Quote 0
        • soggypeteS
          soggypete
          last edited by

          1. edit /opt/retropie/configs/all/runcommand-onstart.sh
          nano /opt/retropie/configs/all/runcommand-onstart.sh`
          
          1. paste the following into script (it checks if the system is psx, if so, play the mp4):
          [[ $1 == *psx* ]] && omxplayer -o both -b --layer 10001 /path/to/your/ps1.mp4
          
          1. make it executable.
          chmod a+x /opt/retropie/configs/all/runcommand-onstart.sh
          

          The video I used was found

          1 Reply Last reply Reply Quote 0
          • First post
            Last post

          Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.

          Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.