https://github.com/rizquuula/PodcastPy
Podcast automation tools (auto trimming, cleansing, noise removal, merging)
https://github.com/rizquuula/PodcastPy
automation podcast python
Last synced: 3 months ago
JSON representation
Podcast automation tools (auto trimming, cleansing, noise removal, merging)
- Host: GitHub
- URL: https://github.com/rizquuula/PodcastPy
- Owner: rizquuula
- License: mit
- Created: 2021-07-04T13:52:20.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-08T09:52:10.000Z (over 3 years ago)
- Last Synced: 2025-03-24T20:19:59.028Z (3 months ago)
- Topics: automation, podcast, python
- Language: Python
- Homepage:
- Size: 51.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```console
pip install podcastpy
```PyPi link:
## Usage Example
```python
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 = 100auto_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](mailto:[email protected] "[email protected]")
## 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