ffmpeg

convert mov to mp4

ffmpeg -i aaa.mov aaa.mp4

combine mp4 and srt

ffmpeg -i aaa.mp4 -i aaa.srt -c copy -c:s mov_text aaa-CAPTION.mp4