Skip to content

v0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@luziferius luziferius released this 28 Nov 17:31
9dd1df9
  • Split first pass from second pass for two-pass encoding and use a different task scheduler for two-pass encodes.
    • Use the first-pass log size as simple metric to estimate
      second-pass runtime and schedule the second passes accordingly.
      Large logs indicate long and/or complex scenes that take long to encode.
    • Start encoding long running scenes first, which will result in better multicore usage at the end of the processing.
    • It avoids starting long scenes, like the credits, at the end of the processs, and therefore lessens the impact of a single, long encode delaying the whole process. With this scheduling approach, it is way more likely that the last running encodings will be encoding short and easy scenes and therefore having less overall delay.