If you are trying this at your server/ not using any online tool.
You can use FFmpeg for this.
Sample code for conversion:
ffmpeg -i {input}.mov -vcodec h264 -acodec aac -strict -2 {output}.mp4
FFmpeg is most widely used tool for this purpose and you can download the same here.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…