http://www.ffmpeg.org/ffmpeg-all.html#Video-and-Audio-file-format-conversion
ffmpeg -i input.mp4 -codec copy -c:v qtrle output.mov
That will copy any audio, subtitle, or other non-video streams, and transcode video with the specified video codec. For supported options specific to qtrle,
ffmpeg -h encoder=qtrle