Reduce MOV file size
I imagine ffmpeg could reduce the size of those videos:
ffmpeg -i movie.mov -c:v libx264 -c:a copy -crf 20 newmovie.mov
Or just download Handbrake if you want something with a GUI. Handbrake will also allow you to queue re-encodes.