You can reduce the size of a video by reducing the resolution with the ffmpeg program.
Install:
sudo apt install ffmpeg
Lower the quality, for smaller files
Add for example -crf 26 to reduce the quality, where 23 is the default, 0 is lossless and 51 is worst quality.