Add a message that prints the file information before running ffmpeg.
This commit is contained in:
parent
f19647472d
commit
ccfdaa60b2
|
@ -10,6 +10,8 @@ W=1280
|
||||||
H=720
|
H=720
|
||||||
RATE=24
|
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 \
|
time ffmpeg -y -i $A -i $B -i $MATTE \
|
||||||
-filter_complex "
|
-filter_complex "
|
||||||
color=0x000000:size=${W}x${H}, format=rgb24[bla];
|
color=0x000000:size=${W}x${H}, format=rgb24[bla];
|
||||||
|
|
Loading…
Reference in New Issue