Skip to content

Instantly share code, notes, and snippets.

@xlab
Created April 7, 2013 15:47
Show Gist options
  • Save xlab/5331001 to your computer and use it in GitHub Desktop.
Save xlab/5331001 to your computer and use it in GitHub Desktop.
Allwinner A10 - initlogo.rle - ARGB8888 (simply RGB32)
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
@jankowskib
Copy link

Thanks, that was very helpful :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment