summaryrefslogtreecommitdiff
path: root/bin/decode+edit
diff options
context:
space:
mode:
Diffstat (limited to 'bin/decode+edit')
-rwxr-xr-xbin/decode+edit4
1 files changed, 2 insertions, 2 deletions
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"