[x265] Issue #1: average bitrate inaccuracy due to 32bit uint (multicoreware/x265)
Saob
issues-reply at bitbucket.org
Mon Nov 4 18:54:05 CET 2013
New issue 1: average bitrate inaccuracy due to 32bit uint
https://bitbucket.org/multicoreware/x265/issue/1/average-bitrate-inaccuracy-due-to-32bit
Saob:
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.
More information about the x265-devel
mailing list