<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Daniel Wohlgemuth</title>
    <description>The latest articles on DEV Community by Daniel Wohlgemuth (@danielwohlgemuth).</description>
    <link>https://dev.to/danielwohlgemuth</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3899363%2F497caf29-9eca-43d5-bf12-fe635794be4a.jpg</url>
      <title>DEV Community: Daniel Wohlgemuth</title>
      <link>https://dev.to/danielwohlgemuth</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/danielwohlgemuth"/>
    <language>en</language>
    <item>
      <title>How to Set a Custom Startup Movie on Steam Deck</title>
      <dc:creator>Daniel Wohlgemuth</dc:creator>
      <pubDate>Sun, 26 Apr 2026 23:02:55 +0000</pubDate>
      <link>https://dev.to/danielwohlgemuth/how-to-set-a-custom-startup-movie-on-steam-deck-20de</link>
      <guid>https://dev.to/danielwohlgemuth/how-to-set-a-custom-startup-movie-on-steam-deck-20de</guid>
      <description>&lt;p&gt;Recently, I wanted to know how I could turn of the startup sound on the Steam Deck. After a bit of searching I found that there is not an option for that, but since it's just a video, it can be replaced with a silent one. &lt;br&gt;
There are 3 ways to replace the boot animation:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Using a movie from the  &lt;a href="https://store.steampowered.com/points/shop/c/startupmovie" rel="noopener noreferrer"&gt;Steam Points Shop&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Using the &lt;a href="https://github.com/TheLogicMaster/SDH-AnimationChanger" rel="noopener noreferrer"&gt;Animation Changer&lt;/a&gt; plugin for &lt;a href="https://decky.xyz/" rel="noopener noreferrer"&gt;Decks Loader&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Use an own movie.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;In this walkthrough I want to explain how you can set your own movie as the startup movie.&lt;/p&gt;

&lt;p&gt;Here are the steps:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Open the &lt;strong&gt;Steam menu&lt;/strong&gt; by pressing the Steam button or the B button.&lt;/li&gt;
&lt;li&gt;Select the &lt;strong&gt;Power&lt;/strong&gt; option.&lt;/li&gt;
&lt;li&gt;Select &lt;strong&gt;Switch to Desktop&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Open the &lt;strong&gt;file explorer&lt;/strong&gt;. I'm assuming it's Dolphin.&lt;/li&gt;
&lt;li&gt;Select &lt;strong&gt;Home&lt;/strong&gt; in the top left corner to go to your home folder.&lt;/li&gt;
&lt;li&gt;Open the hamburger menu in the top right and make sure the &lt;strong&gt;Show Hidden Files&lt;/strong&gt; option is &lt;strong&gt;checked&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Open the &lt;code&gt;.steam&lt;/code&gt; folder. Next, open the &lt;code&gt;root&lt;/code&gt; folder and then the &lt;code&gt;config&lt;/code&gt; folder.&lt;/li&gt;
&lt;li&gt;If you see an &lt;code&gt;uioverrides&lt;/code&gt; folder, open it. Otherwise, create it first.&lt;/li&gt;
&lt;li&gt;Inside the &lt;code&gt;uioverrides&lt;/code&gt; folder should be a &lt;code&gt;movies&lt;/code&gt; folder. If it's missing, create and then open it. You should now be in &lt;code&gt;/home/deck/.steam/root/config/uioverrides/movies/&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Place the movie in this folder. It should be in the &lt;code&gt;webm&lt;/code&gt; file format and be less than 30 second long.&lt;/li&gt;
&lt;li&gt;Open the hamburger menu in the top right, &lt;strong&gt;uncheck Show Hidden Files&lt;/strong&gt;, and close the file explorer.&lt;/li&gt;
&lt;li&gt;Double-click on &lt;strong&gt;Return to Gaming Mode&lt;/strong&gt; or restart the Steam Deck.&lt;/li&gt;
&lt;li&gt;Open the &lt;strong&gt;Steam menu&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Select &lt;strong&gt;Settings&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Select &lt;strong&gt;Customization&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Select your movie. &lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Now you should have your own movie show up when your Steam Deck starts. &lt;/p&gt;

&lt;p&gt;Two more things.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;You can skip the startup movie by pressing any button on the front or top of the Steam Deck.&lt;/li&gt;
&lt;li&gt;You can create a movie out of a single image using &lt;code&gt;ffmpeg -loop 1 -t 5 -i startup.jpg startup.webm&lt;/code&gt;. Here, &lt;code&gt;-loop 1&lt;/code&gt; means the same image will be used for every frame, &lt;code&gt;-t 5&lt;/code&gt; means the movie will be 5 seconds long, &lt;code&gt;-i startup.jpg&lt;/code&gt; is the input image, and &lt;code&gt;startup.webm&lt;/code&gt; is the output movie.&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>beginners</category>
      <category>linux</category>
      <category>tutorial</category>
      <category>ui</category>
    </item>
  </channel>
</rss>
