Vu+ Bootlogos
- Create a picture with the target size, e.g. FullHD = 1920x1080, e.g. with Gimp
- Transform the picture to an Mpeg2 stream, e.g. with ffmpeg
``` ffmpeg -i some_picture.jpeg some_picture.m2v ```
- Copy the picture over to the Vu+ Box, in this case a Vu+Zero named vuzero
``` scp some_picture.m2v root@vuzero:/usr/share/enigma2/radio.mvi ```
The radio.mvi lends itself for testing, because you can just switch to radio mode to see it
Other candidates are (not tested yet) ``` /usr/share/bootlogo.mvi /usr/share/backdrop.mvi /usr/share/reboot.mvi /usr/share/update_in_progress.mvi /usr/share/enigma2/radio.mvi /usr/share/bootlogo_wait.mvi /usr/share/shutdown.mvi
/usr/share/vuplus-bootlogo/bootlogo.mvi /usr/share/vuplus-bootlogo/backdrop.mvi /usr/share/vuplus-bootlogo/reboot.mvi /usr/share/vuplus-bootlogo/update_in_progress.mvi /usr/share/vuplus-bootlogo/bootlogo_wait.mvi /usr/share/vuplus-bootlogo/shutdown.mvi
/boot/bootlogo.mvi /boot/backdrop.mvi /boot/reboot.mvi /boot/update_in_progress.mvi /boot/bootlogo_wait.mvi /boot/shutdown.mvi ```