From d607eba589a0a9d52c5dc0120a849b3652dcdb11 Mon Sep 17 00:00:00 2001 From: Martinez Date: Wed, 25 Jul 2018 18:09:07 +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 f0a9ead..6f40f52 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 --move-source "" +F "scale=1280:trunc(ow/a/2)*2" +A "${@}" + over-video --container mp4 --video x264 --video-preset slow --video-quality 22 --no-normalize --audio vorbis --move-source "" +F "scale=1280:trunc(ow/a/2)*2" +A "${@}" } function mkvoid () {