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

https://github.com/mpratt/media-morfosis

Python script used to convert between common media formats.
https://github.com/mpratt/media-morfosis

Last synced: 25 days ago
JSON representation

Python script used to convert between common media formats.

Awesome Lists containing this project

README

          

# Media Morfosis
Python script used to convert between common media formats.
It uses ffmpeg-python under the hood.

# Installation
Download the source code, extract the data, go to the folder and run

`pip install -e .`

# Usage
It must be run on the console
```
media-morfosis // Opens a Gui Window
media-morfosis-cli [-c [conversion_type]] [file]
```