Convert video to HAP Alpha with FFMPEG
https://gist.github.com/dlublin/e4585b872dd136ae88b2aa51a6a89aac
Invoke FFmpeg to convert your files.
For Hap movies use the following command:
ffmpeg -i yourSourceFile.mov -c:v hap outputName.mov
For Hap Alpha movies use the following command:
ffmpeg -i yourSourceFile.mov -c:v hap -format hap_alpha outputName.mov
For Hap Q movies use the following command:
ffmpeg -i yourSourceFile.mov -c:v hap -format hap_q outputName.mov