diff options
Diffstat (limited to 'bin/decode+edit')
-rwxr-xr-x | bin/decode+edit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/decode+edit b/bin/decode+edit index 0882438..9f34d01 100755 --- a/bin/decode+edit +++ b/bin/decode+edit @@ -17,7 +17,7 @@ ffmpeg -hide_banner -threads auto -y \ -i "$INPUT" \ -i "$LOGO" -filter_complex \ - "[0:v]scale=-1:$HEIGHT[bg]; + "[0:v]scale=-2:$HEIGHT[bg]; [bg][1:v]overlay=main_w-overlay_w-20:main_h-overlay_h-20[v]" \ -map '[v]' \ -f yuv4mpegpipe "$OUTPUT" |