BeAnonymous
BeAnonymous copied to clipboard
BeAnonymous is a Python based application with which you can generate videos in the exact same way as the one made by Anonymous.
I get this error, its strange, I even tried to move an mp3 file to that directory and it still does not work. [CONVERTER] Failure : Pitch has not been...
I've noticed that this repo has been gaining some traction recently. If you find this project interesting, please consider contributing to make it even better. Unfortunately, due to my busy...
I created a vertical aspect ratio video that you can use if you want. I encoded it to match [YouTube's recommended settings](https://support.google.com/youtube/answer/1722171). https://github.com/MambaCodes/BeAnonymous/assets/2958419/e3b5ad44-adad-4b75-9a47-74fa719fffea
video_generator.py creates the video using `write_videofile()`, which requires re-encoding the entire video. Furthermore, I _think_ this code is **recursively** concatenating the video clip one clip at a time, which is...