
lucataco/video-transition
Experimental short transition between two video clips using seedance-1-lite
Public
19
runs
Run lucataco/video-transition 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 |
---|---|---|---|
video_clip_1 |
string
|
First video clip
|
|
video_clip_2 |
string
|
Second video clip
|
{
"type": "object",
"title": "Input",
"required": [
"video_clip_1",
"video_clip_2"
],
"properties": {
"video_clip_1": {
"type": "string",
"title": "Video Clip 1",
"format": "uri",
"x-order": 0,
"description": "First video clip"
},
"video_clip_2": {
"type": "string",
"title": "Video Clip 2",
"format": "uri",
"x-order": 1,
"description": "Second video clip"
}
}
}
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"
}
Example API response
View prediction
'https://replicate.delivery/xezq/sMtQCMIAX8LmPFtZfYyEPB0yazVehHTJZWztBPf2Ze8JpKSVB/output.mp4'