After a few months I’ve managed to make an app that convert osu replays to mp4 videos in few clicks.
All you need to do is to choose the replay you want to convert and click the "Start" button.
You can download the app here: https://github.com/uyitroa/osr2mp4-app/releases/tag/v0.3
For more information about the app: https://github.com/uyitroa/osr2mp4-app/
A sample video using osr2mp4: https://www.youtube.com/watch?v=5ugu_9yDSg0
I would appreciate feedbacks and issues, just send me a message via discord: https://discord.gg/kaftu4y or open an issue on github.
Special thanks to -freez for the big brain design.
Enjoy the program!
All you need to do is to choose the replay you want to convert and click the "Start" button.
You can download the app here: https://github.com/uyitroa/osr2mp4-app/releases/tag/v0.3
For more information about the app: https://github.com/uyitroa/osr2mp4-app/
A sample video using osr2mp4: https://www.youtube.com/watch?v=5ugu_9yDSg0
I would appreciate feedbacks and issues, just send me a message via discord: https://discord.gg/kaftu4y or open an issue on github.
Special thanks to -freez for the big brain design.
Enjoy the program!
Changelogs
0.2:
- Change ValueError(‘Problem with video writer’) to a more detailed error.
- Fix app crash when selecting osu folder:
- try catch when replay are corrupted
- try catch when beatmap is not found in osu.db since it’s not updated for new downloaded beatmap
- try catch when fail to parse scores.db
- Fix audio when set volume to 0%
- Background delay when using dt or ht fix
- Can’t render scorev2 replay fix (by using scorev1 system)
- Fix using wrong hp bar (fix not using @2x file when animated image file doesn’t exist)
- Fix continuous cursor trail (math domain error)
- Weird character in skin name fix
- Improve skin.ini parse (fix keyerror and others stuffs)
- Fix parsing replay gives NoneType object is not subscriptable
- Fix hitcircle border not loading
- Show mods during replay
- Output name in another textbox
- Customisable output name, ex: {Map} played by {Player} at {PlayDate} video rendered at {Date} {Accuracy}%.mp4
- Customisable PP counter. CustomPP.exe
- Fix no spinner with some skin
- Hide combo during breaks
- Fix animation for fps > 60 (? not sure if it’s fixed)
- Fix scrollbar does weird shit
- Fix clipping line during ranking screen on some skin
- Add song delay option
- Fix grade sometimes it shows D rank instead of C rank
- Fix key error on CHUJ kurwa map (due to wrong slider speed)
- Add unstable rate at the end of the replay
- Fix wonky kick slider
- Fix relax plays doesn’t work properly
- Accuracy position is fucked up with special resolution fix
- Update spinner (margin error of spin bonus score is +- 1k, instead of 10k lol)