a63f264804
Signed-off-by: Sumner Evans <sumner.evans@automattic.com>
20 lines
864 B
YAML
20 lines
864 B
YAML
# Get your own API keys at https://my.telegram.org/apps
|
|
app_id: 12345
|
|
app_hash: tjyd5yge35lbodk1xwzw2jstp90k55qz
|
|
|
|
animated_sticker:
|
|
# Format to which animated stickers should be converted.
|
|
# disable - No conversion, send as-is (gzipped lottie)
|
|
# png - converts to non-animated png (fastest),
|
|
# gif - converts to animated gif
|
|
# webm - converts to webm video, requires ffmpeg executable with vp9 codec and webm container support
|
|
# webp - converts to animated webp, requires ffmpeg executable with webp codec/container support
|
|
target: gif
|
|
# Should video stickers be converted to the specified format as well?
|
|
convert_from_webm: false
|
|
# Arguments for converter. All converters take width and height.
|
|
args:
|
|
width: 256
|
|
height: 256
|
|
fps: 25 # only for webm, webp and gif (2, 5, 10, 20 or 25 recommended)
|