Convert media.
Project description
konvertek
konvertek konvert all video files from one folder to another with certain video encoder, bitrate, resolution and fps. The file hierarchy will be preserved exactly as in the original directory.
Installation and usage
Install by typing:
pip3 install konvertek
Run:
konvertek convert /path/to/source/dir /path/to/destenation/dir /path/to/progress.json \
--v_codec libx265 --bitrate 3M \
--resolution 720p --fps 24
# progress.json is file, which contains transcode progress.
# If failed or power outages, this file will store progress.
# Just retype command again with same progress.json
If needed hardware acceleration, use video encoder (--v_codec) hevc_nvenc (H.265) or h264_nvenc (H.264) for nvidia
and h265_vaapi (H.265) or h264_vaapi (H.264) for amd. Use --help for more parameters.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file konvertek-0.1.3.tar.gz.
File metadata
- Download URL: konvertek-0.1.3.tar.gz
- Upload date:
- Size: 8.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cfb3819f8f562f1a1c1c366dc8bac18f92cd6b7943936972c7e4784658104515
|
|
| MD5 |
738736a952b1a6d9ea57ee55d53b3941
|
|
| BLAKE2b-256 |
770afe6ed4d24bcb2ad36d1a5d82513fb51fea20225db5b5f1a29b275dbd3197
|
File details
Details for the file konvertek-0.1.3-py3-none-any.whl.
File metadata
- Download URL: konvertek-0.1.3-py3-none-any.whl
- Upload date:
- Size: 9.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
77708469a0ab62b29225eb44338d226bda613f7a25eb289306487b8f59872aac
|
|
| MD5 |
5f8fde6152275158e14880bc92efa435
|
|
| BLAKE2b-256 |
e53c0c49004e5e4add16baae321ace887300917ed379e7cb28d0021c8b990e4f
|