Popularity
2.8
Growing
Activity
0.0
Stable
20
3
0

Monthly Downloads: 18
Programming language: Elixir
License: MIT License
Tags: Video    
Latest version: v0.3.1

silent_video alternatives and similar packages

Based on the "Video" category.
Alternatively, view silent_video alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of silent_video or a related project?

Add another 'Video' Package

README

SilentVideo

Build Status

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

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

def deps do
  [{:silent_video, "~> 0.3.1"}]
end

Release notes

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

License

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


*Note that all licence references and agreements mentioned in the silent_video README section above are relevant to that project's source code only.