A small tool to remove ambience sound from a video and replace it with the audio from a Youtube link.
- Python 100%
| src/pycodec | ||
| .gitignore | ||
| LICENSE.txt | ||
| pycodec.py | ||
| pycodec.spec | ||
| pyproject.toml | ||
| README.md | ||
pyCoDec
A simple tool to automate the task of removing the ambience sound of a file and replace it with the audio from a Youtube video.
It is made using Python 3.
Dependencies
Python Packages
This application depends on yt-dlp, rich_ and python-ffmpeg in addition to some standard python libraries.
Software
You will need ffmpeg installed and available in yout path for this application to work.