How do I remove the `rotate` flag from a `*.mov` video created by an iPhone?

ffmpeg -i <input>.mov -c copy -metadata:s:v:0 rotate=0 <output>.mov

superuser.com/a/571078