Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 920 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 920 Bytes

musicalpy

A simple way of combining a music and a video (logo is a random stable diffusion generation)

installation

git clone https://github.com/fcakyon/musicalpy.git
pip install -r requirements.txt

usage

set params in main.py and run it with python

python main.py

params

video_url_or_path: youtube url or local path for base video

music_url_or_path: youtube url or local path for music to be mixed

video_offset: set to clip the starting seconds of video

music_delay: at which second should music start to play

music_offset: set to clip the starting seconds of music

end_seconds: max length of output video