Skip to content

Instantly share code, notes, and snippets.

@siutin
Created February 1, 2022 05:02
Show Gist options
  • Save siutin/ee8d285297a4328f73c5dad919fbd026 to your computer and use it in GitHub Desktop.
Save siutin/ee8d285297a4328f73c5dad919fbd026 to your computer and use it in GitHub Desktop.
create Telegram Video Sticker from images/video
#!/bin/bash
ffmpeg -i $1 -c:v libvpx-vp9 -pix_fmt yuva420p -auto-alt-ref 0 -r 30 -t 3 -filter:v scale=512:-1 -an $1.webm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment