I have added custom splash animation using mplayer at video output fbdev2 as omxplayer is now obsolete. When I reboot the machine my screen stays black for some time before the animation kicks in. I want to know how can I get rid or minimize that delay and show my video till whole boot up process?
My service script
Code: Select all
[Unit]
Description=Splash Screen
DefaultDependencies=no
After=local-fs.target
[Service]
ExecStart=/usr/bin/mplayer -flip -loop 0 -vf scale=1280:800 -vo fbdev2 /home/pi/splash.mp4
StandardInput=tty
StandardOutput=tty
[Install]
WantedBy=sysinit.target