OpenVisualCloud / SVT-HEVC

SVT HEVC encoder. Scalable Video Technology (SVT) is a software-based video coding technology that is highly optimized for Intel® Xeon® processors. Using the open source SVT-HEVC encoder, it is possible to spread video encoding processing across multiple Intel® Xeon® processors to achieve a real advantage of processing efficiency.
Other
507 stars 169 forks source link

Level 0 is incompatible with tier High #553

Closed leokinglong closed 4 years ago

leokinglong commented 4 years ago

1.Encode command: SvtHevcEncApp -i 2_hd.yuv -w 7680 -h 3840 -fps 30 -intra-period 4 -irefresh-type 0 -vid-info 1 -rc 1 -tbr 62914560 -umv 0 -tile_slice_mode 1 -profile 1 -tier 1 -tile_row_cnt 12 -tile_col_cnt 12 -pred-struct 0 -b 2_hd.hevc

2.Problems : -level default value is 0 ,0 for auto determine Level; I think value 0 should compatible with tier High, but I got the error: image

tianjunwork commented 4 years ago

@LeoKingLong , thank you reporting the issue. It is fixed by #554. Could you help verify also?

leokinglong commented 4 years ago

@tianjunwork I have tested it. It works. Thanks.