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.
- Host: GitHub
- URL: https://github.com/mpratt/media-morfosis
- Owner: mpratt
- Created: 2023-01-06T21:13:22.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-02-17T16:46:37.000Z (over 1 year ago)
- Last Synced: 2025-02-17T17:39:31.895Z (over 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]
```