Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 996 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 996 Bytes

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