Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rafaeloledo/py-img-audio-converter
https://github.com/rafaeloledo/py-img-audio-converter
Last synced: about 10 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/rafaeloledo/py-img-audio-converter
- Owner: rafaeloledo
- License: mit
- Created: 2023-05-08T00:26:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-10T19:43:07.000Z (3 months ago)
- Last Synced: 2024-08-10T21:10:40.360Z (3 months ago)
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### TODO
Create a single program with menu#### mp4->m4a, mp4->gif, webp->jpeg
### Dependencies
- `python`
- https://www.python.org/
- `moviepy`
- https://zulko.github.io/moviepy/
- `ffmpeg`
- https://ffmpeg.org/
- `Pillow`
- https://pillow.readthedocs.io/en/stable/
- `scoop` (for windows)
- https://scoop.sh/### Usage
```
python mp4tom4a.py input_file.mp4 output_file.m4a
``````
python webptojpeg.py input_file.webp output_file.jpg
```### Quickstart
On Windows:
```
pip install moviepy
pip install Pillow
``````
scoop install ffmpeg
```