fix toTelegram
This commit is contained in:
parent
66618fe44e
commit
e724c6b09f
1 changed files with 1 additions and 1 deletions
|
@ -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 () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue