Skip to content

Instantly share code, notes, and snippets.

@davenewham
Created February 1, 2022 19:32
Show Gist options
  • Save davenewham/220850ca51667d559bbe9ded6856fd60 to your computer and use it in GitHub Desktop.
Save davenewham/220850ca51667d559bbe9ded6856fd60 to your computer and use it in GitHub Desktop.
Convert video file to telegram webm for animated sticker
ffmpeg -i input_file.mp4 -framerate 30 -c:v libvpx-vp9 -an -vf scale=512:512 -pix_fmt yuva420p output_sticker.webm
@Marshal111222
Copy link

can you help?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment