Skip to content

a Python script to remove music from mp4 video files

Notifications You must be signed in to change notification settings

asaah18/video-music-remover

Folders and files

NameName
Last commit message
Last commit date
Mar 26, 2024
Sep 15, 2024
Sep 15, 2024
Sep 15, 2024
Mar 26, 2024
Jan 29, 2025
Jan 29, 2025
Apr 27, 2024
Jan 29, 2025
Dec 27, 2024

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published