Skip to content

haroldo-ok/sgdk-video-player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to sgdk-video-player 👋

Version Documentation Maintenance License: MIT Twitter: Haroldo0k

A video converter/video player for SGDK

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