Skip to content

H.265 (HEVC) Codec Support #710

@afgarcia86

Description

@afgarcia86

Is your feature request related to a problem? Please describe.
Currently, our application supports H.264 video codec, but we encounter limitations in handling high-resolution video files efficiently. H.265 (HEVC) offers superior compression efficiency over H.264, allowing for smaller file sizes and better quality at the same bitrate.

Describe the solution you'd like
Enable encoding and decoding capabilities for H.265 in the SDK.

Additional context
After speaking with @hiroshihorie on slack he suggested the following:

I've browsed the WebRTC code and I think we need to implement a encoder/decoder for that codec.
We can re-use the RTCVideoEncoderH264 . Since I think it shares much of the code.
I would probably make a RTCVideoEncoderH26X parent class and make 2 children for h246 and h265.

Image

Metadata

Metadata

Assignees

Labels

EnhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions