[x265] [PATCH 1 of 4] add analysis data structures and param options

Steve Borho steve at borho.org
Wed Sep 10 17:24:28 CEST 2014


On 09/10, Nicolas Morey-Chaisemartin wrote:
> Just a quick question  out of curiosity:
> 
> I assume these info will be used as hints and not as the actual mode
> to pick. In this case, would it make sense to use fill these structs
> (partially at least) with pre-analysis data?  I'm not sure what the
> gain could be but it seems a shame to just throw away pre-analysis
> info as it is right now.

The end goal is to pass the analysis outputs of one encode as inputs to
the next encode(s), removing redundant work. The code that re-uses the
analysis hasn't been sent to the ML yet, but I'm pretty sure there's
wiggle-room for the 'slave' encoders to make decisions.  The initial
use-case for this is multi-rate fanout.

-- 
Steve Borho


More information about the x265-devel mailing list