Posted 22 October 2022 - 22:49
We generate the bootlogo from jpg like so:
ffmpeg -y -loop 1 -i "${img_file}" -pix_fmt yuv420p -frames 5 -r 25 -s 1920x1080 \
-aspect 16/9 -an -vcodec libx264 -profile:v high -preset veryslow -subq 11 \
-crf 20 -level 41 -x264opts "sar=1/1:threads=1:no-psy:bframes=0:ref=0:force-cfr:no-mbtree:sync-lookahead=0:rc-lookahead=0:no-deblock" \
-top 1 -flags +ildct -f h264 "$outputfile"
( I removed the text overlay generation )
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.