Opensource Synthesia was abandoned in favour of closed source commercial project
Goal of this project is to bring back Opensource Synthesia to live, and make it look and work as good (or even better) than commercial Synthesia.
If you have any questions, feel free to join my Discord
https://github.com/PolyMeilex/Neothesia/releases
- To encode video you need to install rust
- You also need to install ffmpeg
- And compile the project with
record
flag, like socargo build --release --no-default-features --features record
(if you have make:make build-recorder
) - It will compile
neothesia
in recorder mode, from now on it is used as a comand line tool - To encode a
test.mid
file run./target/release/neothesia ./test.mid
- Video will be outputed to
./out
directory`