b0052aa821
Now can pick "H.265 / HEVC" in the video codec dropdown. Implementation notes: - Remap CRF value (which is for H.264) slightly to better match H.265 CRF range (e.g. default Medium 23 -> 28). - Set lossless mode via appropriate private param, and use 4:4:4 YUV format just like for some other video codecs when in lossless. - Currently there are no built-in presets for H.265. Maybe later, especially if/when we'll add 10 bit or HDR videos. Pull Request: https://projects.blender.org/blender/blender/pulls/129119