Re: Create file in mvi format for boot logo #2
Re: Create file in mvi format for boot logo #3
Re: Create file in mvi format for boot logo #4
Posted 6 December 2011 - 20:31
It is displayed like a recording of which the last frame stays visible, giving the illusion of a still image.
To display images like png or jpeg, you need all kinds of support software, which isn't available when the box boots.
I think we use ffmpeg to generate the mvi from a still image.
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Re: Create file in mvi format for boot logo #5
Re: Create file in mvi format for boot logo #6
Posted 7 December 2011 - 11:16
Make sure you have a 1280x720 jpeg. Example: mypicture.jpg.
$ ffmpeg -i mypicture.jpg -r 25 -b 20000 -s hd720 mypicture.m1v
$ mv mypicture.m1v mypicture.mvi
FTP up to box on /media/hdd/bootlogos and fire up the logomanager...
Re: Create file in mvi format for boot logo #7
Posted 7 December 2011 - 12:51
Further testing has shown that any 16:9 image will show correctly without the need to force the size to 1280x720, so just
$ ffmpeg -i mypicture.jpg -r 25 -b 20000 mypicture.m1v
$ mv mypicture.m1v mypicture.mvi
where my mypicture.jpg is any jpeg with a 16:9 aspect ratio.
FTP to /media/hdd/bootlogos...
Re: Create file in mvi format for boot logo #8
Re: Create file in mvi format for boot logo #9
Re: Create file in mvi format for boot logo #10
Posted 18 September 2021 - 16:29
Please try this one (windows version)
Hi, thanks for the file, but is it safe?
I ran the file by virustotal, and gave me few malware
https://www.virustot...04d52b25a70e973
Re: Create file in mvi format for boot logo #11
Posted 18 September 2021 - 18:15
Please try this one (windows version)
Hi, thanks for the file, but is it safe?
I ran the file by virustotal, and gave me few malware
https://www.virustot...04d52b25a70e973
Re: Create file in mvi format for boot logo #12
Posted 18 September 2021 - 18:16
OK, I think I figured it out with a little help...
Make sure you have a 1280x720 jpeg. Example: mypicture.jpg.
$ ffmpeg -i mypicture.jpg -r 25 -b 20000 -s hd720 mypicture.m1v
$ mv mypicture.m1v mypicture.mvi
FTP up to box on /media/hdd/bootlogos and fire up the logomanager...
That really works great , can setup a batch file.
thanks
BTW, the new openpli (or multiboot) puts in /boot a link to directory /usr/share/bootlogo.mvi
Edited by antonioantonio, 18 September 2021 - 18:19.
3 user(s) are reading this topic
0 members, 3 guests, 0 anonymous users