Using FFmpeg to Make an H.265 File Compatible with Quicktime (High Sierra and up)

FFmpeg install and notes:
https://www.rickmakes.com/ffmpeg-notes/

FFmpeg statement
ffmpeg -i input.mp4 -codec copy -tag:v hvc1 output.mp4