Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,19 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Video Text Remover (Inpainting)
|
| 2 |
|
| 3 |
-
Outil gratuit
|
| 4 |
|
| 5 |
-
|
| 6 |
-
- Upload vidéo
|
| 7 |
-
-
|
| 8 |
-
-
|
| 9 |
-
- Vidéo
|
|
|
|
|
|
|
| 10 |
|
| 11 |
-
|
| 12 |
- Python
|
|
|
|
| 13 |
- OpenCV
|
| 14 |
- FFmpeg
|
| 15 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
|
| 17 |
Limites :
|
| 18 |
-
-
|
| 19 |
-
- Vidéos
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Video Text Remover
|
| 3 |
+
emoji: 🎥
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: purple
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: "4.44.0"
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
# Video Text Remover (Inpainting)
|
| 13 |
|
| 14 |
+
Outil gratuit permettant de supprimer un texte incrusté sur une vidéo grâce à l’inpainting OpenCV.
|
| 15 |
|
| 16 |
+
Fonctionnalités :
|
| 17 |
+
- Upload d’une vidéo courte (≤ 60 secondes)
|
| 18 |
+
- Sélection d’une zone (rectangle) contenant le texte
|
| 19 |
+
- Suppression du texte par inpainting
|
| 20 |
+
- Vidéo finale générée automatiquement
|
| 21 |
+
- 100 % open-source
|
| 22 |
+
- CPU only (aucun GPU requis)
|
| 23 |
|
| 24 |
+
Technologies utilisées :
|
| 25 |
- Python
|
| 26 |
+
- Gradio
|
| 27 |
- OpenCV
|
| 28 |
- FFmpeg
|
| 29 |
+
|
| 30 |
+
Recommandations :
|
| 31 |
+
- Résolution maximale : 720p
|
| 32 |
+
- FPS traité : 8 à 10
|
| 33 |
+
- 1 utilisateur à la fois (file d’attente Gradio)
|
| 34 |
|
| 35 |
Limites :
|
| 36 |
+
- Pas de traitement temps réel
|
| 37 |
+
- Vidéos longues non recommandées sur le plan gratuit
|