Last active
July 21, 2025 12:07
-
-
Save mnishiguchi/dd738c156923ca814c222f51f0098294 to your computer and use it in GitHub Desktop.
piyopiyoex_rgb565
ffmpeg -y -i input.png -vf "scale=320:480:flags=lanczos,pad=320:480:0:80:color=black" -f rawvideo -pix_fmt rgb565be output_320x480.rgb565
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
image credit: https://piyopiyoex.connpass.com/
Thanks nako-san!