From e724c6b09f49419c733058174df5079884f145e6 Mon Sep 17 00:00:00 2001 From: Martinez Date: Sun, 27 May 2018 18:18:06 +0200 Subject: [PATCH] fix toTelegram --- etc/zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index c78b59d..f0a9ead 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -136,7 +136,7 @@ function tomp4 () { } function toTelegram () { - over-video --container mp4 --video x264 --video-preset slow --video-quality 22 +F "scale=1280:trunc(ow/a/2)*2" +A "${@}" + over-video --container mp4 --video x264 --video-preset slow --video-quality 22 --move-source "" +F "scale=1280:trunc(ow/a/2)*2" +A "${@}" } function mkvoid () {