fix: Simplify copy, remove 'no code' messaging
Browse files
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
---
|
| 2 |
title: AI Video Composer - Natural Language FFMPEG
|
| 3 |
-
short_description: Control FFMPEG with plain English
|
| 4 |
emoji: π
|
| 5 |
colorFrom: red
|
| 6 |
colorTo: yellow
|
|
@@ -23,8 +23,6 @@ tags:
|
|
| 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
|
|
|
|
| 1 |
---
|
| 2 |
title: AI Video Composer - Natural Language FFMPEG
|
| 3 |
+
short_description: Control FFMPEG with plain English
|
| 4 |
emoji: π
|
| 5 |
colorFrom: red
|
| 6 |
colorTo: yellow
|
|
|
|
| 23 |
|
| 24 |
# π AI Video Composer - FFMPEG in Plain English
|
| 25 |
|
|
|
|
|
|
|
| 26 |
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.
|
| 27 |
|
| 28 |
## How It Works
|
app.py
CHANGED
|
@@ -580,7 +580,7 @@ with gr.Blocks() as demo:
|
|
| 580 |
gr.Markdown(
|
| 581 |
"""
|
| 582 |
# π AI Video Composer β FFMPEG in Plain English
|
| 583 |
-
|
| 584 |
""",
|
| 585 |
elem_id="header",
|
| 586 |
)
|
|
|
|
| 580 |
gr.Markdown(
|
| 581 |
"""
|
| 582 |
# π AI Video Composer β FFMPEG in Plain English
|
| 583 |
+
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 |
)
|