Open the terminal and cd into the directory with the files.
A one-liner to type into the terminal.
for f in *.MOV; do ffmpeg -i "$f" "${f%.mov}.mp4"; done