fix toTelegram

This commit is contained in:
Martinez 2018-07-25 18:09:07 +02:00
parent e724c6b09f
commit d607eba589

View file

@ -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 () {