Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/haroldo-ok/sgdk-video-player
- Owner: haroldo-ok
- License: mit
- Created: 2023-08-03T21:00:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-13T22:38:42.000Z (about 1 year ago)
- Last Synced: 2024-09-18T03:30:12.128Z (about 2 months ago)
- Topics: homebrew, retro, retro-game, sega-genesis, sega-mega-drive, sgdk, video-encoder, video-player
- Language: Assembly
- Homepage:
- Size: 2.64 MB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Welcome to sgdk-video-player 👋
> 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 convertPositionals:
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)_