Welcome to sgdk-video-player 👋
A video converter/video player for SGDK
Homepage
🏠Install
npm install -g sgdk-video-player
Using the converter
sgdk-video-player convert <src> <resDir>
Positionals:
src The source video, the one that will be converted [string] [required]
resDir The resource directory, where the generated sources will be placed.
[string] [required]
Options:
--version Show version number [boolean]
--imagemagick-dir, --kd Directory where ImageMagick is located [string]
--help Show help [boolean]
--cpu-cores Number of CPU cores to use. If ommited, will use all
of them.
--alias Alias to use when generating the C constants. If
ommited, it will be generated from <src>. [string]
--only-if-changed Only converts if file has been changed.
[boolean] [default: false]
Using the video player
The video player is on the lib/
folder. You can copy it to your SGDK project.
Author
👤 Haroldo O. Pinheiro
- Website: https://haroldo-ok.itch.io/
- Twitter: @Haroldo0k
- Github: @haroldo-ok
- LinkedIn: @haroldo-ok
🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide.
Show your support
Give a ⭐️ if this project helped you!
📝 License
Copyright © 2023 Haroldo O. Pinheiro.
This project is MIT licensed.
This README was generated with ❤️ by readme-md-generator