FFMPEG Jobs
Work in progress
This api is still being built and is subject to change
class FFMPEGJob(Job):
def __init__(self, name: str,
inputs: list,
outputs: list,
batch_name=None,
**kwargs):
This is a representation of an individual FFMPEG Job.
This class inherits from Job
Name |
Type |
Description | |
---|---|---|---|
inputs |
list |
A list of files to input | Mandatory |
output |
str |
A list of files to output | Mandatory |
input_arguments |
str |
Any input arguments required | Optional |
output_arguments |
str |
Any output arguments required | Optional |
additional_arguments |
str |
Any additional arguments required | Optional |