Separate pass model from encoder #9
Labels
api breaking
Will result in an API change that breaks existing uses
enhancement
New feature or request
Milestone
Currently the PassEncoder is directly fed files that are directly encoded, and can only be used once.
In the future, it would be desirable to have a model which is created in advance and then passed into an instance of PassEncoder which can perform setup and hold any common settings.
This allows for reusing data to create passes, such as a template with a few files with slightly different information.
The text was updated successfully, but these errors were encountered: