SilentVideo
Convert GIFs and videos to silent videos, optimized for mobile playback.
Documentation: https://hexdocs.pm/silent_video/
Example
SilentVideo.convert_mobile("/path/to/input.gif", "/path/to/output.mp4")Prerequisites
FFmpeg must be installed.
Installation
The SilentVideo package can be installed as:
-
Add
silent_videoto your list of dependencies inmix.exs:
```elixir
def deps do
[{:silent_video, "~> 0.1.1"}]
end
```-
Ensure
silent_videois started before your application:
```elixir
def application do
[applications: [:silent_video]]
end
```Release notes
See the changelog for changes between versions.
License
SilentVideo source code is licensed under the MIT License.