From 73c58e6cf15a921197a6e85422cb061fe01b0f53 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 27 Apr 2017 20:09:46 +0200 Subject: Use mapping (not audio/video supporession), and consistently use complex filter (not video filter). --- bin/decode+edit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/decode+edit') diff --git a/bin/decode+edit b/bin/decode+edit index f6ce75e..0882438 100755 --- a/bin/decode+edit +++ b/bin/decode+edit @@ -18,6 +18,6 @@ ffmpeg -hide_banner -threads auto -y \ -i "$LOGO" -filter_complex \ "[0:v]scale=-1:$HEIGHT[bg]; - [bg][1:v]overlay=main_w-overlay_w-20:main_h-overlay_h-20" \ - -an \ + [bg][1:v]overlay=main_w-overlay_w-20:main_h-overlay_h-20[v]" \ + -map '[v]' \ -f yuv4mpegpipe "$OUTPUT" -- cgit v1.2.3