tianyili2017 / HEVC-Complexity-Reduction

Source programs to test the deep-learning-based complexity reduction approach for HEVC, at both intra- and inter-modes.
124 stars 80 forks source link

Showing error while encoding 1920x1080 video sequence using HM 16.5 reference software #19

Open karthiksairam99 opened 4 years ago

karthiksairam99 commented 4 years ago

when I try to encode hd (1920x1080) video resolution sequence, it is showing error. It works fine for low resolution sequences. Please tell me why it is not working for hd sequences. Thanks in advance.

zhaorifa commented 4 years ago

We can talk about our problems with each other. My qq is 1297581306.

tianyili2017 commented 3 years ago

Hi, Were you using x86 version (32-bit) of this program? For a typical 32-bit program, there may be a limit of memory, e.g., 2 GB on Windows. If the consumed memory exceeds that, the program will exit. So, it is recommended to use x64 version of the HM encoder on Linux, especially for high-resolution sequences.