Created
April 7, 2013 15:47
-
-
Save xlab/5331001 to your computer and use it in GitHub Desktop.
Allwinner A10 - initlogo.rle - ARGB8888 (simply RGB32)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ffmpeg -vframes 1 -vcodec rawvideo -f rawvideo -pix_fmt rgb32 -s 1024x768 -i initlogo.rle -vcodec png logo.png | |
ffmpeg -vcodec png -i logo.png -vframes 1 -vcodec rawvideo -f rawvideo -pix_fmt rgb32 initlogo.rle |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks, that was very helpful :)