Skip to content

Instantly share code, notes, and snippets.

View wrong-about-everything's full-sized avatar
🌴
On vacation

wrong-about-everything

🌴
On vacation
View GitHub Profile
@davenewham
davenewham / gist:220850ca51667d559bbe9ded6856fd60
Created February 1, 2022 19:32
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