You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error happens SPECIFICALLY on --tier=high of HEVC, default value for VBV buffer is 3 digits more than max allowed. As it is non-critical error, VCEEncC just complaints that number for vbv buffer size = 800'000'000 is out of range, and sets Max bitrate to 800'000 instead, while VBV buffer size goes down to avg-bitrate value.
For tier=main, value for max bitrate AND vbv buffer are being set by default to 240'000, and there is no error with vbv buffer size being out of range.
If i set --max-bitrate OR --vbv-bufsize manually this error disappears.
If --max-bitrate is being used, VBV buffer keeps being equal to average bitrate value, and not max bitrate, comparing to main tier.
If --vbv-bufsize is being used, MAX bitrate is being defaulted to 800'000 (which is not an issue in this case)
Used command:
./VCEEncC64.exe -i "C:\Users----\Videos\Radeon ReLive\Black Desert Online\Test_video.mp4" -o "Test_video_processed.mp4" --codec hevc --profile main --level 6.2 --tier high --preset slow --ref 4 --ltr 3 --vbrhq 20000 --pa sc=high,ss=high,activity-type=yuv,lookahead=41,taq=2 --audio-copy
Error happens SPECIFICALLY on --tier=high of HEVC, default value for VBV buffer is 3 digits more than max allowed. As it is non-critical error, VCEEncC just complaints that number for vbv buffer size = 800'000'000 is out of range, and sets Max bitrate to 800'000 instead, while VBV buffer size goes down to avg-bitrate value.
For tier=main, value for max bitrate AND vbv buffer are being set by default to 240'000, and there is no error with vbv buffer size being out of range.
If i set --max-bitrate OR --vbv-bufsize manually this error disappears.
If --max-bitrate is being used, VBV buffer keeps being equal to average bitrate value, and not max bitrate, comparing to main tier.
If --vbv-bufsize is being used, MAX bitrate is being defaulted to 800'000 (which is not an issue in this case)
Used command:
./VCEEncC64.exe -i "C:\Users----\Videos\Radeon ReLive\Black Desert Online\Test_video.mp4" -o "Test_video_processed.mp4" --codec hevc --profile main --level 6.2 --tier high --preset slow --ref 4 --ltr 3 --vbrhq 20000 --pa sc=high,ss=high,activity-type=yuv,lookahead=41,taq=2 --audio-copy
The text was updated successfully, but these errors were encountered: