FFMpeg test

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