ffmpeg-mappable-media/README.md

61 lines
2.3 KiB
Markdown
Raw Normal View History

2012-04-13 12:12:24 +02:00
2022-08-21 15:37:37 -05:00
[<img src="https://github-ads.s3.eu-central-1.amazonaws.com/support-ukraine.svg?t=1" />](https://supportukrainenow.org)
2012-04-13 12:12:24 +02:00
2022-08-21 15:37:37 -05:00
# This is my package ffmpeg-mappable-media
2012-04-13 14:16:50 +02:00
2022-08-21 15:37:37 -05:00
[![Latest Version on Packagist](https://img.shields.io/packagist/v/danjones000/ffmpeg-mappable-media.svg?style=flat-square)](https://packagist.org/packages/danjones000/ffmpeg-mappable-media)
[![Tests](https://codeberg.org/danjones000/ffmpeg-mappable-media/actions/workflows/run-tests.yml/badge.svg?branch=main)](https://codeberg.org/danjones000/ffmpeg-mappable-media/actions/workflows/run-tests.yml)
[![Total Downloads](https://img.shields.io/packagist/dt/danjones000/ffmpeg-mappable-media.svg?style=flat-square)](https://packagist.org/packages/danjones000/ffmpeg-mappable-media)
2013-10-02 10:24:12 +02:00
2022-08-21 15:37:37 -05:00
This is where your description should go. Try and limit it to a paragraph or two. Consider adding a small example.
2013-12-02 12:47:27 +01:00
2022-08-21 15:37:37 -05:00
## Support us
2013-10-02 10:24:12 +02:00
2022-08-21 15:37:37 -05:00
[<img src="https://github-ads.s3.eu-central-1.amazonaws.com/ffmpeg-mappable-media.jpg?t=1" width="419px" />](https://spatie.be/github-ad-click/ffmpeg-mappable-media)
2013-12-02 12:47:27 +01:00
2022-08-21 15:37:37 -05:00
We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).
2013-12-02 12:47:27 +01:00
2022-08-21 15:37:37 -05:00
We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).
2012-05-31 16:07:30 +02:00
2022-08-21 15:37:37 -05:00
## Installation
2022-02-09 14:36:26 +01:00
2022-08-21 15:37:37 -05:00
You can install the package via composer:
2012-05-31 16:25:42 +02:00
```bash
2022-08-21 15:37:37 -05:00
composer require danjones000/ffmpeg-mappable-media
2013-07-03 18:57:42 +02:00
```
2022-08-21 15:37:37 -05:00
## Usage
```php
2022-08-21 15:37:37 -05:00
$skeleton = new Danjones\FFMpeg();
echo $skeleton->echoPhrase('Hello, Danjones!');
```
2022-08-21 15:37:37 -05:00
## Testing
2022-08-21 15:37:37 -05:00
```bash
composer test
2013-07-03 20:16:29 +02:00
```
2022-08-21 15:37:37 -05:00
## Changelog
2013-07-03 18:14:44 +02:00
2022-08-21 15:37:37 -05:00
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
2013-07-03 18:14:44 +02:00
2022-08-21 15:37:37 -05:00
## Contributing
2013-07-03 18:14:44 +02:00
2022-08-21 15:37:37 -05:00
Please see [CONTRIBUTING](https://codeberg.org/spatie/.github/blob/main/CONTRIBUTING.md) for details.
2013-08-05 14:40:53 +02:00
2022-08-21 15:37:37 -05:00
## Security Vulnerabilities
2013-08-05 14:40:53 +02:00
2022-08-21 15:37:37 -05:00
Please review [our security policy](../../security/policy) on how to report security vulnerabilities.
2022-08-21 15:37:37 -05:00
## Credits
2017-10-16 16:53:42 +02:00
2022-08-21 15:37:37 -05:00
- [Dan Jones](https://codeberg.org/danjones000)
- [All Contributors](../../contributors)
2017-10-16 16:53:42 +02:00
2013-07-03 18:14:44 +02:00
## License
2012-05-31 16:07:30 +02:00
2022-08-21 15:37:37 -05:00
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.