HEVC (High Efficiency Video Coding) is a video compression standard developed jointly by ISO/IEC and ITU-T as a successor to H.264/AVC (Advanced Video Coding). The standard was ratified in April 2013.
Questions tagged [hevc]
365 questions
-1
votes
1 answer
Transcoding from H.264/AVC to HEVC in Asterisk 11
Is it possible to develop a H.264 to HEVC transcoder for asterisk as it doesn't have native support for H.265/HEVC ? If so, how would I put my transcoder into use?

Hari
- 1,509
- 15
- 34
-1
votes
1 answer
Cmake cannot find environment variable
I'm building OpenHEVC (https://github.com/OpenHEVC/openHEVC) with cmake on windows 7 to a VS2010 project.
In the CMakeLists.txt at the root directory, I find the line:
include_directories(. ${SDL_INCLUDE_DIR} wrapper_hm/src/Lib)
The…

Robert Bean
- 851
- 2
- 11
- 21
-4
votes
1 answer
I have to describe the functioning of HEVC in few words
It works by comparing different parts of a video frame in order to find the ones that are redundant within the subsequent frames. These areas are replaced with a short information, describing the original pixels.
Is this correct? How would you…
-11
votes
1 answer
function without statement c++
I'm tracing hevc code. encountered a weird function without statement:
Void encode( Bool bEos,
TComPicYuv* pcPicYuvOrg,
TComPicYuv* pcPicYuvTrueOrg, const InputColourSpaceConversion snrCSC, // used for SNR…

Kevin Ym C
- 1
- 2