Skip to content

Instantly share code, notes, and snippets.

@davenewham
Created February 1, 2022 19:32
Show Gist options
  • Star 8 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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
@zeromero-dev
Copy link

thanks! saved me time

@Marshal111222
Copy link

hey

@Marshal111222
Copy link

i need a video to be converted to this thing

@Marshal111222
Copy link

can you help?

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