ffmpeg convert mov to mp4

Shell
ffmpeg -i my-video.mov -vcodec h264 -acodec mp2 my-video.mp4
Source

Also in Shell: