Closed tianjunwork closed 4 years ago
Not regression of #460
Lost the original file 7680x3840_420.yuv
(generated by gst videotestsrc). Generated a new one with same spec. But I can't reproduce this hang issue.
Close this issue for now. Will reopen if see it again.
(master) $ ./SvtHevcEncApp -i ../../../../yuv/7680x3840_420_5.yuv -w 7680 -h 3840 -n 2000 -bit-depth 10
-------------------------------------------
SVT-HEVC Encoder
SVT [version]: SVT-HEVC Encoder Lib v1.4.3
SVT [build] : GCC 8.1.0 64 bit
LIB Build date: Mar 4 2020 15:54:19
-------------------------------------------
Warning: input profile is not correct, force converting it from 1 to Main10 for 10 bits cases
Number of logical cores available: 72
Number of PPCS 152
-------------------------------------------
SVT [config]: Main10 Profile Tier (auto) Level (auto)
SVT [config]: EncoderMode / Tune : 7 / 1
SVT [config]: EncoderBitDepth / CompressedTenBitFormat / EncoderColorFormat : 10 / 0 / 1
SVT [config]: SourceWidth / SourceHeight / InterlacedVideo : 7680 / 3840 / 0
SVT [config]: FrameRate / Gop Size : 60 / 64
SVT [config]: HierarchicalLevels / BaseLayerSwitchMode / PredStructure : 3 / 0 / 2
SVT [config]: BRC Mode / QP / LookaheadDistance / SceneChange : CQP / 32 / 17 / 1
SVT [config]: BitRateReduction / ImproveSharpness : 0 / 0
SVT [config]: tileColumnCount / tileRowCount / tileSliceMode / Constraint MV : 1 / 1 / 0 / 0
SVT [config]: De-blocking Filter / SAO Filter : 1 / 1
SVT [config]: HME / UseDefaultHME : 1 / 1
SVT [config]: MV Search Area Width / Height : 16 / 7
SVT [config]: HRD / VBV MaxRate / BufSize / BufInit : 0 / 0 / 0 / 90
-------------------------------------------
Encoding 2000
Average System Encoding Speed: 18.39
SUMMARY --------------------------------- Channel 1 --------------------------------
Total Frames Frame Rate Byte Count Bitrate
2000 60.00 fps 20898875 5015.73 kbps
Channel 1
Average Speed: 18.39 fps
Total Encoding Time: 108768 ms
Total Execution Time: 115111 ms
Average Latency: 2347 ms
Max Latency: 2901 ms
Encoder finished
With below command, encoding always stops at 1833th frame.
gdb backtrace:
Below command runs fine. Same resolution of 8 bit encoding:
./SvtHevcEncApp -i ../../../../../yuv/7680x3840_420.yuv -w 7680 -h 3840 -n 2000
Other resolution of 10 bit encoding:./SvtHevcEncApp -i ../../../../../yuv/7680x4320_420_5.yuv -w 7680 -h 4320 -n 2000 -bit-depth 10