feat: SEO optimization - expanded tags, description, and use cases
Browse files
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
---
|
| 2 |
title: AI Video Composer - Natural Language FFMPEG
|
| 3 |
-
short_description:
|
| 4 |
emoji: ๐
|
| 5 |
colorFrom: red
|
| 6 |
colorTo: yellow
|
|
@@ -19,6 +19,12 @@ tags:
|
|
| 19 |
- no-code
|
| 20 |
- video-processing
|
| 21 |
- media-converter
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
---
|
| 23 |
|
| 24 |
# ๐ AI Video Composer - FFMPEG in Plain English
|
|
|
|
| 1 |
---
|
| 2 |
title: AI Video Composer - Natural Language FFMPEG
|
| 3 |
+
short_description: Describe what you want, AI writes the FFMPEG command
|
| 4 |
emoji: ๐
|
| 5 |
colorFrom: red
|
| 6 |
colorTo: yellow
|
|
|
|
| 19 |
- no-code
|
| 20 |
- video-processing
|
| 21 |
- media-converter
|
| 22 |
+
- slideshow-maker
|
| 23 |
+
- video-merger
|
| 24 |
+
- command-generator
|
| 25 |
+
- waveform-visualization
|
| 26 |
+
- audio-to-video
|
| 27 |
+
- image-to-video
|
| 28 |
---
|
| 29 |
|
| 30 |
# ๐ AI Video Composer - FFMPEG in Plain English
|
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 |
-
Upload your media files, describe what you want, and [Kimi-K2](https://huggingface.co/moonshotai/Kimi-K2-Instruct) generates the FFMPEG command. Create slideshows, add music, merge clips, visualize audio waveforms, and more.
|
| 584 |
""",
|
| 585 |
elem_id="header",
|
| 586 |
)
|
|
|
|
| 580 |
gr.Markdown(
|
| 581 |
"""
|
| 582 |
# ๐ AI Video Composer: FFMPEG in Plain English
|
| 583 |
+
Upload your media files, describe what you want, and [Kimi-K2](https://huggingface.co/moonshotai/Kimi-K2-Instruct) generates the FFMPEG command. Create slideshows from images, add background music, merge video clips, visualize audio waveforms, convert formats, adjust speed, and more.
|
| 584 |
""",
|
| 585 |
elem_id="header",
|
| 586 |
)
|