I am working on existing available opensource HEVC
encoders
, Right now i got reference HEVC encoder from Fraunhofer
group and also a optimized X265
encoder
of multicoreware
. However i also found OpenHEVC
module my question is that in their readme file they only demonstrate decoding
of a HEVC
stream. Does OpenHEVC
has encoder
module which can encode a yuv input file in to h265 stream.
Thanks alot in advance