Currently, encoding jobs have data dependencies on the parent encoder object. This is a poor fit for `aml_work`. Each worker job should contain all the information that it needs for encoding without having to look into the parent's data structure.
Currently, encoding jobs have data dependencies on the parent encoder object. This is a poor fit for
aml_work.Each worker job should contain all the information that it needs for encoding without having to look into the parent's data structure.