Add a message that prints the file information before running ffmpeg.

This commit is contained in:
mmcwilliams 2019-05-31 19:03:27 -04:00
parent f19647472d
commit ccfdaa60b2
1 changed files with 2 additions and 0 deletions

View File

@ -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];