-
Notifications
You must be signed in to change notification settings - Fork 33
Feature request/question #1
Comments
Absolutely! The hard part will be making/finding a 1bit version of astley's video that will convert cleanly to windows. From there, just use the python script to regenerate the boxes, replace the .ogg file, and it should Just Work. The python script isn't the best, but I can provide help there :) |
thanks! can you provide a requirements.txt? i can't find the modules to install |
also does the script only support black and white? |
should be as simple as
Correct, because the windows are binary - they either exist or they don't. Perhaps adding custom background colours could be an extension :) |
got the black and white video of never gonna give you up, i can share it if you need it |
huh it's saying that it needs a boxes.json file |
The script is split into 2 parts, one generates boxes.json, one generates boxes.bin. Work out which bits to comment out to generate the json |
ok, thanks, i wasn't complaining |
i got it working but the boxes are scaled down? (maybe bc i inputed a 16:9 video) and it abruptly stops |
Does the |
No the folder Is fine |
Oh right, depending on what you did, you may need to update: https://github.com/mon/bad_apple_virus/blob/master/src/main.rs#L242-L245 |
Oh ok, i'll fix It later and i'll make a git repo |
How do I modify the code to make the video loop indefinitely? I'm not a Rust person |
You could try reloading the iterator when the music stops and restarting the music. I won't tell you how, as I don't need this feature. |
How do you convert color video to black and white 1-bit video?I want to use it to play miku miku oo ee oo but I can't find a black and white 1-bit video, thank you. |
I used ffmpeg, i don't Remember the command tho |
Thanks, I used this command: |
I don't get how to run it. |
Nvm found it |
Would It be possibile to
Copy pasterepurpose this code to play never gonna give you up instead?The text was updated successfully, but these errors were encountered: