Created
February 3, 2022 13:36
-
-
Save mhsattarian/63e7ec466781bf4815e8b37f69c9487c to your computer and use it in GitHub Desktop.
Format video for telegram's video stickers (WEBM + VP9 + transparent layer + scale)
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 -i video.mp4 -c:v vp9 -pix_fmt yuva420p -b:v 1M -vf "fps=30,scale=512:-1" -an video.webm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment