magmastonealex / ffproc

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

Finally implement mkv support #14

Closed magmastonealex closed 6 years ago

magmastonealex commented 6 years ago

matroska/mkv output is desirable for some devices. There's a provision for it in the config, but several files assume mp4 output. Allow that to be configured.

magmastonealex commented 6 years ago

Implemented and tested. Seems to work as expected. Shouldn't even need to wait for queues to drain as task format wasn't changed. Workers will need rolling updates though.