Adds a UI to paste a scene script in JSON format and automatically fills the Sora interface. Includes Hide/Restore functionality.
Sora Scene Filler is a productivity tool designed for creators using OpenAI's Sora. Instead of manually copying and pasting descriptions and durations for every single scene, this script allows you to paste a single JSON script (easily generated by ChatGPT or Claude) and automates the entire filling process.
Your input must be a valid JSON array of objects. Use the following structure:
[
{
"description": "A cinematic shot of a futuristic Tokyo with neon lights reflecting in puddles.",
"duration": "8.5"
},
{
"description": "Close up of a robotic eye opening slowly.",
"duration": "4"
},
{
"description": "A wide shot of a drone flying through a digital forest.",
"duration": "10"
}
]
You can use this prompt to get the perfect format every time:
"I have a video script. Please convert it into a JSON array of objects. Each object should have a 'description' key and a 'duration' key (as a string). Ensure it is valid JSON."
"5", "10.2").This script is an automation tool and is not officially affiliated with OpenAI. Use responsibly within the Sora terms of service.