I\'m using FFmpeg to reduce my videos file size when I give a .mov file as an input with this command:
ffmpeg -i in.mov -c:a copy -crf 20 out.mov