Last updated:
0 purchases
pmprocessvideo 0.0.1
pm-process-video
Installation
pipx install pm-process-video
Then run:
process_video my_file.vtt
This package is installed under the pm package namespace.
To use it in Python code import like this:
from pm.process_video import vtt_to_text
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.
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.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.