google / compare-codecs

Apache License 2.0
49 stars 23 forks source link

Make RT mode encoding for VP8 be stable. #8

Closed alvestrand closed 9 years ago

alvestrand commented 9 years ago

In mode --rt, and with --cpu-used set to >= 0, the vp8 encoder will create different files depending on the machine load. Setting --cpu-used to a negative number alleviates this.

This CL also contains a tool for verifying that a configuration is stable, as well as a fix to the hashname verification that checks that the configuration is unchanged by the ConfigurationFixups call.

alvestrand commented 9 years ago

PTAL

phoglund commented 9 years ago

lgtm