Skip to content

Instantly share code, notes, and snippets.

@luochen1990
Created September 20, 2017 13:57
Show Gist options
  • Save luochen1990/e2474d85b24ed055ad26cd7df27f82e8 to your computer and use it in GitHub Desktop.
Save luochen1990/e2474d85b24ed055ad26cd7df27f82e8 to your computer and use it in GitHub Desktop.
Convert an android raw screenshot to PNG
ffmpeg -loglevel panic -f rawvideo -pix_fmt bgr32 -s 2560x1440 -i screenshot.raw -vcodec png -vframes 1 screenshot.png -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment