Hello! Is there a way to pass multiple selected {filepath} separately (such as {filepath1}, {filepath2}...?), without using {allfilepaths}?
Ie, a ffmpeg script such as "ffmpeg.exe -i input1.ext -i input2.ext -filter_complex vstack=inputs=2 output.ext" to vertically stack two selected videos?