asaah18 / video-music-remover

a Python script to remove music from mp4 video files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

video-music-remover

a Python script to remove music from mp4 video files using demuxhttps://github.com/facebookresearch/demucs machine learning model

setup

  • install ffmpeg in your device
  • install dependencies using pipenv

usage

  • copy the videos you want to remove the music from to the folder "input"
  • run the Python module main.py

the videos without music will be saved to the folder output and the original files in input folder will be deleted.

About

a Python script to remove music from mp4 video files


Languages

Language:Python 92.4%Language:Dockerfile 7.6%