Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rafaeloledo/py-img-audio-converter


https://github.com/rafaeloledo/py-img-audio-converter

Last synced: about 10 hours ago
JSON representation

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
```