- changed status to resolved
average bitrate inaccuracy due to 32bit uint
Issue #1
resolved
The CLIOptions struct in x265.cpp uses a 32bit uint for totalbytes, causing the value to reset to 0 once the encoded file has exceeded ~4.2gb, and therefor making the current average bitrate inaccurate. Changing this to 64bit should fix that.
Comments (1)
-
- Log in to comment
cli: use 64bit byte counter (closes
#1)→ <<cset 3c15a9f74091>>