You're looking at a specific version of this model. Jump to the model overview.
fictions-ai /autocaption:aa083d4a
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_file_input |
string
|
Video file
|
|
transcript_file_input |
string
|
Transcript file, if provided will use this for words rather than whisper.
|
|
output_video |
boolean
|
True
|
Output video, if true will output the video with subtitles
|
output_transcript |
boolean
|
True
|
Output transcript json, if true will output a transcript file that you can edit and use for the next run in transcript_file_input
|
subs_position |
string
(enum)
|
bottom75
Options: bottom75, center, top, bottom, left, right |
Subtitles position
|
color |
string
|
white
|
Caption color
|
highlight_color |
string
|
yellow
|
Highlight color
|
fontsize |
number
|
7
|
Font size. 7.0 is good for videos, 4.0 is good for reels
|
MaxChars |
integer
|
20
|
Max characters space for subtitles. 20 is good for videos, 10 is good for reels
|
opacity |
number
|
0
|
Opacity for the subtitles background
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'items': {'format': 'uri', 'type': 'string'},
'title': 'Output',
'type': 'array'}