forum

I present to you, OMGApple

posted
Total Posts
16
Topic Starter
Ph0X
http://www.sendspace.com/file/86fnzg
Yes, 1mb. Whatchu gonna do about it?

You can also get it by re-downloading the beatmap:
http://osu.ppy.sh/s/13051

tips and warnings
1. it's cpu intensive
2. don't even try opening it in the editor
3. replace approachcircles with an empty one to see the animation correctly (attached file)
4. watch with nofail (and double time, makes the animation faster/smoother)

ss:
http://i50.tinypic.com/30jp40m.jpg

Topic Starter
Ph0X
if you give a shit about how it was made

1. ffmpeg to turn frames into images. 2fps and 36x24
http://img522.imageshack.us/img522/9624 ... 012559.png

2. python with PIL to read pixels and choose if black or white, and write to file for each frames

3. python again to go through, each frame and put the NEWCOMBO flag at the correct position and then write the whole thing to .osu file
Randy96
that's cool, lol
Ephemeral
you smarmy fucker

give me that PIL script >:{
Derekku
oh my god

oh my god
Topic Starter
Ph0X
http://www.pythonware.com/products/pil/

I tried cleaning it as much as I could, shits still done rather quickly and it's pretty nasty

Part1: ffmpeg -i badapple.mp4 -r 2 -ss 00:00:03 -t 00:01:00 -f image2 -s 96x72 %03d.png
2fps, from 3s to 63s, 96x72 resolution and save as png

Part2: http://codepad.org/6OE9LLUw

Part3: http://codepad.org/kJxSDWJj
TKiller
when it's about halfway done auto begins to miss everything and it really becomes smoother, huh

Well, dunno why I made auto play that.
Jarby
ALL OF MY LOVE
anonymous_old
Shellghost
I love this.

I love this so much i even overlook the stroke it gave me.
Xanek
Going to try to run this... and try to open in editor if i can, if my computer blows up, its your fault
edit: DIff Badapple made Osu! Stop running QQ
Gabi
it would have been epic if you had included the badapple mp3 aswell for that diff xD
Ephemeral

Ph0X wrote:

http://www.pythonware.com/products/pil/

I tried cleaning it as much as I could, shits still done rather quickly and it's pretty nasty

Part1: ffmpeg -i badapple.mp4 -r 2 -ss 00:00:03 -t 00:01:00 -f image2 -s 96x72 %03d.png
2fps, from 3s to 63s, 96x72 resolution and save as png

Part2: http://codepad.org/6OE9LLUw

Part3: http://codepad.org/kJxSDWJj
I'm going to attack that script and see if I can't jury rig it to do something similar but with SB elements instead of hitcircles
NatsumeRin
oh my god
oh my god
NoHitter
:O
Arusha Shuna
2. don't even try opening it in the editor
...i really need to read the thread


i don't wanna know what will happen if i press ctrl+a

the fps (finally) dropped to 1, yay!
since binary gives me 16 fps :/

awesome work again Ph0x :D
Please sign in to reply.

New reply