Skip to content

Nadwey/pianofall-unreal-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pianofall Unreal Engine

Pianofall but in Unreal Engine...

Warning

Chaos can crash on larger midis, I'm trying to fix this.

Pianofall Unreal Engine - Main Menu

A lot of notes

A lot of colorful notes

Merge frames using FFmpeg

To merge the frames you need to execute this command in the directory where the frames are located (Frame000001.png, Frame000002.png, Frame000003.png, etc...):

ffmpeg -i audio.mp3 -framerate 60 -i Frame%06d.png output.mp4