pm-process-video
Installation
pipx install pm-process-video
Usage
Running this:
process_video "My video file.mkv"
Will normalize the audio, transcribe using Open AI's whisper, and save the file, transcription, and text transcript in ~/Documents/screencast/encoded.
You can customize the target directory with the --target-dir option.
This package is installed under the pm package namespace.
To use it in Python code import like this:
from pm.process_video import process_video
Publish
To try out the current implementation without building:
hatch run process_video ...
To build and publish:
hatch build
hatch publish
License
pm-process-video is distributed under the terms of the MIT license.
Release files for pm-process-video 0.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pm_process_video-0.0.2.tar.gz | 4.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pm_process_video-0.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 9.4 kB
Release files / pm_process_video-0.0.2.tar.gz
| Download URL | pm_process_video-0.0.2.tar.gz |
|---|---|
| Size | 4.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
30010d8323c6d0c41fa5970b8c31e36d0c397646210dbc0da5db8884989e5179
|
|
BLAKE2b-256 checksum How to use checksums |
74567a6c60a8e7a6d79a6842165068b8644097f2f111541483dae9b62078b1a1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
python-httpx/0.25.2
|
Release files / pm_process_video-0.0.2-py3-none-any.whl
| Download URL | pm_process_video-0.0.2-py3-none-any.whl |
|---|---|
| Size | 5.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
27c6f35ff78577a48ed5f9f39828b926bc59e6a54ac498fbfa5801e28920ba1a
|
|
BLAKE2b-256 checksum How to use checksums |
9a71bf6fdd566bbf64266e39c787cc5447d44fd18533cd072d9602ac8a97c99f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
python-httpx/0.25.2
|