Created
September 20, 2017 13:57
-
-
Save luochen1990/e2474d85b24ed055ad26cd7df27f82e8 to your computer and use it in GitHub Desktop.
Convert an android raw screenshot to PNG
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 -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