README.md

Summary

Maintainability
Test Coverage
# AV

A Ruby Programmable interface for FFmpeg and Libav.

## Status

[![Build Status](https://travis-ci.org/ruby-av/av.svg?branch=master)](https://travis-ci.org/ruby-av/av)
[![Coverage Status](https://coveralls.io/repos/ruby-av/av/badge.png?branch=master)](https://coveralls.io/r/ruby-av/av?branch=master)
[![Code Climate](https://codeclimate.com/github/ruby-av/av/badges/gpa.svg)](https://codeclimate.com/github/ruby-av/av)
[![Dependency Status](https://gemnasium.com/ruby-av/av.svg)](https://gemnasium.com/ruby-av/av)
[![Gem Version](https://badge.fury.io/rb/av.svg)](http://badge.fury.io/rb/av)
## Installation

Add this line to your application's Gemfile:

    gem 'av'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install av

## Usage

The gem provides programmable interface for ffmpeg and avconv.
The idea is to have a common API for both CLIs.

## Changelog

See [CHANGELOG](http://github.com/ruby-av/av/blob/master/CHANGELOG.md)


## Contributing

Kudos goes to [all contributors](https://github.com/ruby-av/av/graphs/contributors) for their amazing work.

If you'd like to contribute a feature or bugfix: Thanks! To make sure your
fix/feature has a high chance of being included, please read the following
guidelines:

1. Fork it ( https://github.com/ruby-av/av/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Make sure there are tests! We will not accept any patch that is not tested.
6. Create a new Pull Request