FFmpex

An Elixir wrapper for the FFmpeg command line interface.

Prerequisites

FFmpeg must be installed.

Installation

FFmpex can be installed as:

  1. Add ffmpex to your list of dependencies in mix.exs:
```elixir
def deps do
[{:ffmpex, "~> 0.1.0"}]
end
```
  1. Ensure ffmpex is started before your application:
```elixir
def application do
[applications: [:ffmpex]]
end
```

Release notes

See the changelog for changes between versions.

Disclaimer

FFmpex is not affiliated with nor endorsed by the FFmpeg project.

FFmpeg is a trademark of Fabrice Bellard, originator of the FFmpeg project.

License

FFmpex source code is licensed under the MIT License.