2 Commits

Author SHA1 Message Date
6477e908d1 Added support for commands used in the blender-video-chunks job type
Adds the following commands:

    - blender_render_audio
    - concat_videos
    - create_video
    - move_with_counter
    - mux_audio
2018-12-07 11:25:07 +01:00
d2e3791cbe Added command 'create_video' to run FFmpeg
This requires FFmpeg to be installed (not just for the command, but also
for running the accompanying unit test). Because of this external
dependency, the worker has to declare task_type='video-encoding' in its
configuration file before it gets such tasks. This is not enabled by
default.
2018-11-22 16:09:57 +01:00