Set the cattura preprocessor to automatically request subtitling

based on the camera source.
This commit is contained in:
Erik Thuning 2024-02-06 13:31:11 +01:00
parent 9874390a78
commit 8a0a9fbc33

@ -47,7 +47,9 @@ class CatturaProcessor(Preprocessor):
'courses': [],
'thumb': '',
'tags': [],
'sources': {}}
'sources': {}
'generate_subtitles': {'Generated': {'type': 'whisper',
'source': 'camera'}}}
duration = None
outputs = mediapackage['outputs']