ad=/path/endfile.mp4
clips_in=/path/
clips_out=/tmp/
for clip in $clips_in/*.mp4; do
nm=`basename $clip .mp4`
cat | ffmpeg -f concat -i - -c:v copy -c:a copy $clips_out/${nm}_out.mp4 << EOF
file $clip
file $ad
EOF
done
for VARIABLE in $(Linux-Or-Unix-Command-Here)
do
command1
command2
commandN
done
$clips_in/*.mp4
понадобится вызов find с этим параметром; но это не точно