magmastonealex / ffproc

A batch transcoding system. Supports multiple remote workers.
Apache License 2.0
46 stars 4 forks source link

Inherited Profiles #12

Open magmastonealex opened 6 years ago

magmastonealex commented 6 years ago

Profiles should be able to inherit.

Ie, the tox265 profile should inherit from generic, just with 10bit & codec options changed.

I imagine this working similarly to Object.assign, but of course that isn't available in Python.