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: 4 days ago
JSON representation
Elixir library to convert GIFs and videos to silent videos.
- Host: GitHub
- URL: https://github.com/talklittle/silent_video
- Owner: talklittle
- License: mit
- Created: 2016-07-30T06:26:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-11-16T19:04:06.000Z (almost 3 years ago)
- Last Synced: 2024-05-02T12:38:22.913Z (6 months ago)
- Language: Elixir
- Homepage: https://hexdocs.pm/silent_video/
- Size: 681 KB
- Stars: 20
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
- freaking_awesome_elixir - Elixir - Convert GIFs and videos to silent videos, optimized for mobile playback. (Video)
- fucking-awesome-elixir - silent_video - Convert GIFs and videos to silent videos, optimized for mobile playback. (Video)
- awesome-elixir - silent_video - Convert GIFs and videos to silent videos, optimized for mobile playback. (Video)
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.5.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).