PassEncoder
PassEncoder copied to clipboard
Separate pass model from encoder
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.