I have installed the HAP codec;
And ffmpeg;
https://ffmpeg.zeranoe.com/builds/
Can someone please assist me with the correct command to convert depthkit export to HAP .mov/.meta
EDIT: Found the solution
ffmpeg -i yourSourceFile.mov -c:v hap -format hap_alpha outputName.mov
Thank you