Recalbox Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • recalbox.com
    • Gitlab repository
    • Documentation
    • Discord
    1. Home
    2. srelysian
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Best 1
    • Controversial 0
    • Groups 0

    srelysian

    @srelysian

    2
    Reputation
    209
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    srelysian Unfollow Follow

    Best posts made by srelysian

    • RE: Disabling startup sound in 4.1 unstable?

      I know this topic is 2 months old but I figured I'd supply an easy answer in case someone else comes looking.

      First you need to remount the system to be writable:
      mount -o remount, rw /

      The file you are looking for is located here:
      cd /recalbox/system/resources/splash

      You can use ffmpeg to strip the audio out:
      ffmpeg -i recalboxintro.mp4 -c copy -an recalboxintro-nosound.mp4

      Then you can rename the original in case you ever want it back and replace it with the new one with the sound stripped out:
      mv recalboxintro.mp4 recalboxintro-orig.mp4
      mv recalboxintro-nosound.mp4 recalboxintro.mp4

      posted in Recalbox General
      srelysian
      srelysian

    Latest posts made by srelysian

    • RE: Disabling startup sound in 4.1 unstable?

      I know this topic is 2 months old but I figured I'd supply an easy answer in case someone else comes looking.

      First you need to remount the system to be writable:
      mount -o remount, rw /

      The file you are looking for is located here:
      cd /recalbox/system/resources/splash

      You can use ffmpeg to strip the audio out:
      ffmpeg -i recalboxintro.mp4 -c copy -an recalboxintro-nosound.mp4

      Then you can rename the original in case you ever want it back and replace it with the new one with the sound stripped out:
      mv recalboxintro.mp4 recalboxintro-orig.mp4
      mv recalboxintro-nosound.mp4 recalboxintro.mp4

      posted in Recalbox General
      srelysian
      srelysian