PodcastPy - Python Tools for Podcast
Project description
PodcastPy
Podcast Helper Tool in Python
Description
Podcast is something that we usually hear or watch, fill our warm and relax time. Sometimes podcasters find that it is difficult to manage time to create content and process it for a ready to hear product. PodcastPy
is an open-source program aimed at solving the basic and recurring problems that often occur in podcast creation.
Installation
pip install podcastpy
PyPi link: https://pypi.org/project/podcastpy
Usage Example
from podcastpy import auto_trimmer
# a place where your original video stored
ORIGINAL_PATH = "original.mp4"
# a desired path where your result video will saved
RESULT_PATH = "result.mp4"
# margin for trim video, so there is no sudden cut or trim
TIME_MARGIN = 0.50
# number of how many bars in the histogram
NOISE_SAMPLING_LEVEL = 100
auto_trimmer(original_media_path=ORIGINAL_PATH,
result_media_path=RESULT_PATH,
time_margin_in_second=TIME_MARGIN,
noise_sampling_level=NOISE_SAMPLING_LEVEL)
Support
Reach me out on Email
Contribution
If you find out this library as useful please give it a star to let everyone know. If you have idea on how to improve this library, I am always open for every contributors. Thank you!
Copyright
MIT License
Copyright (c) 2021 Muhammad Razif Rizqullah
Project details
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
File details
Details for the file podcastpy-0.0.4.tar.gz
.
File metadata
- Download URL: podcastpy-0.0.4.tar.gz
- Upload date:
- Size: 8.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | be4c274a512a931e131f1773e6347f5b380161d66c00dd9f0ab2a6769ade5bb5 |
|
MD5 | 37284e0a1efd57e03aab314d823cfb32 |
|
BLAKE2b-256 | bb58a02018a449a6848c97143fcbc51cfb4a9b50c4a5130143cc10d7f847c6b1 |
File details
Details for the file podcastpy-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: podcastpy-0.0.4-py3-none-any.whl
- Upload date:
- Size: 9.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f1e011a111a553f254cbe22910c83265e558b688b90ac4fd3facc1b1cd24c391 |
|
MD5 | c5deffa79a94e0f0098771dbc3686fc7 |
|
BLAKE2b-256 | a34a1670bb8ca81a7ad3e52cd50fed07354e09df6c7cf6cb5ac91e924675450f |