Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/haroldo-ok/sgdk-video-player

A video converter/video player for SGDK
https://github.com/haroldo-ok/sgdk-video-player

homebrew retro retro-game sega-genesis sega-mega-drive sgdk video-encoder video-player

Last synced: about 3 hours ago
JSON representation

A video converter/video player for SGDK

Awesome Lists containing this project

README

        

Welcome to sgdk-video-player 👋



Version

Documentation


Maintenance


License: MIT


Twitter: Haroldo0k

> A video converter/video player for SGDK

### 🏠 [Homepage](https://github.com/haroldo-ok/sgdk-video-player#readme)

## Install

```sh
npm install -g sgdk-video-player
```

## Using the converter

```sh
sgdk-video-player convert

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 . [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](https://twitter.com/Haroldo0k)
* Github: [@haroldo-ok](https://github.com/haroldo-ok)
* LinkedIn: [@haroldo-ok](https://linkedin.com/in/haroldo-ok)

## 🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/haroldo-ok/sgdk-video-player/issues). You can also take a look at the [contributing guide](https://github.com/haroldo-ok/sgdk-video-player/blob/master/CONTRIBUTING.md).

## Show your support

Give a ⭐️ if this project helped you!

## 📝 License

Copyright © 2023 [Haroldo O. Pinheiro](https://github.com/haroldo-ok).

This project is [MIT](https://github.com/haroldo-ok/sgdk-video-player/blob/master/LICENSE) licensed.

***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_