Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/talklittle/silent_video

Elixir library to convert GIFs and videos to silent videos.
https://github.com/talklittle/silent_video

Last synced: about 2 months ago
JSON representation

Elixir library to convert GIFs and videos to silent videos.

Lists

README

        

# SilentVideo

[![Build Status](https://github.com/talklittle/silent_video/actions/workflows/ci.yml/badge.svg)](https://github.com/talklittle/silent_video/actions?query=workflow%3ACI)

Convert GIFs and videos to silent videos, optimized for mobile playback.

Documentation: https://hexdocs.pm/silent_video/

## Example

```elixir
SilentVideo.convert_mobile("/path/to/input.gif", "/path/to/output.mp4")
```

## Prerequisites

[FFmpeg](https://ffmpeg.org/) must be installed.

## Installation

Add `silent_video` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[{:silent_video, "~> 0.4.0"}]
end
```

## Release notes

See the [changelog](CHANGELOG.md) for changes between versions.

## License

SilentVideo source code is licensed under the [MIT License](LICENSE.md).