victor HF Staff commited on
Commit
a9db73a
Β·
1 Parent(s): d3d389c

feat: Optimize page content for SEO - FFMPEG in plain English

Browse files
Files changed (2) hide show
  1. README.md +14 -4
  2. app.py +2 -2
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
- title: AI Video Composer
3
- short_description: Create videos with FFMPEG + Kimi-K2
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
- AI Video Composer is an intelligent media processing application that uses natural language instructions to create videos from your media assets. It leverages the Kimi-K2 language model to generate FFmpeg commands based on your requirements.
 
 
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
- Compose new videos from your assets using natural language. Add video, image and audio assets and let [Kimi-K2](https://huggingface.co/moonshotai/Kimi-K2-Instruct) generate a new video for you (using FFMPEG).
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
  )