Recalbox Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • recalbox.com
    • Gitlab repository
    • Documentation
    • Discord

    Personal video as screensaver

    Recalbox General
    personal screensaver
    3
    6
    716
    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.
    • flame922
      flame922 last edited by

      Hello everyone,
      is it possible to launch a video that I uploaded myself in my recalbox.
      My arcade terminal will be in a company and I'd like it to be able to launch a showreel video of my company when it's not in use.
      Thanks for responses

      poppadum 1 Reply Last reply Reply Quote 0
      • poppadum
        poppadum @flame922 last edited by

        @flame922 You may be able to achieve that using the script mechanism: see Scripts on EmulationStation events in the wiki.

        The sleep event is triggered when the screensaver kicks in, so how about creating a script named e.g. /recalbox/share/userscripts/playvideo[sleep].sh which launches your video.

        On RasPi you can play videos with:
        /usr/bin/ffmpeg -c:v rawvideo -pix_fmt rgb565le -f fbdev /dev/fb0 -re -i $file

        or on PC:
        /usr/bin/mpv --quiet --alpha=blend --loop $file

        1 Reply Last reply Reply Quote 0
        • DerDenny1982
          DerDenny1982 last edited by

          Editiere die /recalbox/share/screenshots/gamelist.xml wie folgt

          <gameList>
          <game source="Recalbox" timestamp="0">
          <video>video.mp4</video>
          <ratio>auto</ratio>
          <name>Dennys Spielepalast</name>
          <path>video.mp4</path>
          </game>
          </gameList>

          Dann die Datei video.mp4 in den Ordner /recalbox/share/screenshots

          Dann den Bildschirmschoner aktivieren und fertig.

          flame922 1 Reply Last reply Reply Quote 2
          • flame922
            flame922 @DerDenny1982 last edited by

            @DerDenny1982 not working for me. Or i don't understand exactly what is the way. in my /recalbox/share/screenshots/. i don't have gamelist.xml .

            PLEASE HELP ME

            poppadum DerDenny1982 2 Replies Last reply Reply Quote 0
            • poppadum
              poppadum @flame922 last edited by

              @flame922 I think /recalbox/share/screenshots/gamelist.xml is created the first time you save a screenshot.

              Have you tried just creating the file with the contents @DerDenny1982 suggests?

              1 Reply Last reply Reply Quote 0
              • DerDenny1982
                DerDenny1982 @flame922 last edited by

                @flame922 My folder (/recalbox/share/screenshots/) was empty.Then I have created a video file (video.mp4) and uploaded it to the folder with the gamelist.xml file. Restart the system and choose the Gameplay Screensaver. Sorry for my bad English. 🙂

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

                Want to support us ?

                75
                Online

                99.6k
                Users

                28.1k
                Topics

                187.1k
                Posts

                Copyright © 2021 recalbox.com