Skip to content

DanyB0/nighty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code style: black License

nighty

nighty is a simple nightcore song maker (+ video)

Installation

  • clone the repo wherever you want

    git clone https://www.github.com/DanyB0/nighty
    
  • install the requirements (you MUST have ffmpeg installed)

    pip install -r requirements.txt
    
  • you're ready to go!

Usage

  • put in the "ingredients" folder one or more songs and one or more images
  • python main.py
  • in the "final" folder will be created your video

how to create the wavesound like in the example below

  • create the nightcore video and copy-paste this code in a terminal (change the name of your video)
ffmpeg -i <YOUR VIDEO NAME>.mp4 -filter_complex "[0:a]showwaves=s=cif:mode=line:colors=white,colorkey=0x000000:0.01:0.1,format=yuva420p[v];[0:v]scale=cif[bg];[bg][v]overlay[outv]" -map "[outv]" -map 0:a -c:v libx264 -c:a copy video-soundwave.mp4
  • you can change the parameters (ex. quality) however you want

example

https://www.youtube.com/watch?v=CIRylCFM-28

Team

This project is maintained by me.

DanyB0
DanyB0

License

BSD 3-Clause License