myaiteam2
/
images2movie
- Public
- 11 runs
Run myaiteam2/images2movie with an API
Use one of our client libraries to get started quickly. Clicking on a library will take you to the Playground tab where you can tweak different inputs, see the results, and copy the corresponding code to use in your own project.
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 |
---|---|---|---|
audio |
string
|
MP3 audio file
|
|
start_time |
string
|
00:00
|
Start time of the song (mm:ss)
|
end_time |
string
|
00:30
|
End time of the song (mm:ss)
|
image_duration |
integer
|
5
|
Duration for each image to show in seconds
|
transition_type |
string
(enum)
|
fade
Options: fade, slide, wipe, zoom, cross_blur |
An enumeration.
|
image1 |
string
|
First image file
|
|
image2 |
string
|
Second image file
|
|
image3 |
string
|
Third image file
|
|
image4 |
string
|
Fourth image file
|
|
image5 |
string
|
Fifth image file
|
|
image6 |
string
|
Sixth image file
|
|
image7 |
string
|
Seventh image file
|
|
image8 |
string
|
Eighth image file
|
|
image9 |
string
|
Ninth image file
|
|
image10 |
string
|
Tenth image file
|
{
"type": "object",
"title": "Input",
"required": [
"audio"
],
"properties": {
"audio": {
"type": "string",
"title": "Audio",
"format": "uri",
"x-order": 0,
"description": "MP3 audio file"
},
"image1": {
"type": "string",
"title": "Image1",
"format": "uri",
"x-order": 5,
"description": "First image file"
},
"image2": {
"type": "string",
"title": "Image2",
"format": "uri",
"x-order": 6,
"description": "Second image file"
},
"image3": {
"type": "string",
"title": "Image3",
"format": "uri",
"x-order": 7,
"description": "Third image file"
},
"image4": {
"type": "string",
"title": "Image4",
"format": "uri",
"x-order": 8,
"description": "Fourth image file"
},
"image5": {
"type": "string",
"title": "Image5",
"format": "uri",
"x-order": 9,
"description": "Fifth image file"
},
"image6": {
"type": "string",
"title": "Image6",
"format": "uri",
"x-order": 10,
"description": "Sixth image file"
},
"image7": {
"type": "string",
"title": "Image7",
"format": "uri",
"x-order": 11,
"description": "Seventh image file"
},
"image8": {
"type": "string",
"title": "Image8",
"format": "uri",
"x-order": 12,
"description": "Eighth image file"
},
"image9": {
"type": "string",
"title": "Image9",
"format": "uri",
"x-order": 13,
"description": "Ninth image file"
},
"image10": {
"type": "string",
"title": "Image10",
"format": "uri",
"x-order": 14,
"description": "Tenth image file"
},
"end_time": {
"type": "string",
"title": "End Time",
"default": "00:30",
"x-order": 2,
"description": "End time of the song (mm:ss)"
},
"start_time": {
"type": "string",
"title": "Start Time",
"default": "00:00",
"x-order": 1,
"description": "Start time of the song (mm:ss)"
},
"image_duration": {
"type": "integer",
"title": "Image Duration",
"default": 5,
"x-order": 3,
"description": "Duration for each image to show in seconds"
},
"transition_type": {
"enum": [
"fade",
"slide",
"wipe",
"zoom",
"cross_blur"
],
"type": "string",
"title": "transition_type",
"description": "An enumeration.",
"default": "fade",
"x-order": 4
}
}
}
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{
"type": "string",
"title": "Output",
"format": "uri"
}