I am trying to get melt to work, but it seems, it doesn't support transparency (alpha channels)! Using the official watermarking example, I get a black background behind the PNG and don't see any video through.
melt \
test.mp4 out=1000 \
-track \
watermark1.png out=1000 \
-transition composite fill=1 in=0 out=1000 a_track=0 b_track=1 geometry=85%/5%:10%x10% sliced_composite=1 \
$*
I installed melt via "brew" version 6.20.0 on a mac, obviously.
Any help would be much appreciated!