How do I convert `*.mp4` to `*.mov` using `ffmpeg`?

ffmpeg -i <input>.mp4 -f mov <ouput>.mov