Skip to content

Instantly share code, notes, and snippets.

@mhsattarian
Created February 3, 2022 13:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mhsattarian/63e7ec466781bf4815e8b37f69c9487c to your computer and use it in GitHub Desktop.
Save mhsattarian/63e7ec466781bf4815e8b37f69c9487c to your computer and use it in GitHub Desktop.
Format video for telegram's video stickers (WEBM + VP9 + transparent layer + scale)
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