Dynamic Earth Zoom-Out Video Creation with Seedance 1.0 Pro
Create Stunning Zoom-Out Videos from Earth Images using Seedance 1.0 Pro.
If you're looking for an API, here is a sample code in NodeJS to help you out.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
const axios = require('axios');
const api_key = "YOUR API KEY";
const url = "https://api.segmind.com/workflows/68f09dbded0faa8e3b6f30c8-v2";
const data = {
First_Frame_Input_Image: "publicly accessible image link",
Last_Frame_Input_Image: "publicly accessible image link",
Input_Prompt: "the user input string"
};
axios.post(url, data, {
headers: {
'x-api-key': api_key,
'Content-Type': 'application/json'
}
}).then((response) => {
console.log(response.data);
});
1
2
3
4
5
{
"poll_url": "<base_url>/requests/<some_request_id>",
"request_id": "some_request_id",
"status": "QUEUED"
}
You can poll the above link to get the status and output of your request.
1
2
3
{
"Earth_Zoom_Out_Output": "any user input string"
}
Attributes
To keep track of your credit usage, you can inspect the response headers of each API call. The x-remaining-credits property will indicate the number of remaining credits in your account. Ensure you monitor this value to avoid any disruptions in your API usage.
1. Workflow Title
AI Earth Zoom Out Video Creation
2. Overview
This workflow creates a stunning zoom-out video from an initial image to a wide shot from space, showcasing the Earth. It is highly beneficial for content creators, educators, and filmmakers seeking to produce captivating visual narratives. At its core, the workflow leverages the Seedance 1.0 Pro model to transform textual prompts and image inputs into dynamic, cinematic video content. This AI-driven process significantly enhances content production speed, facilitates creative storytelling in visual formats, and automates the generation of professional-quality videos.
3. How does it work
- It utilizes the Seedance 1.0 Pro model, which is an image-to-video transformation engine. This model converts a series of inputs, such as text prompts and starting/ending images, into a seamless video sequence.
- The workflow requires input images to define the starting and ending frames, initializing the video creation process.
- It processes textual prompts that guide the model in constructing the detailed, scene-by-scene depiction of the zoom-out video.
- The model outputs a high-definition video, highlighting a smooth transition with cinematic quality, perfect for engaging audiences.
4. How to customize it
Users can customize the workflow by altering the input images and textual prompts to mold the video to specific creative requirements. For example, changing the first and last frame images allows for different starting and ending scenes, altering the narrative scope. Additionally, modifying the text prompt can customize the animation details – one could create a zoom-out from a bustling cityscape to a serene starlit sky or reverse the perspective to zoom into a sunset beach from the atmosphere.
5. Who is it for
- Content creators and video editors seeking to enhance their storytelling capabilities with visually compelling content.
- Educators who use videos to present complex geographical or scientific concepts in a visually engaging manner.
- Filmmakers looking to incorporate unique zoom-out shots into their projects for added depth and dynamism.