feat: Optimize page content for SEO - FFMPEG in plain English
Browse files
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
---
|
| 2 |
-
title: AI Video Composer
|
| 3 |
-
short_description:
|
| 4 |
emoji: π
|
| 5 |
colorFrom: red
|
| 6 |
colorTo: yellow
|
|
@@ -11,11 +11,21 @@ pinned: false
|
|
| 11 |
disable_embedding: true
|
| 12 |
models:
|
| 13 |
- moonshotai/Kimi-K2-Instruct
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
---
|
| 15 |
|
| 16 |
-
# π AI Video Composer
|
| 17 |
|
| 18 |
-
|
|
|
|
|
|
|
| 19 |
|
| 20 |
## How It Works
|
| 21 |
|
|
|
|
| 1 |
---
|
| 2 |
+
title: AI Video Composer - Natural Language FFMPEG
|
| 3 |
+
short_description: Control FFMPEG with plain English - no code required
|
| 4 |
emoji: π
|
| 5 |
colorFrom: red
|
| 6 |
colorTo: yellow
|
|
|
|
| 11 |
disable_embedding: true
|
| 12 |
models:
|
| 13 |
- moonshotai/Kimi-K2-Instruct
|
| 14 |
+
tags:
|
| 15 |
+
- ffmpeg
|
| 16 |
+
- video-editing
|
| 17 |
+
- natural-language
|
| 18 |
+
- ai-video
|
| 19 |
+
- no-code
|
| 20 |
+
- video-processing
|
| 21 |
+
- media-converter
|
| 22 |
---
|
| 23 |
|
| 24 |
+
# π AI Video Composer - FFMPEG in Plain English
|
| 25 |
|
| 26 |
+
**Turn natural language into powerful FFMPEG commands.** No terminal knowledge required.
|
| 27 |
+
|
| 28 |
+
Describe what you want in plain English β "create a slideshow from these images with background music" or "add a waveform visualization to this audio" β and AI generates the exact FFMPEG command to make it happen.
|
| 29 |
|
| 30 |
## How It Works
|
| 31 |
|
app.py
CHANGED
|
@@ -579,8 +579,8 @@ mcp_interface = gr.Interface(
|
|
| 579 |
with gr.Blocks() as demo:
|
| 580 |
gr.Markdown(
|
| 581 |
"""
|
| 582 |
-
# π AI Video Composer
|
| 583 |
-
|
| 584 |
""",
|
| 585 |
elem_id="header",
|
| 586 |
)
|
|
|
|
| 579 |
with gr.Blocks() as demo:
|
| 580 |
gr.Markdown(
|
| 581 |
"""
|
| 582 |
+
# π AI Video Composer β FFMPEG in Plain English
|
| 583 |
+
**No command line needed.** Describe what you want and AI generates the FFMPEG command. Create slideshows, add music, merge clips, visualize audio waveforms, and more.
|
| 584 |
""",
|
| 585 |
elem_id="header",
|
| 586 |
)
|