Update README.md
Browse files
README.md
CHANGED
|
@@ -9,3 +9,16 @@ license: other
|
|
| 9 |
---
|
| 10 |
|
| 11 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
| 12 |
+
|
| 13 |
+
VFC Tool
|
| 14 |
+
This is a VFC tool that provides both a Streamlit web interface and a REST API for converting videos to different formats.
|
| 15 |
+
|
| 16 |
+
Features
|
| 17 |
+
Convert videos to other video formats
|
| 18 |
+
Extract audio from videos
|
| 19 |
+
Convert videos to GIF
|
| 20 |
+
Extract images from videos at specific timestamps
|
| 21 |
+
Deployment on Hugging Face Spaces
|
| 22 |
+
Create a new Space on Hugging Face
|
| 23 |
+
Upload all files (app.py, requirements.txt, Dockerfile, README.md)
|
| 24 |
+
Set the Space to use Docker
|