Combined videos and then resized after (very much half stolen from stack overflow sorry i was having file type issues and confused <3)
ffmpeg -f concat -i list.txt -c copy output.mp4
ffmpeg -i output.mp4 -filter_complex ‘[0:v]scale=240:-2[Scaled]’ -map ‘[Scaled]’ output_small.mp4