mirror of
https://github.com/lalbornoz/roar.git
synced 2024-11-02 13:56:39 +00:00
.. | ||
assets | ||
.gitignore | ||
ENNTool.py | ||
ENNToolGLCanvasPanel.py | ||
ENNToolGLTTFTexture.py | ||
ENNToolGLVideoWriter.py | ||
ENNToolMiRCARTColours.py | ||
ENNToolMiRCARTImporter.py | ||
LICENCE | ||
openh264-1.7.0_LICENSE.txt | ||
openh264-1.7.0-win32.dll | ||
openh264-1.7.0-win64.dll | ||
README.md |
ENNTool -- mIRC art animation tool (for EFnet #MiRCART) (WIP)
Copyright (c) 2018 Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
This project is licensed under the terms of the MIT licence.
Installation instructions on Windows
- Install Python v>=3.5.x[4]
- Install script dependencies w/ the following elevated command prompt command line:
pip install chardet numpy Pillow PyOpenGL wxPython
- Download OpenCV wheel[1] and install w/ the following elevated command prompt command line:
pip install <path to OpenCV wheel>
How to run
usage: ENNTool.py
[-A] [-f fps] [-h] [-o fname]
[-p] [-r WxH] [-R WxH] [-s fname]
[-S] [-v] [--] fname..
-a........: select animation mode (UNIMPLEMENTED)
-f fps....: set video FPS; defaults to 25
-h........: show this screen
-o fname..: output video filename; extension determines video type
-p........: play video after rendering
-r WxH....: set video resolution; defaults to 1152x864
-R WxH....: set MiRCART cube resolution; defaults to 0.1x0.2
-s fname..: input script filename
-S........: select scrolling mode
-v........: be verbose
References
Wed, 04 Jul 2018 09:33:53 +0200 [1]
Python Extension Packages for Windows - Christoph Gohlke
Wed, 04 Jul 2018 09:38:28 +0200 [2]
Releases · cisco/openh264 · GitHub
Wed, 04 Jul 2018 09:49:38 +0200 [3]
opencv_ffmpeg and OpenH264-x.y.z · Issue #6080 · opencv/opencv · GitHub
Wed, 04 Jul 2018 10:24:12 +0200 [4]
Python Releases for Windows | Python.org