smartdigitalnetworks commited on
Commit
31e1cc4
·
verified ·
1 Parent(s): bbfc423

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -13
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: FFmpeg Audio Video File Formet Converter
3
  emoji: 💻
4
  colorFrom: green
5
  colorTo: green
@@ -12,15 +12,5 @@ tags:
12
  - media
13
  pinned: true
14
  license: mit
15
- ---
16
- [![Sync to Hugging Face hub](https://github.com/lazarusking/gradio-ffmpeg/actions/workflows/main.yml/badge.svg)](https://github.com/lazarusking/gradio-ffmpeg/actions/workflows/main.yml)
17
-
18
- # Overview
19
- A simple media converter interface using Gradio and FFmpeg that allows easy media processing with filters and codecs.
20
-
21
- ![Content](./images/gradio-app.png)
22
-
23
- ## Dev
24
- Built with Gradio and ffmpy
25
-
26
- inspiration by [ffmpeg-commander](https://www.github.com/alfg/ffmpeg-commander)
 
1
  ---
2
+ title: Video and Audio Format Converter
3
  emoji: 💻
4
  colorFrom: green
5
  colorTo: green
 
12
  - media
13
  pinned: true
14
  license: mit
15
+ short_description: Convert between audio and video formats using FFmpeg
16
+ ---