You're looking at a specific version of this model. Jump to the model overview.

jd7h /edit-video-by-editing-text:5bb1266a

Input schema

The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.

Field Type Default value Description
video_in
string
Video file to transcribe or edit
mode
None
transcribe
Mode: either transcribe or edit
transcription
string
When using mode 'edit', this should be the transcription of the desired output video. Use mode 'transcribe' to create a starting point.
split_at
None
word
When using mode 'edit', split transcription at the word level or character level. Default: word level. Character level is more precise but can lead to matching errors.

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{'properties': {'transcription': {'title': 'Transcription', 'type': 'string'},
                'video': {'format': 'uri', 'title': 'Video', 'type': 'string'}},
 'title': 'Output',
 'type': 'object'}