RenderHeads / UnityPlugin-AVProMovieCapture

AVPro Movie Capture is a Unity Plugin for advanced video capture to AVI/MP4/MOV files
https://renderheads.com/products/avpro-movie-capture/
49 stars 8 forks source link

How to use HVEC 265 Codec #407

Closed EasyOeds closed 4 months ago

EasyOeds commented 4 months ago

I intend to record a 360-video in VR, which requires a higher resolution than H264 supports. I've purchased and installed the H265 from the windows store, but I think I misunderstand how this works; I was hoping the encoder would simply be listed in the video codec list, but it is not.

How do I add H265 as an encoding option?

To Reproduce

  1. Purchased and installed 'Extensions for HEVC-video'
  2. Restart PC, open Unity
  3. Video-codec still not found.

Logs If applicable, add error logs to help explain your problem.

Screenshots image

Chris-RH commented 4 months ago

H265 is HEVC, the second one on your list. Are you saying that it isn't working when you select it?

EasyOeds commented 4 months ago

I've figured out my error: I was using the AVPro Window simultaneously with the 360-capture component. I was under the wrong impression that these could be used interchangeably. After removing the Capture-component, HEVC indeed worked fine. Thank you for your quick response to this @Chris-RH!