MANA is a Python tool designed to process videos and convert them into Minecraft map files (NBT format) in batches.
- Clone the git repository
- Install depends:
pip install requirements.txt
- Run mana
python progress.py [args]
You can use -h to get the args infomation.
Without these projects, mana would not exist:
- Minecraft - Minecraft, developed by Mojang Studios,
mana
complies with the Minecraft EULA and related terms of use. - OpenCL:OpenCL™ (Open Computing Language) is an open, royalty-free standard for cross-platform, parallel programming of diverse accelerators found in supercomputers, cloud servers, personal computers, mobile devices and embedded platforms. OpenCL greatly improves the speed and responsiveness of a wide spectrum of applications in numerous market categories including professional creative tools, scientific and medical software, vision processing, and neural network training and inferencing.
- CuPy: A NumPy/SciPy-compatible Array Library for GPU-accelerated Computing with Python
- Pillow:Pillow is the friendly PIL fork by Jeffrey A. Clark and contributors. PIL is the Python Imaging Library by Fredrik Lundh and contributors. As of 2019, Pillow development is supported by Tidelift.