Spaces:
Sleeping
Sleeping
Lazarus
commited on
Commit
·
1fb95d1
1
Parent(s):
3673342
update readme
Browse files
README.md
CHANGED
|
@@ -13,14 +13,16 @@ license: mit
|
|
| 13 |
[](https://github.com/lazarusking/gradio-ffmpeg/actions/workflows/main.yml)
|
| 14 |
|
| 15 |
# Overview
|
| 16 |
-
|
| 17 |
|
| 18 |

|
|
|
|
| 19 |
## Dev
|
| 20 |
Built with Gradio and ffmpy
|
| 21 |
|
| 22 |
inspiration by [ffmpeg-commander](https://www.github.com/alfg/ffmpeg-commander)
|
| 23 |
-
|
|
|
|
| 24 |
Clone the repo and
|
| 25 |
`pip install -r requirements.txt`
|
| 26 |
- To run locally
|
|
|
|
| 13 |
[](https://github.com/lazarusking/gradio-ffmpeg/actions/workflows/main.yml)
|
| 14 |
|
| 15 |
# Overview
|
| 16 |
+
A simple media converter interface using Gradio and FFmpeg that allows easy media processing with filters and codecs.
|
| 17 |
|
| 18 |

|
| 19 |
+
|
| 20 |
## Dev
|
| 21 |
Built with Gradio and ffmpy
|
| 22 |
|
| 23 |
inspiration by [ffmpeg-commander](https://www.github.com/alfg/ffmpeg-commander)
|
| 24 |
+
|
| 25 |
+
## Install
|
| 26 |
Clone the repo and
|
| 27 |
`pip install -r requirements.txt`
|
| 28 |
- To run locally
|