diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-04-25 09:40:34 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-04-25 09:40:34 +0200 |
commit | 2c8e08cb32409d5a24043aa728b842377dee10fd (patch) | |
tree | 8d358b871cdf37e2833970a8dc4f4ccab7613765 /bin/decode+edit | |
parent | 9de9eb344f1c274fac00c6eaa97351f4a2958082 (diff) |
Hide banner.
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 9a96210..90ec5b0 100755 --- a/bin/decode+edit +++ b/bin/decode+edit @@ -13,7 +13,7 @@ HEIGHT=360 mkdir -p $(dirname "$OUTPUT") # + loop-in-filter trick based on http://video.stackexchange.com/a/16933 -ffmpeg -threads auto -y \ +ffmpeg -hide_banner -threads auto -y \ -i "$INPUT" \ -i "$LOGO" -filter_complex 'overlay=main_w-overlay_w-20:main_h-overlay_h-20' \ -an \ |