haroldo-ok / sgdk-video-player

A video converter/video player for SGDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to sgdk-video-player πŸ‘‹

Version Documentation Maintenance License: MIT Twitter: Haroldo0k

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

🀝 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

About

A video converter/video player for SGDK

License:MIT License


Languages

Language:Assembly 44.6%Language:JavaScript 35.2%Language:C 19.2%Language:Batchfile 1.0%