From ccfdaa60b2ddfc7b59ced90caa1ea7f716721225 Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Fri, 31 May 2019 19:03:27 -0400 Subject: [PATCH] Add a message that prints the file information before running ffmpeg. --- bipack.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bipack.sh b/bipack.sh index 53e6b7b..d349fc3 100644 --- a/bipack.sh +++ b/bipack.sh @@ -10,6 +10,8 @@ W=1280 H=720 RATE=24 +echo "Running bipack on image sources ${A} and ${B} with ${MATTE} as the matte layer..." + time ffmpeg -y -i $A -i $B -i $MATTE \ -filter_complex " color=0x000000:size=${W}x${H}, format=rgb24[bla];