M44 - MP4 to MP3 Converter
File main.py menyediakan fungsi dan CLI untuk mengonversi file MP4 menjadi MP3 menggunakan ffmpeg.
Prasyarat
ffmpegharus terinstal dan dapat diakses lewat PATH.
Contoh penggunaan
python M44/main.py input.mp4
python M44/main.py input.mp4 -o output.mp3
python M44/main.py input.mp4 -b 128k
Cek versi ffmpeg:
ffmpeg -version
Jika belum ada ffmpeg (Windows): kunjungi https://ffmpeg.org/ atau gunakan choco install ffmpeg jika memakai Chocolatey.
Install as editable package:
pip install -e .
After install you can run:
m44 input.mp4 -o output.mp3
Release files for m44 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| m44-0.1.0.tar.gz | 2.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| m44-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 5.4 kB
Release files / m44-0.1.0.tar.gz
| Download URL | m44-0.1.0.tar.gz |
|---|---|
| Size | 2.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7ab6dd55da822b49196618e4b81eccb3eeb5cf19cd4aa0ee7105389940c00925
|
|
BLAKE2b-256 checksum How to use checksums |
a407683cd51a004e36313c6f41222ffd7ed401340654364c4d62cd3be8457f45
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.10
|
Release files / m44-0.1.0-py3-none-any.whl
| Download URL | m44-0.1.0-py3-none-any.whl |
|---|---|
| Size | 3.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
9eaef0cbde8de8843736f4793804bae0b1c45beaa02a0a8ad64259255cc282ae
|
|
BLAKE2b-256 checksum How to use checksums |
26b0942a4e28b18603dfd5e38921f8560ae0c0f2751aaf77bd2c77857839833b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.10
|