Created
February 1, 2022 19:32
-
-
Save davenewham/220850ca51667d559bbe9ded6856fd60 to your computer and use it in GitHub Desktop.
Convert video file to telegram webm for animated sticker
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ffmpeg -i input_file.mp4 -framerate 30 -c:v libvpx-vp9 -an -vf scale=512:512 -pix_fmt yuva420p output_sticker.webm |
i need a video to be converted to this thing
can you help?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hey