uyitroa / osr2mp4-core

A program to convert osu replay file osr to mp4. Sample: https://www.youtube.com/watch?v=5ugu_9yDSg0
MIT License
118 stars 14 forks source link

Cannot enable FFmpeg Writer #63

Closed Ameliaaaaaaa closed 3 years ago

Ameliaaaaaaa commented 3 years ago

After going through all the stuff in the master repo, I cannot enable FFMPEG writer as python setup build_ext --inplace cannot find the file.

uyitroa commented 3 years ago

oops I made a typo, it's setup.py instead of setup

Ameliaaaaaaa commented 3 years ago

Thanks, it seems to work without it anyways. Probs still needed.