Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Max rate limit error in encoding #569

Open
leokinglong opened this issue Aug 6, 2020 · 1 comment · May be fixed by #570
Open

Max rate limit error in encoding #569

leokinglong opened this issue Aug 6, 2020 · 1 comment · May be fixed by #570
Labels
bug Something isn't working

Comments

@leokinglong
Copy link

  1. Encode Command:
    SvtHevcEncApp -i 10bit.yuv -irefresh-type 0 -fps 30 -tbr 125829120 -intra-period 4 -vid-info 1 -rc 1 -profile 2 -level 6 -tier 1 -umv 0 -tile_silce_mode 1 -w 7680 -h 3840 -tile_row_cnt 12 -tile_col_cnt 12 -pred-struct 0 -bit-depth 10 -b hd.hevc

  2. Result:
    image

Level 6 and High tier max rate is 240000000, 125829120 is less than 240000000, why I got the above error?

@tianjunwork
Copy link
Contributor

Hi @leokinglong Thank you reporting the issue. There are some cleanup needed to be done.
Before that, could you use auto level? Encoding can continue. Level is set to 6.1 by encoder.
SvtHevcEncApp -i 10bit.yuv -irefresh-type 0 -fps 30 -tbr 125829120 -intra-period 4 -vid-info 1 -rc 1 -profile 2 -tier 1 -umv 0 -tile_slice_mode 1 -w 7680 -h 3840 -tile_row_cnt 12 -tile_col_cnt 12 -pred-struct 0 -bit-depth 10 -b hd.hevc

@tianjunwork tianjunwork added the bug Something isn't working label Aug 7, 2020
@tianjunwork tianjunwork linked a pull request Aug 11, 2020 that will close this issue
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants