Releases: asaah18/video-music-remover
Releases · asaah18/video-music-remover
v1.1.3
v1.1.2 - YANKED
v1.1.1
v1.0
v0.6
Added
- Added support for demucs model htdemucs_ft by @asaah18 #95
- Added support for demucs model mdx by @asaah18 #95
- Added support for demucs model mdx_extra by @asaah18 #95
Fixed
Removed
Refactored
- Refactored remove-music and healthcheck commands to use orm for ffmpeg, ffprobe and demucs by @asaah18
in #84 - Refactored remove-music command to use return type DemucsModels by @asaah18
in #84 - Refactored resolve value of method "_get_default_output_directory" in "DemucsMusicRemover" class by
@asaah18 #84
Full Changelog: https://github.com/asaah18/video-music-remover/commits/v0.6
0.5.1
first release
Added
- Added README.md file to describe the project by @asaah18.
- Added LICENSE file by @asaah18.
- Added pyproject.toml to manage the project dependencies by @asaah18.
- Added a CLI command to remove music using AI audio separation from input video file and produce a new
video without music by @asaah18.- The command supports either a supported file or a folder.
- Supported files are: mp4, mkv and webm.
- Supported machine learning models are: demucs/htdemucs and demucs/mdx_extra_q.
- The command has an option to log into a file.
- The command has an option to choose the AI model to use.
- Use modular way to observe progress and give feedback.
- Video without music is saved in output folder directly or in a sub-folder depending on input type(file or folder).
- Intermediate audio files are stored in a temporary file and cleaned up automatically afterward.
- All video's audio tracks are processed and replaced.
- Video's other tracks and metadata are kept intact.
- Added a CLI command for healthcheck with debug option by @asaah18.
- Added a CLI command for checking version by @asaah18.
Full Changelog: https://github.com/asaah18/video-music-remover/commits/v0.5.1