20.03.2021, 08:01
Quote:It looks like that Buffer Size values in Hybrid are actually set not as bits but as Mbits devided by 1000, not by 1024 as it should?Hybrid doesn't change the set value, but gives it directly to x264.
So it's not that Hybrid does set something wrong here, but it's a question on interpretation.
In general:
k = 1000, is used for streams (bit rates)
k = 1024, is used for sizes of static data (file sizes)
So for (bit) rates that you would use k=1000.
But for file size you use k = 1024.
Problem is now whether a buffer is understood as a static buffer or a stream buffer.
Quote:It could be x264 encoder related how it interprets input values?x264 uses k = 1000, seems like TMPGEnc in their restrictions uses k = 1024.
(iirc the specs always write the values in bit to avoid this interpretation issue)
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.