SolarumAsteridion commited on
Commit
a20e771
·
1 Parent(s): d393b15
Files changed (1) hide show
  1. README.md +42 -1
README.md CHANGED
@@ -6,4 +6,45 @@ colorTo: red
6
  sdk: docker
7
  pinned: false
8
  app_file: app.py
9
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  sdk: docker
7
  pinned: false
8
  app_file: app.py
9
+ ---
10
+
11
+ # 🎥 AutoVideoEditor: AI-Powered Clipchamp Automation
12
+
13
+ AutoVideoEditor uses Google's Gemini 3 Flash to watch your raw footage, identify the best moments, and automatically construct a fully edited timeline file for Microsoft Clipchamp.
14
+
15
+ ## 🚀 How to Use
16
+
17
+ Follow this workflow to turn raw footage into an edited video automatically:
18
+
19
+ ### 1. Prepare in Clipchamp
20
+ 1. Go to **Microsoft Clipchamp** (app or web).
21
+ 2. Create a **New Video Project**.
22
+ 3. (Optional) Add your media files to the project bin so they are ready, or just keep the project file created in your OneDrive.
23
+ 4. Ensure your project is synced/saved to OneDrive (usually in the `Videos/Clipchamp` folder).
24
+
25
+ ### 2. Configure AutoVideoEditor
26
+ 1. Open this app.
27
+ 2. **Login with OneDrive** (button in the UI). This allows the app to find your Clipchamp project and save the edits back to it.
28
+ 3. **Select your Project:** Choose the Clipchamp project file you created in Step 1.
29
+ 4. **Upload Raw Media:** Upload the video, audio, and image files you want the AI to edit.
30
+ * *Note:* The AI watches these videos to make creative decisions.
31
+ 5. **Describe your Style:** Tell the AI what kind of vibe you want (e.g., "Fast-paced gym motivation," "Slow cinematic travel vlog").
32
+
33
+ ### 3. Generate & Sync
34
+ 1. Click **Generate Video**.
35
+ 2. The AI will analyze the footage (using dynamic FPS calculations to optimize quality) and generate an editing plan.
36
+ 3. The app will construct a `.clipchamp` project file and **automatically upload it to your OneDrive**, overwriting or creating a new version of your project.
37
+
38
+ ### 4. The Magic Moment
39
+ 1. Go back to **Clipchamp**.
40
+ 2. **Reload/Refresh** the page or app.
41
+ 3. Open your project.
42
+ 4. ✨ **Voila!** You will see your timeline automatically populated with the best clips, trimmed and arranged according to the AI's plan.
43
+
44
+ ---
45
+
46
+ ## ⚡ Features
47
+ * **Gemini 3 Powered:** Uses the latest multimodal AI to "watch" and understand your video content.
48
+ * **Dynamic FPS Optimization:** Automatically adjusts frame rates to ensure even long videos fit within token limits.
49
+ * **OneDrive Integration:** Seamlessly syncs project files directly to your Microsoft cloud storage.
50
+ * **Style Control:** You dictate the pacing, mood, and focus of the edit via text prompts.