Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juscoder/converter-video-to-audio-python-tkinter
Esto es un convertidor de video mp4 a mp3, wav, hecho en python con interfaz tkinter, y compilado aun ejecutable.
https://github.com/juscoder/converter-video-to-audio-python-tkinter
audio converter-video-to-audio descargar mp3 python tkinter ui video wav windows
Last synced: 18 days ago
JSON representation
Esto es un convertidor de video mp4 a mp3, wav, hecho en python con interfaz tkinter, y compilado aun ejecutable.
- Host: GitHub
- URL: https://github.com/juscoder/converter-video-to-audio-python-tkinter
- Owner: juscoder
- Created: 2024-06-27T22:03:53.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-03T22:25:51.000Z (7 months ago)
- Last Synced: 2024-11-08T22:40:41.816Z (2 months ago)
- Topics: audio, converter-video-to-audio, descargar, mp3, python, tkinter, ui, video, wav, windows
- Language: Python
- Homepage: https://video-to-audio.netlify.app
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# converter-video-to-audio-python-tkinter
![img demo](https://i.imgur.com/BChIGWH.jpg)### Downloads:
| Platform | Arch | Version | Link |
| -------- | ------- | ------- | ---------------------------------------------------------------------------------------------------------------------------- |
| Windows | x64 | 1.0 | [Download](https://github.com/juscoder/converter-video-to-audio-python-tkinter/releases/download/v1.0/jusconverter.exe) |## Descripción
Este proyecto es un convertidor de video MP4 a formatos de audio MP3 y WAV. Está desarrollado en Python utilizando la biblioteca `tkinter` para la interfaz gráfica de usuario. El programa ha sido compilado en un ejecutable para facilitar su distribución y uso.
## Características
- Convierte archivos de video MP4 a formatos de audio MP3 y WAV.
- Interfaz gráfica amigable creada con `tkinter`.
- Fácil de usar, solo selecciona el archivo de video y elige el formato de salida.
- Compilado en un ejecutable para su uso sin necesidad de tener Python instalado.## Tecnologías Utilizadas
- **Python**: Lenguaje de programación principal.
- **tkinter**: Biblioteca estándar de Python para la creación de interfaces gráficas.
- **moviepy**: Biblioteca utilizada para la manipulación de archivos de video.
- **ffmpeg**: Herramienta utilizada por `moviepy` para el procesamiento de video y audio.
- **pyinstaller**: Utilizado para compilar el script en un ejecutable.## Requisitos
Para ejecutar el proyecto desde el código fuente, necesitas tener instalados los siguientes paquetes de Python:
- Python 3.x
- moviepy
- ffmpeg
- tkinter (incluido con Python por defecto)Puedes instalar las dependencias utilizando `pip`:
```sh
pip install moviepy
pip install ffmpeg-python
```## Nota:
Clonar ell repositorio y despues trabajer en enrtono virtual con el comando `python -m venv tutorial-env` y par acrivar `tutorial-env\Scripts\activate`