victor HF Staff commited on
Commit
4068126
ยท
1 Parent(s): a85260d

feat: SEO optimization - expanded tags, description, and use cases

Browse files
Files changed (2) hide show
  1. README.md +7 -1
  2. app.py +1 -1
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
@@ -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
  )