メルト スクリプトにパラメータを適用すると、クリップ間のミキシングでは-filter crop
なく、各クリップがクロップされるように見えます。-mix
melt \
clip1.mp4 in=180 out=360 \
-mix 20 -mixer luma -mixer mix:-1 \
clip2.mp4 in=660 out=960 \
-mix 20 -mixer luma -mixer mix:-1 \
clip3.mp4 in=1080 out=1300 \
-filter crop left=420 right=420 \
-consumer avformat:"output.mp4" ab=128k crf=23 -profile "./square_profile.txt"
-mix トランジションで動作するクロップを適用できる他の方法はありますか?