ffmpeg

Version, currently master branch1 version
  • master branchlatestApr 1, 2016

github.com/marceloboeira/ffmpeg.cr

:movie_camera: FFmpeg wrapper for Crystal

7 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  ffmpeg:
    github: marceloboeira/ffmpeg.cr
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
no constraint declared
License
MIT
Author
Marcelo Boeira <me@marceloboeira.com>

Dependencies

This version declares no dependencies.

README

# ffmpeg.cr
> :movie_camera: [FFmpeg](https://www.ffmpeg.org) wrapper for Crystal

## Installation

Add this to your application's `shard.yml`:

```yaml
dependencies:
  ffmpeg:
    github: marceloboeira/ffmpeg.cr
```