Skip to main content

PodcastPy - Python Tools for Podcast

Project description

PodcastPy

Podcast Helper Tool in Python

PyPI - License GitHub top language GitHub all releases GitHub release (latest by date)

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

podcastpy-0.0.4.tar.gz (8.7 kB view hashes)

Uploaded Source

Built Distribution

podcastpy-0.0.4-py3-none-any.whl (9.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page