Spaces:
Running
Running
update
Browse files
README.md
CHANGED
|
@@ -9,17 +9,18 @@ sdk_version: 5.6.0
|
|
| 9 |
app_file: app.py
|
| 10 |
pinned: false
|
| 11 |
disable_embedding: true
|
| 12 |
-
models:
|
| 13 |
- Qwen/Qwen2.5-Coder-32B-Instruct
|
| 14 |
---
|
| 15 |
|
| 16 |
# 🏞 AI Video Composer
|
| 17 |
|
| 18 |
-
Video Composer is an intelligent media processing application that uses natural language instructions to create videos from your media assets. It leverages the Qwen2.5-Coder language model to generate FFmpeg commands based on your requirements.
|
| 19 |
|
| 20 |
## How It Works
|
| 21 |
|
| 22 |
-
1. **Upload Media Files**:
|
|
|
|
| 23 |
- Supports multiple file formats including:
|
| 24 |
- Images: .png, .jpg, .jpeg, .tiff, .bmp, .gif, .svg
|
| 25 |
- Audio: .mp3, .wav, .ogg
|
|
@@ -28,6 +29,7 @@ Video Composer is an intelligent media processing application that uses natural
|
|
| 28 |
- Video duration limit: 2 minutes
|
| 29 |
|
| 30 |
2. **Provide Instructions**:
|
|
|
|
| 31 |
- Write natural language instructions describing how you want to process your media
|
| 32 |
- Examples:
|
| 33 |
- "Convert these images into a slideshow with 1 second per image"
|
|
@@ -36,6 +38,7 @@ Video Composer is an intelligent media processing application that uses natural
|
|
| 36 |
- "Create a waveform visualization for this audio file"
|
| 37 |
|
| 38 |
3. **Advanced Parameters**:
|
|
|
|
| 39 |
- Top-p (nucleus sampling): Controls diversity of generated commands (0-1)
|
| 40 |
- Temperature: Controls randomness in command generation (0-5)
|
| 41 |
|
|
|
|
| 9 |
app_file: app.py
|
| 10 |
pinned: false
|
| 11 |
disable_embedding: true
|
| 12 |
+
models:
|
| 13 |
- Qwen/Qwen2.5-Coder-32B-Instruct
|
| 14 |
---
|
| 15 |
|
| 16 |
# 🏞 AI Video Composer
|
| 17 |
|
| 18 |
+
AI Video Composer is an intelligent media processing application that uses natural language instructions to create videos from your media assets. It leverages the Qwen2.5-Coder language model to generate FFmpeg commands based on your requirements.
|
| 19 |
|
| 20 |
## How It Works
|
| 21 |
|
| 22 |
+
1. **Upload Media Files**:
|
| 23 |
+
|
| 24 |
- Supports multiple file formats including:
|
| 25 |
- Images: .png, .jpg, .jpeg, .tiff, .bmp, .gif, .svg
|
| 26 |
- Audio: .mp3, .wav, .ogg
|
|
|
|
| 29 |
- Video duration limit: 2 minutes
|
| 30 |
|
| 31 |
2. **Provide Instructions**:
|
| 32 |
+
|
| 33 |
- Write natural language instructions describing how you want to process your media
|
| 34 |
- Examples:
|
| 35 |
- "Convert these images into a slideshow with 1 second per image"
|
|
|
|
| 38 |
- "Create a waveform visualization for this audio file"
|
| 39 |
|
| 40 |
3. **Advanced Parameters**:
|
| 41 |
+
|
| 42 |
- Top-p (nucleus sampling): Controls diversity of generated commands (0-1)
|
| 43 |
- Temperature: Controls randomness in command generation (0-5)
|
| 44 |
|