FFmpex
An Elixir wrapper for the FFmpeg command line interface.
Prerequisites
FFmpeg must be installed.
Installation
FFmpex can be installed as:
- Add
ffmpexto your list of dependencies inmix.exs:
```elixir
def deps do
[{:ffmpex, "~> 0.1.0"}]
end
```
- Ensure
ffmpexis 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.