On this page
Convert videos to the HAP codec with ffmpeg for use in virtual production or other workflows that require HAP is straight forward. HAP is open source and was made for super high resolution playback buy leveraging GPU computation so to save CPU cycles and compute for other needs.
- Make sure that you have ffmpeg installed.
- Ensure that your installation of ffmpeg includes HAP.
- Locate your video file and use one of the following commands:1
ffmpeg -i input.mov -c:v hap output.movconverts to plain HAPffmpeg -i input.mov -c:v hap -format hap_alpha output.movconverts to HAP Alphaffmpeg -i input.mov -c:v hap -format hap_q output.movconverts to HAP Q
HAP Resources
References
(Last Modified:
)