A small tool to remove ambience sound from a video and replace it with the audio from a Youtube link.
Find a file
2024-08-24 07:38:29 -03:00
src/pycodec Add fade in 2024-08-23 13:31:21 -03:00
.gitignore Initial commit 2024-08-11 11:35:26 -03:00
LICENSE.txt Initial commit 2024-08-11 11:35:26 -03:00
pycodec.py Add fade in 2024-08-23 13:31:21 -03:00
pycodec.spec pyinstaller exclude packages 2024-08-24 07:38:29 -03:00
pyproject.toml pyinstaller as dev dependence 2024-08-23 13:33:54 -03:00
README.md Initial commit 2024-08-11 11:35:26 -03:00

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.